Home
last modified time | relevance | path

Searched refs:sqltype (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/ext/pdo_firebird/
H A Dfirebird_statement.c331 switch (var->sqltype & ~1) { in firebird_stmt_get_col()
354 switch (var->sqltype & ~1) { in firebird_stmt_get_col()
522 switch (var->sqltype & ~1) { in firebird_stmt_param_hook()
539 var->sqltype = (sizeof(long) == 8 ? SQL_INT64 : SQL_LONG) | (var->sqltype & 1); in firebird_stmt_param_hook()
545 var->sqltype = SQL_DOUBLE | (var->sqltype & 1); in firebird_stmt_param_hook()
553 switch (var->sqltype & ~1) { in firebird_stmt_param_hook()
566 var->sqltype = SQL_TEXT | (var->sqltype & 1); in firebird_stmt_param_hook()
573 if (~var->sqltype & 1) { in firebird_stmt_param_hook()
/PHP-5.3/ext/pdo_odbc/
H A Dodbc_stmt.c39 static int pdo_odbc_sqltype_is_unicode(pdo_odbc_stmt *S, SWORD sqltype) in pdo_odbc_sqltype_is_unicode() argument
42 switch (sqltype) { in pdo_odbc_sqltype_is_unicode()
281 SWORD sqltype = 0, ctype = 0, scale = 0, nullable = 0; in odbc_stmt_param_hook() local
310 …rc = SQLDescribeParam(S->stmt, (SQLUSMALLINT) param->paramno+1, &sqltype, &precision, &scale, &nul… in odbc_stmt_param_hook()
314 sqltype = PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_LOB ? in odbc_stmt_param_hook()
325 if (sqltype == SQL_BINARY || sqltype == SQL_VARBINARY || sqltype == SQL_LONGVARBINARY) { in odbc_stmt_param_hook()
337 P->is_unicode = pdo_odbc_sqltype_is_unicode(S, sqltype); in odbc_stmt_param_hook()
368 P->paramtype, ctype, sqltype, precision, scale, in odbc_stmt_param_hook()
/PHP-5.3/ext/interbase/
H A Dibase_query.c227 if ((var->sqltype & ~1) == SQL_ARRAY) { in _php_ibase_alloc_array()
660 switch (var->sqltype & ~1) { in _php_ibase_bind()
688 switch (var->sqltype & ~1) { in _php_ibase_bind()
706 switch (var->sqltype & ~1) { in _php_ibase_bind()
722 switch (var->sqltype & ~1) { in _php_ibase_bind()
805 var->sqltype = SQL_TEXT; in _php_ibase_bind()
818 switch (var->sqltype & ~1) { in _php_ibase_alloc_xsqlda()
855 if (var->sqltype & 1) { /* sql NULL flag */ in _php_ibase_alloc_xsqlda()
1545 switch (var->sqltype & ~1) { in _php_ibase_fetch_hash()
1942 switch (var->sqltype & ~1) { in _php_ibase_field_info()
[all …]
H A Dinterbase.c1446 out_sqlda.sqlvar[0].sqltype = SQL_INT64; in PHP_FUNCTION()
/PHP-5.3/ext/odbc/
H A Dphp_odbc.c1236 SQLSMALLINT sqltype, ctype, scale; in PHP_FUNCTION() local
1296 rc = SQLDescribeParam(result->stmt, (SQLUSMALLINT)i, &sqltype, &precision, &scale, &nullable); in PHP_FUNCTION()
1311 if (IS_SQL_BINARY(sqltype)) { in PHP_FUNCTION()
1364 ctype, sqltype, precision, scale, in PHP_FUNCTION()
1376 ctype, sqltype, precision, scale, in PHP_FUNCTION()

Completed in 37 milliseconds