Enum ibm_db::InfoType[][src]

#[repr(u16)]
pub enum InfoType {
Show variants SQL_MAX_DRIVER_CONNECTIONS, SQL_MAX_CONCURRENT_ACTIVITIES, SQL_DATA_SOURCE_NAME, SQL_SERVER_NAME, SQL_SEARCH_PATTERN_ESCAPE, SQL_DBMS_NAME, SQL_DBMS_VER, SQL_ACCESSIBLE_TABLES, SQL_ACCESSIBLE_PROCEDURES, SQL_CURSOR_COMMIT_BEHAVIOR, SQL_DATA_SOURCE_READ_ONLY, SQL_DEFAULT_TXN_ISOLATION, SQL_IDENTIFIER_CASE, SQL_IDENTIFIER_QUOTE_CHAR, SQL_MAX_COLUMN_NAME_LEN, SQL_MAX_CURSOR_NAME_LEN, SQL_MAX_SCHEMA_NAME_LEN, SQL_MAX_CATALOG_NAME_LEN, SQL_MAX_TABLE_NAME_LEN, SQL_TRANSACTION_CAPABLE, SQL_USER_NAME, SQL_TRANSACTION_ISOLATION_OPTION, SQL_INTEGRITY, SQL_GETDATA_EXTENSIONS, SQL_NULL_COLLATION, SQL_ALTER_TABLE, SQL_ORDER_BY_COLUMNS_IN_SELECT, SQL_SPECIAL_CHARACTERS, SQL_MAX_COLUMNS_IN_GROUP_BY, SQL_MAX_COLUMNS_IN_INDEX, SQL_MAX_COLUMNS_IN_ORDER_BY, SQL_MAX_COLUMNS_IN_SELECT, SQL_MAX_COLUMNS_IN_TABLE, SQL_MAX_INDEX_SIZE, SQL_MAX_ROW_SIZE, SQL_MAX_STATEMENT_LEN, SQL_MAX_TABLES_IN_SELECT, SQL_MAX_USER_NAME_LEN, SQL_OUTER_JOIN_CAPABILITIES, SQL_XOPEN_CLI_YEAR, SQL_CURSOR_SENSITIVITY, SQL_DESCRIBE_PARAMETER, SQL_CATALOG_NAME, SQL_COLLATION_SEQ, SQL_MAX_IDENTIFIER_LEN, SQL_ASYNC_MODE, SQL_MAX_ASYNC_CONCURRENT_STATEMENTS, SQL_ASYNC_DBC_FUNCTIONS, SQL_DRIVER_AWARE_POOLING_SUPPORTED, SQL_ASYNC_NOTIFICATION,
}
Expand description

Information requested by SQLGetInfo

Variants

SQL_MAX_DRIVER_CONNECTIONS
SQL_MAX_CONCURRENT_ACTIVITIES
SQL_DATA_SOURCE_NAME
SQL_SERVER_NAME
SQL_SEARCH_PATTERN_ESCAPE
SQL_DBMS_NAME
SQL_DBMS_VER
SQL_ACCESSIBLE_TABLES
SQL_ACCESSIBLE_PROCEDURES
SQL_CURSOR_COMMIT_BEHAVIOR
SQL_DATA_SOURCE_READ_ONLY
SQL_DEFAULT_TXN_ISOLATION
SQL_IDENTIFIER_CASE
SQL_IDENTIFIER_QUOTE_CHAR
SQL_MAX_COLUMN_NAME_LEN
SQL_MAX_CURSOR_NAME_LEN
SQL_MAX_SCHEMA_NAME_LEN
SQL_MAX_CATALOG_NAME_LEN
SQL_MAX_TABLE_NAME_LEN
SQL_TRANSACTION_CAPABLE
SQL_USER_NAME
SQL_TRANSACTION_ISOLATION_OPTION
SQL_INTEGRITY
SQL_GETDATA_EXTENSIONS
SQL_NULL_COLLATION
SQL_ALTER_TABLE
SQL_ORDER_BY_COLUMNS_IN_SELECT
SQL_SPECIAL_CHARACTERS
SQL_MAX_COLUMNS_IN_GROUP_BY
SQL_MAX_COLUMNS_IN_INDEX
SQL_MAX_COLUMNS_IN_ORDER_BY
SQL_MAX_COLUMNS_IN_SELECT
SQL_MAX_COLUMNS_IN_TABLE
SQL_MAX_INDEX_SIZE
SQL_MAX_ROW_SIZE
SQL_MAX_STATEMENT_LEN
SQL_MAX_TABLES_IN_SELECT
SQL_MAX_USER_NAME_LEN
SQL_OUTER_JOIN_CAPABILITIES
SQL_XOPEN_CLI_YEAR
SQL_CURSOR_SENSITIVITY
SQL_DESCRIBE_PARAMETER
SQL_CATALOG_NAME
SQL_COLLATION_SEQ
SQL_MAX_IDENTIFIER_LEN
SQL_ASYNC_MODE
SQL_MAX_ASYNC_CONCURRENT_STATEMENTS
SQL_ASYNC_DBC_FUNCTIONS
SQL_DRIVER_AWARE_POOLING_SUPPORTED
SQL_ASYNC_NOTIFICATION

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Compare self to key and return true if they are equal.

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.