Home
last modified time | relevance | path

Searched refs:column_type (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/mssql/
H A Dphp_mssql.c940 switch (column_type)
1004 if (dbwillconvert(column_type,SQLCHAR)) {
1013 if ((column_type != SQLDATETIME && column_type != SQLDATETIM4) || MS_SQL_G(datetimeconvert)) {
1015 switch (column_type) {
1035 if (column_type == SQLDATETIM4) {
1067 if (column_type == SQLVARBINARY ||
1068 column_type == SQLBINARY ||
1069 column_type == SQLIMAGE) {
1093 if ((column_type != SQLDATETIME && column_type != SQLDATETIM4) || MS_SQL_G(datetimeconvert)) {
1095 switch (column_type) {
[all …]
H A Dphp_mssql.h170 …void (*get_column_content)(mssql_link *mssql_ptr,int offset,zval *result,int column_type TSRMLS_D…
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h75 int (*column_type)(sqlite3_stmt*,int iCol); member
324 #define sqlite3_column_type sqlite3_api->column_type
H A Dsqlite3.c101930 int (*column_type)(sqlite3_stmt*,int iCol);
102179 #define sqlite3_column_type sqlite3_api->column_type

Completed in 378 milliseconds