Searched refs:odbc_getField (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_odbc_driver.c735 odbc_getField(SQLHSTMT *stmnt, SQLSMALLINT field, char **data) { function
869 if ((result = odbc_getField(stmnt, 1,
881 if ((result = odbc_getField(stmnt, 1,
883 (result = odbc_getField(stmnt, 2,
895 if ((result = odbc_getField(stmnt, 1, &ttl_s))
897 (result = odbc_getField(stmnt, 2, &type))
1124 if ((result = odbc_getField(stmnt, 1,
1126 (result = odbc_getField(stmnt, 2,
1128 (result = odbc_getField(stmnt, 3,

Completed in 30 milliseconds