MCPcopy Create free account

hub / github.com/blue-yonder/turbodbc / functions

Functions949 in github.com/blue-yonder/turbodbc

↓ 152 callersMethodexecute
Execute an SQL command or query :param sql: A (unicode) string that contains the SQL command or query. If you would like to
turbodbc/cursor.py:118
↓ 144 callersMethodsize
cpp/cpp_odbc/Library/src/level2/input_string_buffer.cpp:13
↓ 96 callersFunctionopen_cursor
( configuration, rows_to_buffer=None, parameter_sets_to_buffer=100, **turbodbc_options )
tests/helpers.py:160
↓ 84 callersFunctionquery_fixture
Context manager used to set up fixtures for setting up queries. :param cursor: This cursor is used to execute queries :param configuratio
tests/query_fixture.py:10
↓ 57 callersFunctionmake_description
cpp/turbodbc/Library/src/make_description.cpp:120
↓ 53 callersMethodfetchall
Fetches a list of all rows in the active result set generated with ``execute()`` or ``executemany()``. :return: A list of ro
turbodbc/cursor.py:225
↓ 45 callersFunctionconnect
r""" Create a connection with the database identified by the ``dsn`` or the ``connection_string``. :param dsn: Data source name as given in t
turbodbc/connect.py:17
↓ 42 callersFunctionget_credentials
(configuration)
tests/helpers.py:35
↓ 40 callersMethodcursor
Create a new ``Cursor`` instance associated with this ``Connection`` :return: A new ``Cursor`` instance
turbodbc/connection.py:17
↓ 40 callersMethodelement_size
cpp/turbodbc/Library/src/description.cpp:19
↓ 34 callersMethoddata_pointer
cpp/cpp_odbc/Library/src/multi_value_buffer.cpp:51
↓ 33 callersFunctionexpect_diagnostic_record
cpp/cpp_odbc/Test/tests/level2/level1_connector_test.cpp:26
↓ 30 callersFunction_fix_case
some databases return column names in upper case
tests/test_select_numpy.py:19
↓ 28 callersMethodexecutemany
Execute an SQL command or query with multiple parameter sets passed in a row-wise fashion. This function is part of PEP-249.
turbodbc/cursor.py:139
↓ 28 callersFunctionthrow_on_error
cpp/cpp_odbc/Library/src/level2/level1_connector.cpp:67
↓ 26 callersMethodindicator_pointer
cpp/cpp_odbc/Library/src/multi_value_buffer.cpp:61
↓ 25 callersFunctionmake_default_api
cpp/cpp_odbc/Test/tests/level3/raii_statement_test.cpp:33
↓ 23 callersMethodexecutemanycolumns
Execute an SQL command or query with multiple parameter sets that are passed in a column-wise fashion as opposed to the row-wise para
turbodbc/cursor.py:166
↓ 20 callersMethodclose
Close the cursor.
turbodbc/cursor.py:358
↓ 20 callersMethodfetchallnumpy
Fetches all rows in the active result set generated with ``execute()`` or ``executemany()``. :return: An ``OrderedDict`` of
turbodbc/cursor.py:251
↓ 19 callersMethodcapacity_per_element
cpp/cpp_odbc/Library/src/multi_value_buffer.cpp:41
↓ 18 callersMethodcolumn
cpp/turbodbc/Library/src/column.cpp:5
↓ 17 callersMethodfetchallarrow
Fetches all rows in the active result set generated with ``execute()`` or ``executemany()``. :param strings_as_dictionary: I
turbodbc/cursor.py:326
↓ 16 callersMethodfetchone
Returns a single row of a result set. Requires an active result set on the database generated with ``execute()`` or ``executemany()``
turbodbc/cursor.py:210
↓ 16 callersMethodset_attribute
cpp/cpp_odbc/Library/src/statement.cpp:14
↓ 15 callersMethodget_column_info
cpp/turbodbc/Library/src/result_sets/result_set.cpp:13
↓ 15 callersFunctionmake_config
cpp/turbodbc/Test/tests/parameter_sets/bound_parameter_set_test.cpp:19
↓ 15 callersFunctionparameter_is_suitable_for
cpp/turbodbc/Library/src/parameter_sets/set_field.cpp:117
↓ 15 callersMethodtype
cpp/cpp_odbc/Library/src/level2/handles.cpp:21
↓ 14 callersMethodappend
cpp/turbodbc_numpy/Library/src/masked_column.cpp:9
↓ 14 callersMethodget_type_code
cpp/turbodbc/Library/src/parameter.cpp:32
↓ 14 callersMethodrebind
cpp/turbodbc/Library/src/result_sets/bound_result_set.cpp:59
↓ 13 callersMethoddata_pointer
cpp/cpp_odbc/Library/src/level2/string_buffer.cpp:16
↓ 13 callersFunctionmake_default_api
cpp/cpp_odbc/Test/tests/level3/raii_connection_test.cpp:33
↓ 12 callersMethodfetch_next_batch
cpp/turbodbc/Library/src/result_sets/result_set.cpp:8
↓ 12 callersMethodget_buffers
cpp/turbodbc/Library/src/result_sets/result_set.cpp:18
↓ 12 callersMethodprepare_statement
cpp/cpp_odbc/Library/src/level2/api.cpp:143
↓ 11 callersFunction_test_insert_many
(configuration, fixture_name, data)
tests/test_cursor_insert.py:13
↓ 11 callersMethodexecute_batch
cpp/turbodbc/Library/src/parameter_sets/bound_parameter_set.cpp:93
↓ 11 callersMethodset_statement_attribute
cpp/cpp_odbc/Library/src/level2/api.cpp:153
↓ 11 callersMethodsupports_null_values
cpp/turbodbc/Library/src/description.cpp:49
↓ 10 callersMethodcolumn_c_type
cpp/turbodbc/Library/src/description.cpp:24
↓ 10 callersMethodfetchmany
Fetches a batch of rows in the active result set generated with ``execute()`` or ``executemany()``. :param size: Controls ho
turbodbc/cursor.py:235
↓ 10 callersMethodfree_handle
cpp/cpp_odbc/Library/src/level2/api.cpp:23
↓ 10 callersMethodis_suitable_for
cpp/turbodbc/Library/src/parameter.cpp:41
↓ 10 callersMethodmake_field
cpp/turbodbc/Library/src/field_translator.cpp:11
↓ 10 callersMethodnextset
makes cursor skip to the next available result set, discarding any remaining rows from the current result set. If there are no more r
turbodbc/cursor.py:348
↓ 9 callersMethodcapacity
cpp/cpp_odbc/Library/src/level2/string_buffer.cpp:11
↓ 9 callersMethodcolumn_sql_type
cpp/turbodbc/Library/src/description.cpp:29
↓ 9 callersMethoddescribe_column
cpp/cpp_odbc/Library/src/statement.cpp:99
↓ 9 callersMethoddigits
cpp/turbodbc/Library/src/description.cpp:34
↓ 9 callersMethodget_diagnostic_record
cpp/cpp_odbc/Library/src/level2/api.cpp:38
↓ 9 callersMethodnumber_of_parameters
cpp/turbodbc/Library/src/parameter_sets/bound_parameter_set.cpp:81
↓ 9 callersFunctionset_field
cpp/turbodbc/Library/src/parameter_sets/set_field.cpp:122
↓ 8 callersFunction_full_column_tests
(configuration, fixture, values, dtype, column_backend)
tests/test_executemanycolumns.py:143
↓ 8 callersFunctionbuffered_string_size
cpp/turbodbc/Library/src/string_helpers.cpp:14
↓ 8 callersMethoddescribe_parameter
cpp/cpp_odbc/Library/src/statement.cpp:109
↓ 8 callersMethodfetch_row
cpp/turbodbc/Library/src/result_sets/field_result_set.cpp:23
↓ 8 callersMethodfree_statement
cpp/cpp_odbc/Library/src/level2/api.cpp:113
↓ 8 callersFunctionmake_decimal_column_description
cpp/turbodbc/Test/tests/make_description_of_description_test.cpp:363
↓ 8 callersFunctionmake_field_translator
cpp/turbodbc/Library/src/make_field_translator.cpp:12
↓ 8 callersFunctionmake_options
cpp/turbodbc/Test/tests/make_description_of_description_test.cpp:16
↓ 8 callersFunctionmake_options
cpp/turbodbc/Test/tests/result_sets/bound_result_set_test.cpp:20
↓ 8 callersMethodmore_results
cpp/cpp_odbc/Library/src/statement.cpp:114
↓ 8 callersFunctionprepare_mock_with_columns
cpp/turbodbc/Test/tests/result_sets/bound_result_set_test.cpp:30
↓ 8 callersMethodrow_count
cpp/cpp_odbc/Library/src/statement.cpp:94
↓ 8 callersMethodsize_pointer
cpp/cpp_odbc/Library/src/level2/string_buffer.cpp:21
↓ 8 callersFunctiontest_as_integer
cpp/turbodbc/Test/tests/make_description_of_description_test.cpp:38
↓ 7 callersFunctionassert_custom_name_and_nullable_support
cpp/turbodbc/Test/tests/make_description_of_description_test.cpp:32
↓ 7 callersMethodbind_column
cpp/cpp_odbc/Library/src/statement.cpp:64
↓ 7 callersMethodbuffered_sets
cpp/turbodbc/Library/src/parameter_sets/bound_parameter_set.cpp:70
↓ 7 callersMethodconnect
cpp/turbodbc/Library/src/connect.cpp:4
↓ 7 callersMethoddescribe_column_wide
cpp/cpp_odbc/Library/src/statement.cpp:104
↓ 7 callersMethodend_transaction
cpp/cpp_odbc/Library/src/level2/api.cpp:73
↓ 7 callersMethodfetch_scroll
cpp/cpp_odbc/Library/src/level2/api.cpp:108
↓ 7 callersFunctionmake_options
cpp/turbodbc/Test/tests/result_sets/double_buffered_result_set_test.cpp:21
↓ 7 callersMethodset_environment_attribute
cpp/cpp_odbc/Library/src/level2/api.cpp:53
↓ 7 callersMethodsupports_function
cpp/cpp_odbc/Library/src/connection.cpp:38
↓ 6 callersFunction_fix_case
some databases return column names in upper case
tests/test_select_arrow.py:19
↓ 6 callersFunction_test_single_row_result_set
(configuration, query, expected_row)
tests/test_cursor_select.py:15
↓ 6 callersMethodbind_input_parameter
cpp/cpp_odbc/Library/src/statement.cpp:39
↓ 6 callersMethoddisconnect
cpp/cpp_odbc/Library/src/level2/api.cpp:68
↓ 6 callersMethodestablish_connection
cpp/cpp_odbc/Library/src/level2/api.cpp:63
↓ 6 callersMethodexecute_prepared_statement
cpp/cpp_odbc/Library/src/level2/api.cpp:98
↓ 6 callersMethodexecute_statement
cpp/cpp_odbc/Library/src/level2/api.cpp:103
↓ 6 callersFunctionfix_case
(string)
tests/test_cursor_select.py:267
↓ 6 callersMethodis_suitable_for
cpp/turbodbc/Library/src/parameter_sets/set_field.cpp:16
↓ 6 callersMethodload
cpp/turbodbc_python/Library/src/python_bindings/options.cpp:47
↓ 6 callersFunctionmake_config
cpp/turbodbc/Test/tests/command_test.cpp:22
↓ 6 callersFunctionmake_numeric_column_description
cpp/turbodbc/Test/tests/make_description_of_description_test.cpp:368
↓ 6 callersMethodnumber_of_columns
cpp/cpp_odbc/Library/src/statement.cpp:54
↓ 6 callersMethodnumber_of_parameters
cpp/cpp_odbc/Library/src/statement.cpp:59
↓ 6 callersMethodnumber_of_result_columns
cpp/cpp_odbc/Library/src/level2/api.cpp:133
↓ 6 callersMethodset_connection_attribute
cpp/cpp_odbc/Library/src/level2/api.cpp:58
↓ 5 callersMethod_assert_valid_result_set
(self)
turbodbc/cursor.py:84
↓ 5 callersFunction_execute_queries
(queries, replacements)
tests/query_fixture.py:58
↓ 5 callersMethodallocate_connection_handle
cpp/cpp_odbc/Library/src/level2/api.cpp:13
↓ 5 callersMethodallocate_environment_handle
cpp/cpp_odbc/Library/src/level2/api.cpp:18
↓ 5 callersMethodallocate_statement_handle
cpp/cpp_odbc/Library/src/level2/api.cpp:8
↓ 5 callersMethodcommit
Commits the current transaction
turbodbc/connection.py:29
next →1–100 of 949, ranked by callers