Home
last modified time | relevance | path

Searched refs:ansitype (Results 1 – 2 of 2) sorted by relevance

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dpgtypes.c30 SQLSMALLINT ansi_to_wtype(const ConnectionClass *self, SQLSMALLINT ansitype) in ansi_to_wtype() argument
33 return ansitype; in ansi_to_wtype()
36 return ansitype; in ansi_to_wtype()
37 switch (ansitype) in ansi_to_wtype()
46 return ansitype; in ansi_to_wtype()
H A Dpgtypes.h137 SQLSMALLINT ansi_to_wtype(const ConnectionClass *self, SQLSMALLINT ansitype);