Home
last modified time | relevance | path

Searched defs:SQLGetTypeInfoW (Results 1 – 16 of 16) sorted by relevance

/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A DSQLGetTypeInfoW.c81 SQLRETURN SQLGetTypeInfoW( SQLHSTMT statement_handle, in SQLGetTypeInfoW() function
/dports/databases/postgresql11-server/postgresql-11.14/src/bin/pg_rewind/po/
H A Dpl.po290
291 #: libpq_fetch.c:241
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dodbcapiw.c1008 SQLGetTypeInfoW(SQLHSTMT StatementHandle, in SQLGetTypeInfoW() function
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/driver/
H A Dunicode.cc806 SQLGetTypeInfoW(SQLHSTMT hstmt, SQLSMALLINT type) in SQLGetTypeInfoW() function
/dports/lang/seed7/seed7/src/
H A Dsql_cli.c359 #define SQLGetTypeInfoW ptr_SQLGetTypeInfoW macro
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/odbc/
H A Dodbc.c6155 SQLGetTypeInfoW(SQLHSTMT hstmt, SQLSMALLINT fSqlType) in SQLGetTypeInfoW() function
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/odbc/
H A Dodbc.c6146 SQLGetTypeInfoW(SQLHSTMT hstmt, SQLSMALLINT fSqlType) in SQLGetTypeInfoW() function
/dports/databases/freetds/freetds-1.3.4/src/odbc/
H A Dodbc.c6146 SQLGetTypeInfoW(SQLHSTMT hstmt, SQLSMALLINT fSqlType) in SQLGetTypeInfoW() function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/odbc/
H A Dodbc.c6124 SQLGetTypeInfoW(SQLHSTMT hstmt, SQLSMALLINT fSqlType) in SQLGetTypeInfoW() function
/dports/databases/mariadb-connector-odbc/mariadb-connector-odbc-3.1.14-src/
H A Dodbc_3_api.c1867 SQLRETURN SQL_API SQLGetTypeInfoW(SQLHSTMT StatementHandle, in SQLGetTypeInfoW() function
/dports/databases/sqliteodbc/sqliteodbc-0.9998/
H A Dsqliteodbc.c12439 SQLGetTypeInfoW(SQLHSTMT stmt, SQLSMALLINT sqltype) in SQLGetTypeInfoW() function
H A Dsqlite4odbc.c15302 SQLGetTypeInfoW(SQLHSTMT stmt, SQLSMALLINT sqltype) in SQLGetTypeInfoW() function
H A Dsqlite3odbc.c15963 SQLGetTypeInfoW(SQLHSTMT stmt, SQLSMALLINT sqltype) in SQLGetTypeInfoW() function
/dports/databases/db5/db-5.3.28/lang/sql/odbc/
H A Dsqliteodbc.c12060 SQLGetTypeInfoW(SQLHSTMT stmt, SQLSMALLINT sqltype) in SQLGetTypeInfoW() function
H A Dsqlite3odbc.c13737 SQLGetTypeInfoW(SQLHSTMT stmt, SQLSMALLINT sqltype) in SQLGetTypeInfoW() function
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Search/
H A Dmod.rs167 pub fn SQLGetTypeInfoW(statementhandle: *mut ::core::ffi::c_void, datatype: i16) -> i16; in SQLGetTypeInfoW() function