Home
last modified time | relevance | path

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

/PHP-5.5/ext/mssql/
H A Dphp_mssql.h86 #define smallintcol(i) ((int) *(DBSMALLINT *) dbdata(mssql_ptr->link,i)) macro
88 #define anyintcol(j) (coltype(j)==SQLINT4?intcol(j):(coltype(j)==SQLINT2?smallintcol(j):tinyintcol(…

Completed in 5 milliseconds