Home
last modified time | relevance | path

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

/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A DSQLColumns.c354 if ( !CHECK_SQLCOLUMNS( statement -> connection )) in SQLColumns()
H A DSQLColumnsW.c286 if ( !CHECK_SQLCOLUMNS( statement -> connection )) in SQLColumnsW()
H A Ddrivermanager.h1030 #define CHECK_SQLCOLUMNS(con) (con->functions[15].func!=NULL) macro