MCPcopy Create free account

hub / github.com/SOCI/soci / functions

Functions2,892 in github.com/SOCI/soci

Methodget_driver_version
tests/odbc/test-odbc-postgresql.cpp:271
Functionget_dummy_from_table
include/soci/postgresql/soci-postgresql.h:424
Functionget_dummy_from_table
include/soci/oracle/soci-oracle.h:447
Functionget_dummy_from_table
include/soci/sqlite3/soci-sqlite3.h:321
Functionget_dummy_from_table
Note that MySQL supports both "SELECT 2+2" and "SELECT 2+2 FROM DUAL" syntaxes, but there doesn't seem to be any reason to use the longer one.
include/soci/mysql/soci-mysql.h:247
Functionget_dummy_from_table
include/soci/firebird/soci-firebird.h:316
Functionget_dummy_from_table
include/soci/empty/soci-empty.h:166
Methodget_dummy_from_table
src/core/session.cpp:710
Methodget_dummy_from_table
src/backends/odbc/session.cpp:536
Functionget_error_category
Basic error classification support
include/soci/error.h:63
Methodget_error_category
src/backends/postgresql/error.cpp:26
Methodget_error_category
src/backends/oracle/error.cpp:35
Methodget_error_category
src/backends/sqlite3/error.cpp:40
Methodget_error_category
src/backends/mysql/error.cpp:17
Methodget_error_category
src/backends/firebird/error-firebird.cpp:63
Functionget_example_connection_string
This is a purely informational function returning an example of a DSN which can be used with this backend. It should be overridden if initialize_conn
tests/test-context.h:119
Methodget_example_connection_string
tests/postgresql/test-postgresql.cpp:1522
Methodget_example_connection_string
tests/oracle/test-oracle.cpp:1569
Methodget_example_connection_string
tests/mysql/test-mysql.h:71
Methodget_example_connection_string
tests/odbc/test-odbc-mssql.cpp:283
Methodget_example_connection_string
tests/odbc/test-odbc-mysql.cpp:26
Methodget_example_connection_string
tests/odbc/test-odbc-postgresql.cpp:168
Methodget_example_connection_string
tests/odbc/test-odbc-db2.cpp:72
Methodget_example_connection_string
tests/odbc/test-odbc-access.cpp:76
Methodget_example_connection_string
tests/firebird/test-firebird.cpp:1206
Methodget_example_connection_string
tests/empty/test-empty.cpp:151
Functionget_from_uses
include/soci/values.h:267
Methodget_indicator
src/core/values.cpp:19
Functionget_last_insert_id
include/soci/session.h:155
Methodget_last_insert_id
src/backends/sqlite3/session.cpp:233
Methodget_last_insert_id
src/backends/mysql/session.cpp:564
Methodget_last_insert_id
src/backends/odbc/session.cpp:469
Methodget_last_insert_id
include/soci/soci-backend.h:388
Functionget_last_query
include/soci/logger.h:102
Methodget_last_query
src/core/session.cpp:69
Methodget_last_query
src/core/session.cpp:523
Functionget_last_query_context
include/soci/logger.h:103
Methodget_last_query_context
src/core/session.cpp:535
Methodget_last_row_count
src/backends/firebird/statement.cpp:574
Methodget_len
src/backends/postgresql/blob.cpp:56
Methodget_len
src/backends/oracle/blob.cpp:43
Methodget_len
src/backends/odbc/blob.cpp:24
Methodget_len
src/backends/empty/blob.cpp:24
Methodget_log_stream
src/core/session.cpp:465
Functionget_name
include/soci/values-exchange.h:56
Functionget_name
include/soci/use-type.h:78
Functionget_need_comma
include/soci/ref-counted-statement.h:63
Functionget_next_sequence_value
include/soci/session.h:140
Methodget_next_sequence_value
src/backends/postgresql/session.cpp:418
Methodget_next_sequence_value
src/backends/oracle/session.cpp:421
Methodget_next_sequence_value
src/backends/odbc/session.cpp:424
Methodget_next_sequence_value
src/backends/firebird/session.cpp:175
Methodget_next_sequence_value
At least one of these functions is usually not implemented for any given backend as RDBMS support either sequences or auto-generated values, so we don
include/soci/soci-backend.h:384
Functionget_number_of_columns
include/soci/values.h:240
Methodget_number_of_rows
src/backends/postgresql/statement.cpp:663
Methodget_number_of_rows
src/backends/sqlite3/statement.cpp:388
Methodget_number_of_rows
src/backends/mysql/statement.cpp:374
Methodget_number_of_rows
src/backends/odbc/statement.cpp:340
Methodget_number_of_rows
src/backends/firebird/statement.cpp:634
Methodget_number_of_rows
src/backends/empty/statement.cpp:55
Methodget_numeric_value
include/soci/column-info.h:36
Functionget_oci_attr
src/backends/oracle/statement.cpp:25
Functionget_option_decimals_as_strings
include/soci/oracle/soci-oracle.h:457
Functionget_option_decimals_as_strings
include/soci/firebird/soci-firebird.h:326
Methodget_parameter_name
src/backends/postgresql/statement.cpp:668
Methodget_parameter_name
src/backends/oracle/statement.cpp:216
Methodget_parameter_name
src/backends/sqlite3/statement.cpp:393
Methodget_parameter_name
src/backends/mysql/statement.cpp:379
Methodget_parameter_name
src/backends/odbc/statement.cpp:345
Methodget_parameter_name
src/backends/firebird/statement.cpp:639
Methodget_parameter_name
src/backends/empty/statement.cpp:61
Functionget_prepare_info
include/soci/prepare-temp-type.h:54
Methodget_query
src/core/ref-counted-prepare-info.cpp:30
Functionget_row_to_dump
This function returns the index of the row which is used when dumping the value of query parameters for bulk operations. If it is -1, which is the def
include/soci/soci-backend.h:253
Functionget_row_to_dump
include/soci/postgresql/soci-postgresql.h:273
Functionget_row_to_dump
include/soci/oracle/soci-oracle.h:228
Functionget_row_to_dump
include/soci/sqlite3/soci-sqlite3.h:244
Functionget_row_to_dump
include/soci/firebird/soci-firebird.h:195
Methodget_sqllen_from_value
include/soci/odbc/soci-odbc.h:494
Methodget_sqllen_from_vector_at
include/soci/odbc/soci-odbc.h:558
Functionget_sqlstate
Return the 5 character SQL state or empty if inapplicable.
include/soci/error.h:76
Methodget_statement_attr
src/backends/oracle/statement.cpp:201
Functionget_stream
include/soci/logger.h:101
Methodget_table_names
src/core/session.cpp:609
Functionget_table_names_query
include/soci/oracle/soci-oracle.h:339
Functionget_table_names_query
include/soci/sqlite3/soci-sqlite3.h:330
Functionget_table_names_query
include/soci/mysql/soci-mysql.h:257
Methodget_table_names_query
Returns a parameterless query for the list of table names in the current schema.
include/soci/soci-backend.h:399
Functionget_vector_size
src/backends/postgresql/common.h:72
Functionget_vector_size
src/backends/sqlite3/common.h:22
Functionget_vector_size
Get the size of the vector.
include/private/soci-vector-helpers.h:28
Functiongot_data
include/soci/procedure.h:78
Functiongot_data
include/soci/statement.h:236
Methodhandle
src/backends/oracle/handle.h:43
FunctionhandleExceptionMatchExpr
This is the overload that takes a string and infers the Equals matcher from it The more general overload, that takes any string matcher, is in catch_c
tests/catch.hpp:8283
MethodhandleExceptionNotThrownAsExpected
tests/catch.hpp:8269
MethodhandleExceptionThrownAsExpected
tests/catch.hpp:8266
MethodhandleExpr
tests/catch.hpp:2567
FunctionhandleExpression
tests/catch.hpp:2410
MethodhandleMessage
tests/catch.hpp:8232
← previousnext →1,501–1,600 of 2,892, ranked by callers