Home
last modified time | relevance | path

Searched defs:SQLTablesW (Results 1 – 18 of 18) sorted by relevance

/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A DSQLTablesW.c90 SQLRETURN SQLTablesW( SQLHSTMT statement_handle, in SQLTablesW() function
/dports/databases/tdbc/tdbcodbc1.1.3/generic/
H A DodbcStubs.h77 #define SQLTablesW (odbcStubs->SQLTablesWPtr) macro
/dports/lang/tcl86/tcl8.6.12/pkgs/tdbcodbc1.1.3/generic/
H A DodbcStubs.h77 #define SQLTablesW (odbcStubs->SQLTablesWPtr) macro
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/
H A DInterop.Odbc.cs390 internal static extern /*SQLRETURN*/ODBC32.RetCode SQLTablesW( in SQLTablesW() method in Interop.Odbc
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/odbc/
H A Dodbc_export.h1246 SQLRETURN ODBC_PUBLIC ODBC_API SQLTablesW( in SQLTablesW() function
/dports/databases/freetds/freetds-1.3.4/src/odbc/
H A Dodbc_export.h1246 SQLRETURN ODBC_PUBLIC ODBC_API SQLTablesW( in SQLTablesW() function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/odbc/
H A Dodbc_export.h1247 SQLRETURN ODBC_PUBLIC ODBC_API SQLTablesW( in SQLTablesW() function
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dodbcapiw.c570 SQLTablesW(HSTMT StatementHandle, in SQLTablesW() function
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/driver/
H A Dunicode.cc1218 SQLTablesW(SQLHSTMT hstmt, in SQLTablesW() function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/odbc/
H A Dodbc_export.h444 SQLRETURN ODBC_PUBLIC ODBC_API SQLTablesW(SQLHSTMT hstmt, SQLWCHAR * szCatalogName, SQLSMALLINT cbC… in SQLTablesW() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/
H A DUnsafeNativeMethods.cs454 static internal extern /*SQLRETURN*/ODBC32.RetCode SQLTablesW ( in SQLTablesW() method in System.Data.Common.UnsafeNativeMethods
/dports/databases/mariadb-connector-odbc/mariadb-connector-odbc-3.1.14-src/
H A Dodbc_3_api.c2833 SQLRETURN SQL_API SQLTablesW(SQLHSTMT StatementHandle, in SQLTablesW() function
/dports/databases/sqliteodbc/sqliteodbc-0.9998/
H A Dsqliteodbc.c11491 SQLTablesW(SQLHSTMT stmt, in SQLTablesW() function
H A Dsqlite4odbc.c14292 SQLTablesW(SQLHSTMT stmt, in SQLTablesW() function
H A Dsqlite3odbc.c14953 SQLTablesW(SQLHSTMT stmt, in SQLTablesW() function
/dports/databases/db5/db-5.3.28/lang/sql/odbc/
H A Dsqliteodbc.c11118 SQLTablesW(SQLHSTMT stmt, in SQLTablesW() function
H A Dsqlite3odbc.c12736 SQLTablesW(SQLHSTMT stmt, in SQLTablesW() 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.rs260 …pub fn SQLTablesW(hstmt: *mut ::core::ffi::c_void, szcatalogname: *const u16, cchcatalogname: i16,… in SQLTablesW() function