column_type 45 ext/mssql/php_mssql.c static void php_mssql_get_column_content_with_type(mssql_link *mssql_ptr,int offset,zval *result, int column_type TSRMLS_DC); column_type 46 ext/mssql/php_mssql.c static void php_mssql_get_column_content_without_type(mssql_link *mssql_ptr,int offset,zval *result, int column_type TSRMLS_DC); column_type 933 ext/mssql/php_mssql.c static void php_mssql_get_column_content_with_type(mssql_link *mssql_ptr,int offset,zval *result, int column_type TSRMLS_DC) column_type 940 ext/mssql/php_mssql.c switch (column_type) column_type 972 ext/mssql/php_mssql.c dbconvert(NULL, column_type, dbdata(mssql_ptr->link,offset), 8, SQLFLT8, (LPBYTE)&res_buf, -1); column_type 1004 ext/mssql/php_mssql.c if (dbwillconvert(column_type,SQLCHAR)) { column_type 1013 ext/mssql/php_mssql.c if ((column_type != SQLDATETIME && column_type != SQLDATETIM4) || MS_SQL_G(datetimeconvert)) { column_type 1015 ext/mssql/php_mssql.c switch (column_type) { column_type 1035 ext/mssql/php_mssql.c if (column_type == SQLDATETIM4) { column_type 1060 ext/mssql/php_mssql.c static void php_mssql_get_column_content_without_type(mssql_link *mssql_ptr,int offset,zval *result, int column_type TSRMLS_DC) column_type 1067 ext/mssql/php_mssql.c if (column_type == SQLVARBINARY || column_type 1068 ext/mssql/php_mssql.c column_type == SQLBINARY || column_type 1069 ext/mssql/php_mssql.c column_type == SQLIMAGE) { column_type 1093 ext/mssql/php_mssql.c if ((column_type != SQLDATETIME && column_type != SQLDATETIM4) || MS_SQL_G(datetimeconvert)) { column_type 1095 ext/mssql/php_mssql.c switch (column_type) { column_type 1115 ext/mssql/php_mssql.c if (column_type == SQLDATETIM4) { column_type 170 ext/mssql/php_mssql.h void (*get_column_content)(mssql_link *mssql_ptr,int offset,zval *result,int column_type TSRMLS_DC); column_type 101930 ext/sqlite3/libsqlite/sqlite3.c int (*column_type)(sqlite3_stmt*,int iCol); column_type 102179 ext/sqlite3/libsqlite/sqlite3.c #define sqlite3_column_type sqlite3_api->column_type column_type 75 ext/sqlite3/libsqlite/sqlite3ext.h int (*column_type)(sqlite3_stmt*,int iCol); column_type 324 ext/sqlite3/libsqlite/sqlite3ext.h #define sqlite3_column_type sqlite3_api->column_type