Home
last modified time | relevance | path

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

/dports/databases/unixODBC/unixODBC-2.3.9/cur/
H A DSQLGetStmtOption.c118 return SQLGETSTMTOPTION( cl_statement -> cl_connection, in CLGetStmtOption()
/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A DSQLGetStmtAttr.c436 ret = SQLGETSTMTOPTION( statement -> connection, in SQLGetStmtAttr()
525 ret = SQLGETSTMTOPTION( statement -> connection, in SQLGetStmtAttr()
H A DSQLGetStmtOption.c219 ret = SQLGETSTMTOPTION( statement -> connection, in SQLGetStmtOption()
H A Ddrivermanager.h1264 #define SQLGETSTMTOPTION(con,stmt,op,val)\ macro