Home
last modified time | relevance | path

Searched refs:SQLULEN (Results 1 – 25 of 901) sorted by relevance

12345678910>>...37

/dports/databases/unixODBC/unixODBC-2.3.9/cur/
H A DSQLSetStmtAttr.c88 val = ( SQLULEN ) value; in CLSetStmtAttr()
106 cl_statement -> concurrency = ( SQLULEN ) value; in CLSetStmtAttr()
111 val = ( SQLULEN ) value; in CLSetStmtAttr()
119 cl_statement -> cursor_type = ( SQLULEN ) value; in CLSetStmtAttr()
128 cl_statement -> concurrency = ( SQLULEN ) value; in CLSetStmtAttr()
136 cl_statement -> row_bind_type = ( SQLULEN ) value; in CLSetStmtAttr()
140 cl_statement -> rowset_array_size = ( SQLULEN ) value; in CLSetStmtAttr()
144 cl_statement -> rowset_size = ( SQLULEN ) value; in CLSetStmtAttr()
152 cl_statement -> rows_fetched_ptr = ( SQLULEN * ) value; in CLSetStmtAttr()
156 val = ( SQLULEN ) value; in CLSetStmtAttr()
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/odbc/
H A Dsqlite3odbc.h68 #define SQLULEN SQLUINTEGER macro
84 #define SQLROWSETSIZE SQLULEN
255 SQLULEN retr_data; /**< SQL_ATTR_RETRIEVE_DATA */
256 SQLULEN rowset_size; /**< Size of rowset */
260 SQLULEN *row_count; /**< Row count pointer */
261 SQLULEN row_count0; /**< Row count */
262 SQLULEN paramset_size; /**< SQL_ATTR_PARAMSET_SIZE */
263 SQLULEN paramset_count; /**< Internal for paramset */
265 SQLULEN max_rows; /**< SQL_ATTR_MAX_ROWS */
266 SQLULEN bind_type; /**< SQL_ATTR_ROW_BIND_TYPE */
[all …]
H A Dsqliteodbc.h83 #define SQLULEN SQLUINTEGER macro
99 #define SQLROWSETSIZE SQLULEN
258 SQLULEN retr_data; /**< SQL_ATTR_RETRIEVE_DATA */
259 SQLULEN rowset_size; /**< Size of rowset */
263 SQLULEN *row_count; /**< Row count pointer */
264 SQLULEN row_count0; /**< Row count */
265 SQLULEN paramset_size; /**< SQL_ATTR_PARAMSET_SIZE */
266 SQLULEN paramset_count; /**< Internal for paramset */
268 SQLULEN bind_type; /**< SQL_ATTR_ROW_BIND_TYPE */
269 SQLULEN *bind_offs; /**< SQL_ATTR_ROW_BIND_OFFSET_PTR */
[all …]
/dports/databases/sqliteodbc/sqliteodbc-0.9998/
H A Dsqlite4odbc.h68 #define SQLULEN SQLUINTEGER macro
84 #define SQLROWSETSIZE SQLULEN
262 SQLULEN retr_data; /**< SQL_ATTR_RETRIEVE_DATA */
263 SQLULEN rowset_size; /**< Size of rowset */
267 SQLULEN *row_count; /**< Row count pointer */
268 SQLULEN row_count0; /**< Row count */
269 SQLULEN paramset_size; /**< SQL_ATTR_PARAMSET_SIZE */
270 SQLULEN paramset_count; /**< Internal for paramset */
272 SQLULEN max_rows; /**< SQL_ATTR_MAX_ROWS */
273 SQLULEN bind_type; /**< SQL_ATTR_ROW_BIND_TYPE */
[all …]
H A Dsqlite3odbc.h68 #define SQLULEN SQLUINTEGER macro
84 #define SQLROWSETSIZE SQLULEN
264 SQLULEN retr_data; /**< SQL_ATTR_RETRIEVE_DATA */
265 SQLULEN rowset_size; /**< Size of rowset */
269 SQLULEN *row_count; /**< Row count pointer */
270 SQLULEN row_count0; /**< Row count */
271 SQLULEN paramset_size; /**< SQL_ATTR_PARAMSET_SIZE */
272 SQLULEN paramset_count; /**< Internal for paramset */
274 SQLULEN max_rows; /**< SQL_ATTR_MAX_ROWS */
275 SQLULEN bind_type; /**< SQL_ATTR_ROW_BIND_TYPE */
[all …]
H A Dsqliteodbc.h83 #define SQLULEN SQLUINTEGER macro
99 #define SQLROWSETSIZE SQLULEN
261 SQLULEN retr_data; /**< SQL_ATTR_RETRIEVE_DATA */
262 SQLULEN rowset_size; /**< Size of rowset */
266 SQLULEN *row_count; /**< Row count pointer */
267 SQLULEN row_count0; /**< Row count */
268 SQLULEN paramset_size; /**< SQL_ATTR_PARAMSET_SIZE */
269 SQLULEN paramset_count; /**< Internal for paramset */
271 SQLULEN bind_type; /**< SQL_ATTR_ROW_BIND_TYPE */
272 SQLULEN *bind_offs; /**< SQL_ATTR_ROW_BIND_OFFSET_PTR */
[all …]
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/odbc/unittests/
H A Dtest64.c41 set_ipd_params1(SQLULEN *ptr) in set_ipd_params1()
47 set_ipd_params2(SQLULEN *ptr) in set_ipd_params2()
60 set_ipd_params3(SQLULEN *ptr) in set_ipd_params3()
65 typedef void (*rows_set_t)(SQLULEN*);
81 SQLULEN len; in test_params()
95 set_ipd_params1((SQLULEN *) TDS_INT2PTR(0x01020304)); in test_params()
97 set_ipd_params2((SQLULEN *) TDS_INT2PTR(0xabcdef12)); in test_params()
99 set_ipd_params3((SQLULEN *) TDS_INT2PTR(0x87654321)); in test_params()
161 set_ird_params1(SQLULEN *ptr) in set_ird_params1()
167 set_ird_params2(SQLULEN *ptr) in set_ird_params2()
[all …]
/dports/databases/freetds/freetds-1.3.4/src/odbc/unittests/
H A Dtest64.c41 set_ipd_params1(SQLULEN *ptr) in set_ipd_params1()
47 set_ipd_params2(SQLULEN *ptr) in set_ipd_params2()
60 set_ipd_params3(SQLULEN *ptr) in set_ipd_params3()
65 typedef void (*rows_set_t)(SQLULEN*);
81 SQLULEN len; in test_params()
95 set_ipd_params1((SQLULEN *) TDS_INT2PTR(0x01020304)); in test_params()
97 set_ipd_params2((SQLULEN *) TDS_INT2PTR(0xabcdef12)); in test_params()
99 set_ipd_params3((SQLULEN *) TDS_INT2PTR(0x87654321)); in test_params()
161 set_ird_params1(SQLULEN *ptr) in set_ird_params1()
167 set_ird_params2(SQLULEN *ptr) in set_ird_params2()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/odbc/unittests/
H A Dtest64.c33 set_ipd_params1(SQLULEN *ptr) in set_ipd_params1()
39 set_ipd_params2(SQLULEN *ptr) in set_ipd_params2()
51 set_ipd_params3(SQLULEN *ptr) in set_ipd_params3()
56 typedef void (*rows_set_t)(SQLULEN*);
72 SQLULEN len; in test_params()
84 set_ipd_params1((SQLULEN *) int2ptr(0x01020304)); in test_params()
86 set_ipd_params2((SQLULEN *) int2ptr(0xabcdef12)); in test_params()
88 set_ipd_params3((SQLULEN *) int2ptr(0x87654321)); in test_params()
150 set_ird_params1(SQLULEN *ptr) in set_ird_params1()
156 set_ird_params2(SQLULEN *ptr) in set_ird_params2()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/unixODBC/inc/odbc/
H A Dsqltypes.h156 #define SQLULEN SQLUINTEGER macro
170 typedef unsigned long SQLULEN; typedef
180 typedef SQLULEN SQLROWCOUNT;
181 typedef SQLULEN SQLROWSETSIZE;
182 typedef SQLULEN SQLTRANSID;
189 #define SQLULEN SQLUINTEGER macro
191 typedef SQLULEN SQLROWCOUNT;
192 typedef SQLULEN SQLROWSETSIZE;
193 typedef SQLULEN SQLTRANSID;
453 typedef SQLULEN BOOKMARK;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/external/unixODBC/inc/odbc/
H A Dsqltypes.h157 #define SQLULEN SQLUINTEGER macro
171 typedef unsigned long SQLULEN; typedef
181 typedef SQLULEN SQLROWCOUNT;
182 typedef SQLULEN SQLROWSETSIZE;
183 typedef SQLULEN SQLTRANSID;
190 #define SQLULEN SQLUINTEGER macro
192 typedef SQLULEN SQLROWCOUNT;
193 typedef SQLULEN SQLROWSETSIZE;
194 typedef SQLULEN SQLTRANSID;
454 typedef SQLULEN BOOKMARK;
/dports/databases/mariadb-connector-odbc/mariadb-connector-odbc-3.1.14-src/
H A Dma_odbc.h87 SQLULEN ColumnSize;
99 SQLULEN ArraySize;
102 SQLULEN BindType;
113 SQLULEN *RowOffsetPtr;
124 SQLULEN *ParamOffsetPtr;
134 SQLULEN *RowsFetched;
171 SQLULEN Length;
240 SQLULEN MetadataId;
241 SQLULEN SimulateCursor;
390 SQLULEN AsyncEnable;
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/odbc/
H A DOStatement.cxx638 return getStmtOption<SQLULEN, SQL_IS_UINTEGER>(SQL_ATTR_MAX_ROWS); in getMaxRows()
644 SQLULEN nValue (getStmtOption<SQLULEN, SQL_IS_UINTEGER>(SQL_ATTR_CONCURRENCY)); in getResultSetConcurrency()
655 SQLULEN nValue (getStmtOption<SQLULEN, SQL_IS_UINTEGER>(SQL_ATTR_CURSOR_TYPE)); in getResultSetType()
678 SQLULEN nValue (getStmtOption<SQLULEN, SQL_IS_UINTEGER>(SQL_ATTR_CURSOR_SCROLLABLE)); in getFetchDirection()
700 return getStmtOption<SQLULEN, SQL_IS_UINTEGER>(SQL_ATTR_MAX_LENGTH); in getMaxFieldSize()
721 setStmtOption<SQLULEN, SQL_IS_UINTEGER>(SQL_ATTR_MAX_ROWS, _par0); in setMaxRows()
726 SQLULEN nSet; in setResultSetConcurrency()
733 setStmtOption<SQLULEN, SQL_IS_UINTEGER>(SQL_ATTR_CONCURRENCY, nSet); in setResultSetConcurrency()
743 SQLULEN nSet( SQL_UNSPECIFIED ); in setResultSetType()
830 setStmtOption<SQLULEN, SQL_IS_UINTEGER>(SQL_ATTR_MAX_LENGTH, _par0); in setMaxFieldSize()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/odbc/
H A DOStatement.cxx642 return getStmtOption<SQLULEN, SQL_IS_UINTEGER>(SQL_ATTR_MAX_ROWS); in getMaxRows()
648 SQLULEN nValue (getStmtOption<SQLULEN, SQL_IS_UINTEGER>(SQL_ATTR_CONCURRENCY)); in getResultSetConcurrency()
659 SQLULEN nValue (getStmtOption<SQLULEN, SQL_IS_UINTEGER>(SQL_ATTR_CURSOR_TYPE)); in getResultSetType()
682 SQLULEN nValue (getStmtOption<SQLULEN, SQL_IS_UINTEGER>(SQL_ATTR_CURSOR_SCROLLABLE)); in getFetchDirection()
704 return getStmtOption<SQLULEN, SQL_IS_UINTEGER>(SQL_ATTR_MAX_LENGTH); in getMaxFieldSize()
725 setStmtOption<SQLULEN, SQL_IS_UINTEGER>(SQL_ATTR_MAX_ROWS, _par0); in setMaxRows()
730 SQLULEN nSet; in setResultSetConcurrency()
737 setStmtOption<SQLULEN, SQL_IS_UINTEGER>(SQL_ATTR_CONCURRENCY, nSet); in setResultSetConcurrency()
747 SQLULEN nSet( SQL_UNSPECIFIED ); in setResultSetType()
834 setStmtOption<SQLULEN, SQL_IS_UINTEGER>(SQL_ATTR_MAX_LENGTH, _par0); in setMaxFieldSize()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/odbc/unittests/
H A Dtest64.c36 set_ipd_params1(SQLULEN *ptr) in set_ipd_params1()
42 set_ipd_params2(SQLULEN *ptr) in set_ipd_params2()
54 set_ipd_params3(SQLULEN *ptr) in set_ipd_params3()
59 typedef void (*rows_set_t)(SQLULEN*);
75 SQLULEN len; in test_params()
153 set_ird_params1(SQLULEN *ptr) in set_ird_params1()
159 set_ird_params2(SQLULEN *ptr) in set_ird_params2()
182 SQLULEN len; in test_rows()
194 set_ird_params1((SQLULEN*)int2ptr(0x01020304)); in test_rows()
196 set_ird_params2((SQLULEN*)int2ptr(0xabcdef12)); in test_rows()
/dports/databases/unixODBC/unixODBC-2.3.9/include/
H A Dsqltypes.h149 #define SQLULEN SQLUINTEGER macro
163 typedef unsigned long SQLULEN; typedef
182 typedef unsigned long long SQLULEN; typedef
186 #define SQLULEN SQLUINTEGER macro
190 typedef SQLULEN SQLROWCOUNT;
191 typedef SQLULEN SQLROWSETSIZE;
192 typedef SQLULEN SQLTRANSID;
461 typedef SQLULEN BOOKMARK;
/dports/databases/libiodbc/iODBC-3.52.15/include/
H A Dsqltypes.h148 typedef UINT64 SQLULEN; in contents()
152 typedef unsigned long SQLULEN; in contents()
156 #define SQLULEN unsigned long in contents()
164 typedef SQLULEN SQLROWCOUNT; in contents()
165 typedef SQLULEN SQLROWSETSIZE; in contents()
166 typedef SQLULEN SQLTRANSID; in contents()
236 typedef SQLULEN BOOKMARK; in contents()
/dports/graphics/qgis/qgis-3.22.3/external/odbccpp/src/odbc/
H A DParameterMetaData.cpp24 SQLULEN parameterSize; in getParameterType()
35 SQLULEN parameterSize; in getParameterSize()
46 SQLULEN parameterSize; in getPrecision()
57 SQLULEN parameterSize; in getScale()
68 SQLULEN parameterSize; in isNullable()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.2.8/src/
H A Dsqltypes.rs14 pub type SQLULEN = ::UINT64; typedef
20 pub type SQLULEN = SQLUINTEGER; typedef
23 pub type SQLROWCOUNT = SQLULEN;
24 pub type SQLROWSETSIZE = SQLULEN;
25 pub type SQLTRANSID = SQLULEN;
129 pub type BOOKMARK = SQLULEN;
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/winapi-0.2.8/src/
H A Dsqltypes.rs14 pub type SQLULEN = ::UINT64; typedef
20 pub type SQLULEN = SQLUINTEGER; typedef
23 pub type SQLROWCOUNT = SQLULEN;
24 pub type SQLROWSETSIZE = SQLULEN;
25 pub type SQLTRANSID = SQLULEN;
129 pub type BOOKMARK = SQLULEN;
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/winapi-0.2.8/src/
H A Dsqltypes.rs14 pub type SQLULEN = ::UINT64; typedef
20 pub type SQLULEN = SQLUINTEGER; typedef
23 pub type SQLROWCOUNT = SQLULEN;
24 pub type SQLROWSETSIZE = SQLULEN;
25 pub type SQLTRANSID = SQLULEN;
129 pub type BOOKMARK = SQLULEN;
/dports/devel/sccache/sccache-0.2.15/cargo-crates/winapi-0.2.8/src/
H A Dsqltypes.rs14 pub type SQLULEN = ::UINT64; typedef
20 pub type SQLULEN = SQLUINTEGER; typedef
23 pub type SQLROWCOUNT = SQLULEN;
24 pub type SQLROWSETSIZE = SQLULEN;
25 pub type SQLTRANSID = SQLULEN;
129 pub type BOOKMARK = SQLULEN;
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/winapi-0.2.8/src/
H A Dsqltypes.rs14 pub type SQLULEN = ::UINT64; typedef
20 pub type SQLULEN = SQLUINTEGER; typedef
23 pub type SQLROWCOUNT = SQLULEN;
24 pub type SQLROWSETSIZE = SQLULEN;
25 pub type SQLTRANSID = SQLULEN;
129 pub type BOOKMARK = SQLULEN;
/dports/games/genact/genact-0.10.0/cargo-crates/winapi-0.2.8/src/
H A Dsqltypes.rs14 pub type SQLULEN = ::UINT64; typedef
20 pub type SQLULEN = SQLUINTEGER; typedef
23 pub type SQLROWCOUNT = SQLULEN;
24 pub type SQLROWSETSIZE = SQLULEN;
25 pub type SQLTRANSID = SQLULEN;
129 pub type BOOKMARK = SQLULEN;
/dports/net-im/fractal/fractal-4.4.0/vendor/winapi-0.2.8/src/
H A Dsqltypes.rs14 pub type SQLULEN = ::UINT64; typedef
20 pub type SQLULEN = SQLUINTEGER; typedef
23 pub type SQLROWCOUNT = SQLULEN;
24 pub type SQLROWSETSIZE = SQLULEN;
25 pub type SQLTRANSID = SQLULEN;
129 pub type BOOKMARK = SQLULEN;

12345678910>>...37