Home
last modified time | relevance | path

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

/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A DSQLDescribeColW.c167 return SQLDESCRIBECOLW( parent_statement -> connection, in SQLDescribeColW()
372 ret = SQLDESCRIBECOLW( statement -> connection, in SQLDescribeColW()
H A DSQLDescribeCol.c416 ret = SQLDESCRIBECOLW( statement -> connection, in SQLDescribeCol()
H A Ddrivermanager.h1062 #define SQLDESCRIBECOLW(con,stmt,cnum,cn,bli,nl,dt,cs,dd,n)\ macro