Home
last modified time | relevance | path

Searched refs:is_blob_type (Results 1 – 25 of 36) sorted by relevance

12

/dports/databases/freetds-devel/freetds-dev.1.3.7/src/tds/
H A Ddata.c432 if (is_blob_type(col->on_server.column_type)) { in tds_generic_get_info()
902 if (IS_TDS50(tds->conn) && is_blob_type(col->on_server.column_type)) in tds_generic_put_info()
941 if ((bcp7 || !IS_TDS7_PLUS(tds->conn)) && is_blob_type(curcol->on_server.column_type))
1017 if (bcp7 && is_blob_type(curcol->on_server.column_type)) {
1523 assert(!is_blob_type(col->column_type));
1550 assert(!is_blob_type(col->column_type));
1573 assert(!is_blob_type(col->column_type));
H A Dbulk.c436 if (is_blob_type(bindcol->column_type)) { in tds5_send_record()
652 if (is_blob_type(bcpcol->column_type)) { in tds5_bcp_add_variable_columns()
795 if (is_blob_type(bcpcol->on_server.column_type)) { in tds7_bcp_send_colmetadata()
956 if (is_blob_type(bcpcol->on_server.column_type)) in tds_bcp_start_copy_in()
H A Dtds_checks.c226 } else if (is_blob_type(column->column_type)) { in tds_check_column_extra()
/dports/databases/freetds/freetds-1.3.4/src/tds/
H A Ddata.c432 if (is_blob_type(col->on_server.column_type)) { in tds_generic_get_info()
902 if (IS_TDS50(tds->conn) && is_blob_type(col->on_server.column_type)) in tds_generic_put_info()
941 if ((bcp7 || !IS_TDS7_PLUS(tds->conn)) && is_blob_type(curcol->on_server.column_type))
1017 if (bcp7 && is_blob_type(curcol->on_server.column_type)) {
1523 assert(!is_blob_type(col->column_type));
1550 assert(!is_blob_type(col->column_type));
1573 assert(!is_blob_type(col->column_type));
H A Dbulk.c436 if (is_blob_type(bindcol->column_type)) { in tds5_send_record()
652 if (is_blob_type(bcpcol->column_type)) { in tds5_bcp_add_variable_columns()
795 if (is_blob_type(bcpcol->on_server.column_type)) { in tds7_bcp_send_colmetadata()
956 if (is_blob_type(bcpcol->on_server.column_type)) in tds_bcp_start_copy_in()
H A Dtds_checks.c226 } else if (is_blob_type(column->column_type)) { in tds_check_column_extra()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/tds/
H A Dbulk.c499 if (is_blob_type(bindcol->column_type)) { in tds_bcp_send_record()
509 if (is_blob_type(bindcol2 in tds_bcp_send_record()
714 if (is_blob_type(bcpcol->column_type)) { in tds_bcp_add_variable_columns()
731 } else if (is_blob_type(bcpcol->column_type)) { in tds_bcp_add_variable_columns()
865 if (is_blob_type(bcpcol->on_server.column_type)) { in tds7_bcp_send_colmetadata()
1010 if (is_blob_type(bcpcol->on_server.column_type)) in tds_bcp_start_copy_in()
1370 if (is_blob_type(curcol->column_type)) { in tds_bcp_read_column_defaults()
H A Ddata.c429 if (is_blob_type(col->on_server.column_type)) { in tds_generic_get_info()
720 if (!is_blob_type(curcol->column_type)) { in tds_generic_get()
974 if ((bcp7 || !IS_TDS7_PLUS(tds->conn)) && is_blob_type(curcol->on_server.column_type))
1049 if (bcp7 && is_blob_type(curcol->on_server.column_type)) {
1581 assert(!is_blob_type(col->column_type));
1608 assert(!is_blob_type(col->column_type));
1631 assert(!is_blob_type(col->column_type));
H A Dtds_checks.c207 } else if (is_blob_type(column->column_type)) { in tds_check_column_extra()
219 if (!is_blob_type(column->column_type)) { in tds_check_column_extra()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/tds/
H A Dbulk.c483 if (is_blob_type(bindcol->column_type)) { in tds_bcp_send_record()
489 if (is_blob_type(bindcol2->column_type) in tds_bcp_send_record()
687 if (is_blob_type(bcpcol->column_type)) { in tds_bcp_add_variable_columns()
704 } else if (is_blob_type(bcpcol->column_type)) { in tds_bcp_add_variable_columns()
835 if (is_blob_type(bcpcol->on_server.column_type)) { in tds7_bcp_send_colmetadata()
979 if (is_blob_type(bcpcol->on_server.column_type)) in tds_bcp_start_copy_in()
1331 if (is_blob_type(curcol->column_type)) { in tds_bcp_read_column_defaults()
H A Dtds_checks.c203 } else if (is_blob_type(column->column_type)) { in tds_check_column_extra()
221 } else if (!is_blob_type(column->column_type)) { in tds_check_column_extra()
H A Ddata.c261 if (is_blob_type(col->on_server.column_type)) { in tds_generic_get_info()
557 if (!is_blob_type(curcol->column_type)) { in tds_generic_get()
770 if (bcp7 && is_blob_type(curcol->on_server.column_type))
844 if (bcp7 && is_blob_type(curcol->on_server.column_type)) {
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/server/
H A Dserver.c373 if (is_blob_type(curcol->column_type)) { in tds7_send_result()
385 } else if (is_blob_type(curcol->column_type)) { in tds7_send_result()
/dports/databases/freetds/freetds-1.3.4/src/server/
H A Dserver.c373 if (is_blob_type(curcol->column_type)) { in tds7_send_result()
385 } else if (is_blob_type(curcol->column_type)) { in tds7_send_result()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/oracle/
H A Dorafns.c72 static int is_blob_type(int);
376 if ( is_blob_type(col->dtype) ) { in fetch_row()
573 if ( is_blob_type(col->dtype) ) { in get_cols()
1213 static int is_blob_type(int dtype) in is_blob_type() function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/ctlib/
H A Dblk.c725 && ( !is_blob_type(bindcol->column_type) in _blk_get_col_data()
785 if (!null_column && !is_blob_type(bindcol->column_type)) { in _blk_get_col_data()
/dports/databases/libsdb/sdb-0.10.1/
H A Dtds_driver.c140 if (is_blob_type(col->column_type)) in do_query()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/ctlib/
H A Dblk.c760 && ( !is_blob_type(bindcol->column_type) in _blk_get_col_data()
815 if (!null_column && !is_blob_type(bindcol->column_type)) { in _blk_get_col_data()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dfield_conv.cc785 static inline bool is_blob_type(Field *to) { in is_blob_type() function
802 !((is_blob_type(to)) && to->table->copy_blobs) && in field_conv()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dfield_conv.cc932 static inline bool is_blob_type(Field *to) in is_blob_type() function
952 !((is_blob_type(to)) && in field_conv()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dfield_conv.cc932 static inline bool is_blob_type(Field *to) in is_blob_type() function
952 !((is_blob_type(to)) && in field_conv()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dfield_conv.cc932 static inline bool is_blob_type(Field *to) in is_blob_type() function
952 !((is_blob_type(to)) && in field_conv()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dfield_conv.cc932 static inline bool is_blob_type(Field *to) in is_blob_type() function
952 !((is_blob_type(to)) && in field_conv()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dfield_conv.cc932 static inline bool is_blob_type(Field *to) in is_blob_type() function
952 !((is_blob_type(to)) && in field_conv()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dfield_conv.cc932 static inline bool is_blob_type(Field *to) in is_blob_type() function
952 !((is_blob_type(to)) && in field_conv()

12