Home
last modified time | relevance | path

Searched refs:SQL_BIND_BY_COLUMN (Results 1 – 25 of 78) sorted by relevance

1234

/dports/databases/freetds-devel/freetds-dev.1.3.7/src/odbc/unittests/
H A Dprepare_warn.c34 CHKSetStmtAttr(SQL_ATTR_ROW_BIND_TYPE, (SQLPOINTER) SQL_BIND_BY_COLUMN, SQL_IS_UINTEGER, "S"); in main()
H A Darray_out.c39 SQLSetStmtAttr(odbc_stmt, SQL_ATTR_ROW_BIND_TYPE, SQL_BIND_BY_COLUMN, 0); in query_test()
/dports/databases/freetds/freetds-1.3.4/src/odbc/unittests/
H A Dprepare_warn.c34 CHKSetStmtAttr(SQL_ATTR_ROW_BIND_TYPE, (SQLPOINTER) SQL_BIND_BY_COLUMN, SQL_IS_UINTEGER, "S"); in main()
H A Darray_out.c39 SQLSetStmtAttr(odbc_stmt, SQL_ATTR_ROW_BIND_TYPE, SQL_BIND_BY_COLUMN, 0); in query_test()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/odbc/unittests/
H A Dprepare_warn.c36 CHKSetStmtAttr(SQL_ATTR_ROW_BIND_TYPE, (SQLPOINTER) SQL_BIND_BY_COLUMN, SQL_IS_UINTEGER, "S"); in main()
H A Darray_out.c40 SQLSetStmtAttr(odbc_stmt, SQL_ATTR_ROW_BIND_TYPE, SQL_BIND_BY_COLUMN, 0); in query_test()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/odbc/unittests/
H A Dprepare_warn.c39 CHKSetStmtAttr(SQL_ATTR_ROW_BIND_TYPE, (SQLPOINTER) SQL_BIND_BY_COLUMN, SQL_IS_UINTEGER, "S"); in main()
H A Darray_out.c43 SQLSetStmtAttr(odbc_stmt, SQL_ATTR_ROW_BIND_TYPE, SQL_BIND_BY_COLUMN, 0); in query_test()
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/odbc/
H A Ddescriptor.c64 desc->header.sql_desc_bind_type = SQL_BIND_BY_COLUMN; in desc_alloc()
H A Dodbc_util.c496 if (axd->header.sql_desc_bind_type != SQL_BIND_BY_COLUMN) { in odbc_set_return_status()
556 if (axd->header.sql_desc_bind_type != SQL_BIND_BY_COLUMN) { in odbc_set_return_params()
867 if (axd->header.sql_desc_bind_type != SQL_BIND_BY_COLUMN) { in odbc_get_param_len()
/dports/databases/freetds/freetds-1.3.4/src/odbc/
H A Ddescriptor.c64 desc->header.sql_desc_bind_type = SQL_BIND_BY_COLUMN; in desc_alloc()
H A Dodbc_util.c496 if (axd->header.sql_desc_bind_type != SQL_BIND_BY_COLUMN) { in odbc_set_return_status()
556 if (axd->header.sql_desc_bind_type != SQL_BIND_BY_COLUMN) { in odbc_set_return_params()
867 if (axd->header.sql_desc_bind_type != SQL_BIND_BY_COLUMN) { in odbc_get_param_len()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/odbc/
H A Ddescriptor.c64 desc->header.sql_desc_bind_type = SQL_BIND_BY_COLUMN; in desc_alloc()
H A Dodbc_util.c496 if (axd->header.sql_desc_bind_type != SQL_BIND_BY_COLUMN) { in odbc_set_return_status()
558 if (axd->header.sql_desc_bind_type != SQL_BIND_BY_COLUMN) { in odbc_set_return_params()
870 if (axd->header.sql_desc_bind_type != SQL_BIND_BY_COLUMN) { in odbc_get_param_len()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/odbc/
H A Ddescriptor.c62 desc->header.sql_desc_bind_type = SQL_BIND_BY_COLUMN; in desc_alloc()
H A Dodbc_util.c541 if (axd->header.sql_desc_bind_type != SQL_BIND_BY_COLUMN) { in odbc_set_return_status()
603 if (axd->header.sql_desc_bind_type != SQL_BIND_BY_COLUMN) { in odbc_set_return_params()
981 if (axd->header.sql_desc_bind_type != SQL_BIND_BY_COLUMN) { in odbc_get_param_len()
/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A D__attribute.c253 { "SQL_BIND_BY_COLUMN", SQL_BIND_BY_COLUMN },
302 { "SQL_BIND_BY_COLUMN", SQL_BIND_BY_COLUMN },
573 { "SQL_BIND_BY_COLUMN", SQL_BIND_BY_COLUMN },
/dports/databases/libiodbc/iODBC-3.52.15/iodbc/
H A Dhstmt.c180 pstmt->row_bind_type = SQL_BIND_BY_COLUMN; in SQLAllocStmt_Internal()
192 pstmt->conv_row_bind_type = SQL_BIND_BY_COLUMN; in SQLAllocStmt_Internal()
1581 if (pstmt->row_bind_type == SQL_BIND_BY_COLUMN) in _iodbcdm_ConvBindData()
1699 if (pstmt->row_bind_type == SQL_BIND_BY_COLUMN) in _iodbcdm_ConvBindData_m2d()
1868 if (pstmt->row_bind_type == SQL_BIND_BY_COLUMN) in _iodbcdm_FixColBindData()
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/msw/gnuwin32/
H A Dsql.h96 #define SQL_BIND_BY_COLUMN 0UL macro
98 #define SQL_BIND_TYPE_DEFAULT SQL_BIND_BY_COLUMN
/dports/databases/soci/soci-4.0.1/src/backends/db2/
H A Dstatement.cpp168 SQLSetStmtAttr(hStmt, SQL_ATTR_ROW_BIND_TYPE, SQL_BIND_BY_COLUMN, 0); in fetch()
/dports/databases/soci/soci-4.0.1/src/backends/odbc/
H A Dstatement.cpp219 SQLSetStmtAttr(hstmt_, SQL_ATTR_ROW_BIND_TYPE, SQL_BIND_BY_COLUMN, 0); in fetch()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Disqlext.h776 #define SQL_BIND_BY_COLUMN 0UL macro
777 #define SQL_BIND_TYPE_DEFAULT SQL_BIND_BY_COLUMN
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/iodbc/
H A Disqlext.h776 #define SQL_BIND_BY_COLUMN 0UL macro
777 #define SQL_BIND_TYPE_DEFAULT SQL_BIND_BY_COLUMN
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/iodbc/
H A Disqlext.h776 #define SQL_BIND_BY_COLUMN 0UL macro
777 #define SQL_BIND_TYPE_DEFAULT SQL_BIND_BY_COLUMN
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Disqlext.h776 #define SQL_BIND_BY_COLUMN 0UL macro
777 #define SQL_BIND_TYPE_DEFAULT SQL_BIND_BY_COLUMN

1234