Enum odbc_sys::InfoType [−][src]
#[repr(u16)]
pub enum InfoType {
Show variants
MaxDriverConnectinos,
MaxConcurrentActivities,
DataSourceName,
ServerName,
SearchPatternEscape,
DbmsName,
DbmsVer,
AccessibleTables,
AccessibleProcedures,
CursorCommitBehaviour,
DataSourceReadOnly,
DefaultTxnIsolation,
IdentifierCase,
IdentifierQuoteChar,
MaxColumnNameLen,
MaxCursorNameLen,
MaxSchemaNameLen,
MaxCatalogNameLen,
MaxTableNameLen,
TransactionCapable,
UserName,
TransactionIsolationProtocol,
Integrity,
GetDataExtensions,
NullCollation,
AlterTable,
OrderByColumnsInSelect,
SpecialCharacters,
MaxColumnsInGroupBy,
MaxColumnsInIndex,
MaxColumnsInOrderBy,
MaxColumnsInSelect,
MaxColumnsInTable,
MaxIndexSize,
MaxRowSize,
MaxStatementLen,
MaxTablesInSelect,
MaxUserNameLen,
OuterJoinCapabilities,
XopenCliYear,
CursorSensitivity,
DescribeParameter,
CatalogName,
CollationSeq,
MaxIdentifierLen,
AsyncMode,
MaxAsyncConcurrentStatements,
AsyncDbcFunctions,
DriverAwarePoolingSupported,
AsyncNotification,
}Information requested by SQLGetInfo
Variants
Trait Implementations
impl StructuralEq for InfoType[src]
impl StructuralEq for InfoType[src]impl StructuralPartialEq for InfoType[src]
impl StructuralPartialEq for InfoType[src]Auto Trait Implementations
impl RefUnwindSafe for InfoType
impl RefUnwindSafe for InfoTypeimpl UnwindSafe for InfoType
impl UnwindSafe for InfoType