Home
last modified time | relevance | path

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

/PHP-7.0/ext/pdo_firebird/
H A Dfirebird_statement.c224 switch (var->sqltype & ~1) { in firebird_stmt_describe()
356 switch (var->sqltype & ~1) { in firebird_stmt_get_col()
379 switch (var->sqltype & ~1) { in firebird_stmt_get_col()
579 switch (var->sqltype & ~1) { in firebird_stmt_param_hook()
588 if (~var->sqltype & 1) { in firebird_stmt_param_hook()
606 var->sqltype = (sizeof(zend_long) == 8 ? SQL_INT64 : SQL_LONG) | (var->sqltype & 1); in firebird_stmt_param_hook()
612 var->sqltype = SQL_DOUBLE | (var->sqltype & 1); in firebird_stmt_param_hook()
620 switch (var->sqltype & ~1) { in firebird_stmt_param_hook()
633 var->sqltype = SQL_TEXT | (var->sqltype & 1); in firebird_stmt_param_hook()
640 if (~var->sqltype & 1) { in firebird_stmt_param_hook()
/PHP-7.0/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()
287 SWORD sqltype = 0, ctype = 0, scale = 0, nullable = 0; in odbc_stmt_param_hook() local
323 …rc = SQLDescribeParam(S->stmt, (SQLUSMALLINT) param->paramno+1, &sqltype, &precision, &scale, &nul… in odbc_stmt_param_hook()
327 sqltype = PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_LOB ? in odbc_stmt_param_hook()
338 if (sqltype == SQL_BINARY || sqltype == SQL_VARBINARY || sqltype == SQL_LONGVARBINARY) { in odbc_stmt_param_hook()
350 P->is_unicode = pdo_odbc_sqltype_is_unicode(S, sqltype); in odbc_stmt_param_hook()
381 P->paramtype, ctype, sqltype, precision, scale, in odbc_stmt_param_hook()
/PHP-7.0/ext/interbase/
H A Dibase_query.c225 if ((var->sqltype & ~1) == SQL_ARRAY) { in _php_ibase_alloc_array()
662 switch (var->sqltype & ~1) { in _php_ibase_bind()
690 switch (var->sqltype & ~1) { in _php_ibase_bind()
708 switch (var->sqltype & ~1) { in _php_ibase_bind()
724 switch (var->sqltype & ~1) { in _php_ibase_bind()
806 var->sqltype = SQL_TEXT; in _php_ibase_bind()
819 switch (var->sqltype & ~1) { in _php_ibase_alloc_xsqlda()
856 if (var->sqltype & 1) { /* sql NULL flag */ in _php_ibase_alloc_xsqlda()
1539 switch (var->sqltype & ~1) { in _php_ibase_fetch_hash()
1935 switch (var->sqltype & ~1) { in _php_ibase_field_info()
[all …]
H A Dinterbase.c1447 out_sqlda.sqlvar[0].sqltype = SQL_INT64; in PHP_FUNCTION()
/PHP-7.0/ext/odbc/
H A Dphp_odbc_includes.h237 SQLSMALLINT sqltype; member
H A Dphp_odbc.c1269 …rc = SQLDescribeParam(result->stmt, (SQLUSMALLINT)(i+1), &result->param_info[i].sqltype, &result->… in PHP_FUNCTION()
1363 if (IS_SQL_BINARY(result->param_info[i-1].sqltype)) { in PHP_FUNCTION()
1410 …ctype, result->param_info[i-1].sqltype, result->param_info[i-1].precision, result->param_info[i-1]… in PHP_FUNCTION()
1422 …ctype, result->param_info[i-1].sqltype, result->param_info[i-1].precision, result->param_info[i-1]… in PHP_FUNCTION()

Completed in 27 milliseconds