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
↓ 5 callers
Function
generate_microseconds_with_precision
(digits)
tests/helpers.py:11
↓ 5 callers
Method
get_column_info
cpp/turbodbc_python/Library/src/python_result_set.cpp:71
↓ 5 callers
Method
get_integer_column_attribute
cpp/cpp_odbc/Library/src/statement.cpp:84
↓ 5 callers
Method
get_row_count
cpp/turbodbc/Library/src/cursor.cpp:72
↓ 5 callers
Method
get_string_column_attribute
cpp/cpp_odbc/Library/src/statement.cpp:89
↓ 5 callers
Function
make_default_api
cpp/cpp_odbc/Test/tests/level3/raii_environment_test.cpp:28
↓ 5 callers
Function
make_options
Create options that control how turbodbc interacts with a database. These options affect performance for the most part, but some options may
turbodbc/options.py:4
↓ 5 callers
Method
push
cpp/turbodbc/Library/turbodbc/result_sets/double_buffered_result_set.h:29
↓ 5 callers
Method
set_autocommit
cpp/turbodbc/Library/src/connection.cpp:28
↓ 5 callers
Method
transferred_sets
cpp/turbodbc/Library/src/parameter_sets/bound_parameter_set.cpp:75
↓ 5 callers
Function
unique_table_name
()
tests/query_fixture.py:5
↓ 4 callers
Method
_execute
(self)
turbodbc/cursor.py:107
↓ 4 callers
Function
_to_columns
(values, dtype, column_backend)
tests/test_executemanycolumns.py:19
↓ 4 callers
Method
autocommit_enabled
cpp/turbodbc/Library/src/connection.cpp:38
↓ 4 callers
Method
bind
cpp/turbodbc/Library/src/column.cpp:13
↓ 4 callers
Function
configure_single_param
cpp/turbodbc/Test/tests/parameter_sets/bound_parameter_set_test.cpp:202
↓ 4 callers
Function
days_to_date
cpp/turbodbc/Library/src/time_helpers.cpp:76
↓ 4 callers
Method
execute
cpp/turbodbc/Library/src/cursor.cpp:53
↓ 4 callers
Method
execute_prepared
cpp/cpp_odbc/Library/src/statement.cpp:49
↓ 4 callers
Function
expect_calls_to_bind_buffer
* Set the mock statement to expect calls to bind_buffer. */
cpp/turbodbc/Test/tests/result_sets/bound_result_set_test.cpp:54
↓ 4 callers
Method
finalize
cpp/cpp_odbc/Library/src/statement.cpp:119
↓ 4 callers
Method
get_api
cpp/cpp_odbc/Library/src/level3/raii_connection.cpp:87
↓ 4 callers
Function
get_array_ptr
cpp/turbodbc_numpy/Library/src/binary_column.cpp:23
↓ 4 callers
Function
get_array_ptr
cpp/turbodbc_numpy/Library/src/datetime_column.cpp:45
↓ 4 callers
Method
get_integer_connection_info
cpp/cpp_odbc/Library/src/level2/api.cpp:83
↓ 4 callers
Method
get_integer_statement_attribute
cpp/cpp_odbc/Library/src/level2/api.cpp:123
↓ 4 callers
Method
get_result_set
cpp/turbodbc/Library/src/cursor.cpp:62
↓ 4 callers
Method
get_string_connection_info
cpp/cpp_odbc/Library/src/level2/api.cpp:78
↓ 4 callers
Function
make_empty_numpy_array
cpp/turbodbc_numpy/Library/src/make_numpy_array.cpp:16
↓ 4 callers
Function
microseconds_to_timestamp
cpp/turbodbc/Library/src/time_helpers.cpp:30
↓ 4 callers
Function
nanoseconds_to_timestamp
cpp/turbodbc/Library/src/time_helpers.cpp:49
↓ 4 callers
Method
number_of_elements
cpp/cpp_odbc/Library/src/multi_value_buffer.cpp:46
↓ 4 callers
Method
prepare
cpp/cpp_odbc/Library/src/statement.cpp:29
↓ 4 callers
Function
prepare_mock_with_columns
cpp/turbodbc/Test/tests/result_sets/double_buffered_result_set_test.cpp:31
↓ 4 callers
Function
test_as_floating_point
cpp/turbodbc/Test/tests/make_description_of_description_test.cpp:52
↓ 3 callers
Method
_assert_valid
(self)
turbodbc/connection.py:8
↓ 3 callers
Method
_assert_valid
(self)
turbodbc/cursor.py:80
↓ 3 callers
Function
_get_config_files
()
tests/helpers.py:21
↓ 3 callers
Function
_get_configuration
(file_name)
tests/helpers.py:54
↓ 3 callers
Function
_make_connection_string
(dsn: Optional[str], **kwargs)
turbodbc/connect.py:10
↓ 3 callers
Method
allocate_handle
cpp/cpp_odbc/Library/src/level1/api.cpp:8
↓ 3 callers
Method
column_attribute
cpp/cpp_odbc/Library/src/level1/api.cpp:63
↓ 3 callers
Function
date_to_days
cpp/turbodbc/Library/src/time_helpers.cpp:68
↓ 3 callers
Method
describe_column
cpp/cpp_odbc/Library/src/level2/api.cpp:168
↓ 3 callers
Method
fetch_next
cpp/cpp_odbc/Library/src/statement.cpp:74
↓ 3 callers
Function
free_handle
cpp/cpp_odbc/Library/src/level2/level1_connector.cpp:53
↓ 3 callers
Method
get_command
cpp/turbodbc/Library/src/cursor.cpp:82
↓ 3 callers
Method
get_connection_info
cpp/cpp_odbc/Library/src/level1/api.cpp:48
↓ 3 callers
Function
get_diagnostic_record
cpp/cpp_odbc/Library/src/level2/level1_connector.cpp:75
↓ 3 callers
Method
get_results
cpp/turbodbc/Library/src/command.cpp:41
↓ 3 callers
Method
make_connection
cpp/cpp_odbc/Library/src/environment.cpp:8
↓ 3 callers
Method
make_statement
cpp/cpp_odbc/Library/src/connection.cpp:8
↓ 3 callers
Function
move_to_top
cpp/turbodbc/Library/src/parameter.cpp:49
↓ 3 callers
Method
prepare
cpp/turbodbc/Library/src/cursor.cpp:41
↓ 3 callers
Function
set_null
cpp/turbodbc/Library/src/parameter_sets/set_field.cpp:128
↓ 3 callers
Method
setoutputsize
Has no effect since turbodbc automatically picks appropriate input types and sizes. Method exists since PEP-249 requires it.
turbodbc/cursor.py:374
↓ 3 callers
Function
size_after_growth_strategy
* This function returns a buffer size for the given string * which leaves room for future, larger strings. * * The intent is to waste little space
cpp/turbodbc/Library/src/make_description.cpp:26
↓ 3 callers
Function
test_describe_column
cpp/cpp_odbc/Test/tests/level2/level1_connector_test.cpp:1070
↓ 3 callers
Function
test_describe_column_wide
cpp/cpp_odbc/Test/tests/level2/level1_connector_test.cpp:1123
↓ 3 callers
Function
test_describe_parameter
cpp/cpp_odbc/Test/tests/level2/level1_connector_test.cpp:1177
↓ 3 callers
Function
test_output
cpp/cpp_odbc/Test/tests/column_description_test.cpp:61
↓ 3 callers
Function
timestamp_to_microseconds
cpp/turbodbc/Library/src/time_helpers.cpp:20
↓ 2 callers
Method
AppendNullProxy
cpp/turbodbc_arrow/Library/src/arrow_result_set.cpp:47
↓ 2 callers
Method
AppendProxy
cpp/turbodbc_arrow/Library/src/arrow_result_set.cpp:51
↓ 2 callers
Function
_get_configurations
()
tests/helpers.py:59
↓ 2 callers
Method
_numpy_batch_generator
(self)
turbodbc/cursor.py:283
↓ 2 callers
Function
_test_connection_string
(expected, actual)
tests/test_connect.py:9
↓ 2 callers
Function
_test_insert_one
(configuration, fixture_name, data)
tests/test_cursor_insert.py:24
↓ 2 callers
Function
_test_none_in_string_column
(configuration, fixture, column_backend)
tests/test_executemanycolumns.py:282
↓ 2 callers
Function
_to_masked_columns
(values, dtype, mask, column_backend)
tests/test_executemanycolumns.py:27
↓ 2 callers
Method
bind_column
cpp/cpp_odbc/Library/src/level2/api.cpp:88
↓ 2 callers
Method
bind_parameter
cpp/cpp_odbc/Library/src/level1/api.cpp:58
↓ 2 callers
Method
close_cursor
cpp/cpp_odbc/Library/src/statement.cpp:79
↓ 2 callers
Method
commit
cpp/cpp_odbc/Library/src/connection.cpp:18
↓ 2 callers
Method
describe_parameter
cpp/cpp_odbc/Library/src/level2/api.cpp:178
↓ 2 callers
Method
execute
cpp/cpp_odbc/Library/src/statement.cpp:24
↓ 2 callers
Method
fetch_all_native
cpp/turbodbc_arrow/Library/src/arrow_result_set.cpp:300
↓ 2 callers
Method
fetch_next_batch
cpp/turbodbc_arrow/Library/src/arrow_result_set.cpp:343
↓ 2 callers
Method
fetchnumpybatches
Returns an iterator over all rows in the active result set generated with ``execute()`` or ``executemany()``. :return: An it
turbodbc/cursor.py:269
↓ 2 callers
Method
flush
cpp/turbodbc_python/Library/src/python_parameter_set.cpp:23
↓ 2 callers
Method
get_functions
cpp/cpp_odbc/Library/src/level1/api.cpp:143
↓ 2 callers
Method
get_info
cpp/turbodbc/Library/src/column.cpp:28
↓ 2 callers
Method
get_integer_attribute
cpp/cpp_odbc/Library/src/statement.cpp:9
↓ 2 callers
Method
get_integer_info
cpp/cpp_odbc/Library/src/connection.cpp:33
↓ 2 callers
Method
get_statement_attribute
cpp/cpp_odbc/Library/src/level1/api.cpp:88
↓ 2 callers
Method
get_string_info
cpp/cpp_odbc/Library/src/connection.cpp:28
↓ 2 callers
Function
make_arrow_result_set
cpp/turbodbc_python/Library/src/python_bindings/module.cpp:34
↓ 2 callers
Function
make_environment
cpp/cpp_odbc/Library/src/make_environment.cpp:23
↓ 2 callers
Function
make_parameter_set
cpp/turbodbc_python/Library/src/python_bindings/python_parameter_set.cpp:10
↓ 2 callers
Function
make_small_decimal_description
cpp/turbodbc/Library/src/make_description.cpp:35
↓ 2 callers
Method
more_results
cpp/cpp_odbc/Library/src/level2/api.cpp:183
↓ 2 callers
Method
number_of_parameters
cpp/cpp_odbc/Library/src/level2/api.cpp:138
↓ 2 callers
Function
options_with_half_read_buffer
cpp/turbodbc/Library/src/result_sets/double_buffered_result_set.cpp:42
↓ 2 callers
Function
prepare_single_column_result_set
cpp/turbodbc/Test/tests/command_test.cpp:46
↓ 2 callers
Method
pull
cpp/turbodbc/Library/turbodbc/result_sets/double_buffered_result_set.h:38
↓ 2 callers
Method
rollback
Roll back all changes in the current transaction
turbodbc/connection.py:37
↓ 2 callers
Method
rollback
cpp/cpp_odbc/Library/src/connection.cpp:23
↓ 2 callers
Method
row_count
cpp/cpp_odbc/Library/src/level2/api.cpp:163
↓ 2 callers
Method
schema
cpp/turbodbc_arrow/Library/src/arrow_result_set.cpp:175
↓ 2 callers
Method
size
cpp/cpp_odbc/Library/src/level2/input_u16string_buffer.cpp:13
← previous
next →
101–200 of 949, ranked by callers