Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOCI/soci
/ functions
Functions
2,892 in github.com/SOCI/soci
⨍
Functions
2,892
◇
Types & classes
826
Function
handleSignal
tests/catch.hpp:10905
Method
handleThrowingCallSkipped
tests/catch.hpp:8277
Method
handleUnexpectedExceptionNotThrown
tests/catch.hpp:8273
Method
handleUnexpectedInflightException
tests/catch.hpp:8262
Method
handleUnfinishedSections
tests/catch.hpp:13028
Function
handleVectoredException
tests/catch.hpp:10808
Function
has_fp_bug
Override this if the backend doesn't handle floating point values correctly, i.e. writing a value and reading it back doesn't return exactly* the same
tests/test-context.h:199
Method
has_fp_bug
tests/postgresql/test-postgresql.cpp:1577
Method
has_fp_bug
tests/sqlite3/test-sqlite3.cpp:1139
Method
has_fp_bug
tests/odbc/test-odbc-postgresql.cpp:218
Function
has_multiple_select_bug
Override this if the backend doesn't handle multiple active select statements at the same time, i.e. a result set must be entirely consumed before cre
tests/test-context.h:212
Function
has_option
Return true if the option with the given name is specified.
include/soci/connection-parameters.h:90
Function
has_partial_update_bug
Override this if the backend doesn't handle partial success for operations using array parameters correctly.
tests/test-context.h:203
Function
has_real_xml_support
Override this if the backend not only supports working with XML values (and so returns a non-null value from table_creator_xml()), but the database it
tests/test-context.h:194
Method
has_real_xml_support
tests/postgresql/test-postgresql.cpp:1567
Method
has_real_xml_support
tests/odbc/test-odbc-mssql.cpp:328
Method
has_real_xml_support
tests/odbc/test-odbc-postgresql.cpp:208
Function
has_silent_truncate_bug
Override this if the backend silently truncates string values too long to fit by default.
tests/test-context.h:219
Function
has_transactions_support
Override this if the backend may not have transactions support.
tests/test-context.h:215
Function
has_uint64_storage_bug
Override this if the backend does not store values bigger than INT64_MAX correctly. This can lead to an unexpected ordering of values as larger values
tests/test-context.h:228
Method
has_uint64_storage_bug
tests/firebird/test-firebird.cpp:1257
Method
holder
include/soci/type-holder.h:441
Method
in_out_procedure_creator
tests/oracle/test-oracle.cpp:410
Function
inc_ref
include/soci/ref-counted-statement.h:34
Function
inc_ref
include/soci/procedure.h:25
Method
indent
tests/catch.hpp:8555
Method
index_check_failed
src/core/soci-simple.cpp:545
Method
info
src/core/backend-loader.cpp:194
Method
init
include/soci/postgresql/soci-postgresql.h:110
Method
initialize_connect_string
tests/odbc/test-odbc-postgresql.cpp:156
Method
instance
tests/catch.hpp:10090
Method
instance
tests/catch.hpp:10206
Method
integer_table_creator
tests/sqlite3/test-sqlite3.cpp:924
Method
integer_value_table_creator
tests/mysql/test-mysql.cpp:438
Method
interpret_odbc_error
src/backends/odbc/error.cpp:45
Method
into
include/soci/into.h:59
Method
into_container
include/soci/into.h:30
Method
into_container
include/soci/into.h:43
Function
into_row
include/soci/statement.h:137
Method
into_row<blob>
src/core/statement.cpp:931
Method
into_sequence
include/soci/bind-values.h:152
Method
into_sequence
include/soci/bind-values.h:170
Method
into_type
include/soci/into-type.h:143
Method
into_type
include/soci/into-type.h:155
Method
into_type
include/soci/values-exchange.h:118
Method
into_type
include/soci/rowid-exchange.h:44
Method
into_type
include/soci/row-exchange.h:31
Method
into_type
include/soci/statement.h:306
Method
into_type
include/soci/blob-exchange.h:27
Method
intos_size
src/core/statement.cpp:477
Method
invoke
tests/catch.hpp:967
Method
invoke
tests/catch.hpp:4878
Method
invoke
tests/catch.hpp:6562
Method
invoke
tests/catch.hpp:6569
Method
invoke
tests/catch.hpp:9170
Method
invoke
tests/catch.hpp:9178
Method
invokeActiveTestCase
tests/catch.hpp:13023
Function
invokeLambda
tests/catch.hpp:9185
Method
isBoundary
tests/catch.hpp:8515
Method
isContainer
tests/catch.hpp:9143
Method
isControlChar
tests/catch.hpp:14826
Method
isFlag
tests/catch.hpp:9123
Method
isGeneratorTracker
TrackerBase interface
tests/catch.hpp:12631
Function
isJustInfo
tests/catch.hpp:12564
Method
isMatch
tests/catch.hpp:9410
Method
isMulti
tests/catch.hpp:11164
Method
isNullTerminated
tests/catch.hpp:668
Function
is_connected
include/soci/sqlite3/soci-sqlite3.h:308
Function
is_connected
include/soci/empty/soci-empty.h:160
Method
is_connected
src/backends/postgresql/session.cpp:371
Method
is_connected
src/backends/oracle/session.cpp:353
Method
is_connected
src/backends/mysql/session.cpp:544
Method
is_connected
src/backends/odbc/session.cpp:381
Method
is_connected
src/backends/firebird/session.cpp:105
Method
is_connected
src/backends/db2/session.cpp:155
Function
is_option_on
Return true if the option with the given name was found with a "true" value in the sense of is_true_value() above.
include/soci/connection-parameters.h:120
Method
is_true_value
static */
src/core/connection-parameters.cpp:177
Method
is_valid
src/core/blob.cpp:23
Method
iterator
tests/catch.hpp:8509
Method
iterator
tests/catch.hpp:8681
Method
lastAssertionPassed
tests/catch.hpp:12957
Method
lazyPrint
tests/catch.hpp:16602
Method
lazyPrintGroupInfo
tests/catch.hpp:16632
Method
lazyPrintRunInfo
tests/catch.hpp:16620
Method
lazyPrintWithoutClosingBenchmarkTable
tests/catch.hpp:16608
Method
libIdentify
tests/catch.hpp:13451
Method
libversion
static
src/backends/sqlite3/session.cpp:291
Method
libversion_number
static
src/backends/sqlite3/session.cpp:297
Method
line
tests/catch.hpp:8513
Method
list_all
src/core/backend-loader.cpp:468
Method
load
loads blob data into internal buffer
src/backends/firebird/blob.cpp:170
Method
loadBuffer
tests/catch.hpp:8869
Method
load_from_hex_str
src/backends/mysql/blob.cpp:95
Method
load_one
This is used for non-bulk operations
src/backends/sqlite3/statement.cpp:218
Method
load_rowset
This is used by bulk operations
src/backends/sqlite3/statement.cpp:93
Method
logger
src/core/logger.cpp:92
Method
logicError
tests/catch.hpp:9009
Method
long_table_creator
tests/oracle/test-oracle.cpp:1060
Method
long_text_table_creator
tests/odbc/test-odbc-mssql.cpp:32
Method
longlong_table_creator
tests/postgresql/test-postgresql.cpp:258
← previous
next →
1,601–1,700 of 2,892, ranked by callers