Home
last modified time | relevance | path

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

/PHP-5.3/ext/mssql/
H A Dphp_mssql.c935 switch (column_type)
999 if (dbwillconvert(column_type,SQLCHAR)) {
1008 if ((column_type != SQLDATETIME && column_type != SQLDATETIM4) || MS_SQL_G(datetimeconvert)) {
1010 switch (column_type) {
1030 if (column_type == SQLDATETIM4) {
1062 if (column_type == SQLVARBINARY ||
1063 column_type == SQLBINARY ||
1064 column_type == SQLIMAGE) {
1088 if ((column_type != SQLDATETIME && column_type != SQLDATETIM4) || MS_SQL_G(datetimeconvert)) {
1090 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.3/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h73 int (*column_type)(sqlite3_stmt*,int iCol); member
269 #define sqlite3_column_type sqlite3_api->column_type
H A Dsqlite3.c87101 int (*column_type)(sqlite3_stmt*,int iCol);
87297 #define sqlite3_column_type sqlite3_api->column_type

Completed in 409 milliseconds