Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blue-yonder/turbodbc
/ functions
Functions
949 in github.com/blue-yonder/turbodbc
⨍
Functions
949
◇
Types & classes
147
↳
Endpoints
10
Method
raii_environment
cpp/cpp_odbc/Library/src/level3/raii_environment.cpp:34
Method
raii_handle
cpp/cpp_odbc/Library/src/level3/raii_connection.cpp:21
Method
raii_statement
cpp/cpp_odbc/Library/src/level3/raii_statement.cpp:12
Function
reader_thread
cpp/turbodbc/Library/src/result_sets/double_buffered_result_set.cpp:18
Method
rebind_parameter_to_hold_value
cpp/turbodbc/Library/src/parameter_sets/field_parameter_set.cpp:87
Method
rebind_to_maximum_length
cpp/turbodbc_arrow/Library/src/set_arrow_parameters.cpp:99
Method
recover_unwritten_parameters_below
cpp/turbodbc/Library/src/parameter_sets/field_parameter_set.cpp:79
Method
recover_unwritten_parameters_below
cpp/turbodbc_python/Library/src/python_parameter_set.cpp:89
Method
resize
cpp/turbodbc_numpy/Library/src/binary_column.cpp:71
Method
resize
cpp/turbodbc_numpy/Library/src/datetime_column.cpp:93
Method
result_set
cpp/turbodbc/Library/turbodbc/result_sets/result_set.h:43
Method
row_based_result_set
cpp/turbodbc/Library/src/result_sets/row_based_result_set.cpp:5
Method
row_count
cpp/cpp_odbc/Library/src/level1/api.cpp:118
Method
rows
cpp/turbodbc/Library/src/buffer_size.cpp:6
Function
set_arrow_parameters
cpp/turbodbc_python/Library/src/python_bindings/module.cpp:40
Method
set_attribute
cpp/cpp_odbc/Library/src/environment.cpp:13
Method
set_attribute
cpp/cpp_odbc/Library/src/connection.cpp:13
Method
set_batch
cpp/turbodbc_numpy/Library/src/set_numpy_parameters.cpp:129
Method
set_batch
cpp/turbodbc_numpy/Library/src/set_numpy_parameters.cpp:295
Method
set_batch
cpp/turbodbc_arrow/Library/src/set_arrow_parameters.cpp:174
Method
set_batch
cpp/turbodbc_arrow/Library/src/set_arrow_parameters.cpp:198
Method
set_batch
cpp/turbodbc_arrow/Library/src/set_arrow_parameters.cpp:221
Method
set_batch
cpp/turbodbc_arrow/Library/src/set_arrow_parameters.cpp:269
Method
set_batch
cpp/turbodbc_arrow/Library/src/set_arrow_parameters.cpp:294
Method
set_batch
cpp/turbodbc_arrow/Library/src/set_arrow_parameters.cpp:321
Method
set_batch_of_type
cpp/turbodbc_numpy/Library/src/set_numpy_parameters.cpp:284
Method
set_batch_of_type
cpp/turbodbc_arrow/Library/src/set_arrow_parameters.cpp:114
Method
set_batch_utf16
Parse UTF-16 data and convert it on-the-fly to UTF-8
cpp/turbodbc_arrow/Library/src/set_arrow_parameters.cpp:136
Method
set_batch_with_individual_mask
cpp/turbodbc_numpy/Library/src/set_numpy_parameters.cpp:96
Method
set_batch_with_shared_mask
cpp/turbodbc_numpy/Library/src/set_numpy_parameters.cpp:113
Method
set_connection_attribute
cpp/cpp_odbc/Library/src/level1/api.cpp:28
Function
set_date
cpp/turbodbc_python/Library/src/determine_parameter_type.cpp:42
Method
set_environment_attribute
cpp/cpp_odbc/Library/src/level1/api.cpp:23
Method
set_field_for
cpp/turbodbc/Library/src/parameter_sets/set_field.cpp:52
Function
set_floating_point
cpp/turbodbc_python/Library/src/determine_parameter_type.cpp:20
Method
set_indicator
cpp/turbodbc_arrow/Library/src/set_arrow_parameters.cpp:58
Function
set_integer
cpp/turbodbc_python/Library/src/determine_parameter_type.cpp:14
Function
set_numpy_parameters
cpp/turbodbc_python/Library/src/python_bindings/module.cpp:50
Method
set_statement_attribute
cpp/cpp_odbc/Library/src/level1/api.cpp:113
Function
set_string
cpp/turbodbc_python/Library/src/determine_parameter_type.cpp:26
Function
set_timestamp
cpp/turbodbc_python/Library/src/determine_parameter_type.cpp:54
Function
set_unicode
cpp/turbodbc_python/Library/src/determine_parameter_type.cpp:34
Method
size_pointer
cpp/cpp_odbc/Library/src/level2/u16string_buffer.cpp:21
Method
statement
cpp/cpp_odbc/Library/cpp_odbc/statement.h:17
Method
statement_with_fake_failing_result_set
cpp/turbodbc/Test/tests/result_sets/double_buffered_result_set_test.cpp:208
Method
statement_with_fake_int_result_set
cpp/turbodbc/Test/tests/result_sets/double_buffered_result_set_test.cpp:108
Method
string_buffer
cpp/cpp_odbc/Library/src/level2/string_buffer.cpp:5
Method
string_column
cpp/turbodbc_numpy/Library/src/string_column.cpp:16
Method
string_converter
cpp/turbodbc_numpy/Library/src/set_numpy_parameters.cpp:203
Method
string_converter
cpp/turbodbc_arrow/Library/src/set_arrow_parameters.cpp:92
Method
string_description
cpp/turbodbc/Library/src/descriptions/string_description.cpp:10
Function
test_arrow_binary_column_larger_than_batch_size
(dsn, configuration)
tests/test_select_arrow.py:135
Function
test_arrow_binary_column_with_null
(dsn, configuration)
tests/test_select_arrow.py:115
Function
test_arrow_boolean_column
(dsn, configuration)
tests/test_select_arrow.py:97
Function
test_arrow_date_column
(dsn, configuration)
tests/test_select_arrow.py:163
Function
test_arrow_double_column
(dsn, configuration)
tests/test_select_arrow.py:83
Function
test_arrow_empty_column
(dsn, configuration)
tests/test_select_arrow.py:38
Function
test_arrow_int_column
(dsn, configuration)
tests/test_select_arrow.py:61
Function
test_arrow_int_column_adaptive
(dsn, configuration)
tests/test_select_arrow.py:74
Function
test_arrow_reference_count
(dsn, configuration)
tests/test_select_arrow.py:49
Function
test_arrow_string_column
(dsn, configuration, strings_as_dictionary)
tests/test_select_arrow.py:207
Function
test_arrow_string_column_larger_than_batch_size
( dsn, configuration, strings_as_dictionary )
tests/test_select_arrow.py:230
Function
test_arrow_string_column_with_null
(dsn, configuration, strings_as_dictionary)
tests/test_select_arrow.py:218
Function
test_arrow_table_chunked_arrays_not_supported
(dsn, configuration)
tests/test_executemanycolumns_corner_cases.py:131
Function
test_arrow_table_exceeds_expected_columns
(dsn, configuration)
tests/test_executemanycolumns_corner_cases.py:111
Function
test_arrow_timelike_column_larger_than_batch_size
(dsn, configuration)
tests/test_select_arrow.py:185
Function
test_arrow_timelike_column_with_null
(dsn, configuration)
tests/test_select_arrow.py:175
Function
test_arrow_timestamp_column
(dsn, configuration)
tests/test_select_arrow.py:149
Function
test_arrow_two_columns
(dsn, configuration)
tests/test_select_arrow.py:246
Function
test_arrow_two_columns_single_row_buffer
(dsn, configuration)
tests/test_select_arrow.py:265
Function
test_arrow_without_result_set_raises
(dsn, configuration)
tests/test_select_arrow.py:31
Function
test_async_io
cpp/turbodbc/Test/tests/command_test.cpp:108
Function
test_autocommit_enabled_at_start
(dsn, configuration)
tests/test_connection.py:102
Function
test_autocommit_querying
(dsn, configuration)
tests/test_connection.py:151
Function
test_autocommit_switching
(dsn, configuration)
tests/test_connection.py:123
Function
test_boolean_column
(dsn, configuration, column_backend)
tests/test_executemanycolumns.py:252
Function
test_callproc_unsupported
(dsn, configuration)
tests/test_cursor_unsupported_features.py:12
Function
test_closed_cursor_raises_when_used
(dsn, configuration)
tests/test_cursor_basics.py:23
Function
test_closing_connection_closes_all_cursors
(dsn, configuration)
tests/test_connection.py:26
Function
test_closing_twice_does_not_raise
(dsn, configuration)
tests/test_cursor_basics.py:52
Function
test_closing_twice_is_ok
(dsn, configuration)
tests/test_connection.py:18
Function
test_column_of_unsupported_type_raises
(dsn, configuration)
tests/test_executemanycolumns_corner_cases.py:13
Function
test_column_with_incompatible_dtype_raises
(dsn, configuration)
tests/test_executemanycolumns_corner_cases.py:38
Function
test_column_with_multiple_dimensions_raises
(dsn, configuration)
tests/test_executemanycolumns_corner_cases.py:49
Function
test_column_with_non_contiguous_data_raises
(dsn, configuration)
tests/test_executemanycolumns_corner_cases.py:61
Function
test_columns_of_unequal_sizes_raise
(dsn, configuration)
tests/test_executemanycolumns_corner_cases.py:24
Function
test_commit
(dsn, configuration)
tests/test_connection.py:61
Function
test_commit_on_closed_connection_raises
(dsn, configuration)
tests/test_connection.py:52
Function
test_connect_raises_on_ambiguous_parameters
()
tests/test_connect.py:56
Function
test_connect_raises_on_invalid_additional_option
(dsn, configuration)
tests/test_connect.py:48
Function
test_connect_raises_on_invalid_dsn
()
tests/test_connect.py:41
Function
test_connect_returns_connection_when_successful
(dsn, configuration)
tests/test_connect.py:30
Function
test_connect_returns_connection_with_explicit_dsn
(dsn, configuration)
tests/test_connect.py:36
Function
test_connect_with_connection_string
(dsn, configuration)
tests/test_connect.py:64
Function
test_connection_does_not_strongly_reference_cursors
(dsn, configuration)
tests/test_cursor_basics.py:125
Function
test_constructors_date
()
tests/test_constructors.py:6
Function
test_constructors_time
()
tests/test_constructors.py:11
Function
test_constructors_timestamp
()
tests/test_constructors.py:16
Function
test_cursor_on_closed_connection_raises
(dsn, configuration)
tests/test_connection.py:9
Function
test_datetime64_days_column
(dsn, configuration, column_backend)
tests/test_executemanycolumns.py:236
← previous
next →
701–800 of 949, ranked by callers