Home
last modified time | relevance | path

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

/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A DSQLBindParam.c274 if ( CHECK_SQLBINDPARAM( statement -> connection )) in SQLBindParam()
H A DSQLSetParam.c359 else if ( CHECK_SQLBINDPARAM( statement -> connection )) in SQLSetParam()
H A DSQLBindParameter.c398 else if ( CHECK_SQLBINDPARAM( statement -> connection )) in SQLBindParameter()
H A Ddrivermanager.h963 #define CHECK_SQLBINDPARAM(con) (con->functions[6].func!=NULL) macro
/dports/databases/unixODBC/unixODBC-2.3.9/cur/
H A DSQLGetData.c134 if ( !CHECK_SQLBINDPARAM( cl_connection ) && in CLGetData()