#[repr(u16)]pub enum SqlFeatureCode {
Show 65 variants
AggregateFilterClause = 0,
AlterStatementBeyondAlterTable = 1,
AlterTableAddColumnDuplicateDefault = 2,
AlterTableAddColumnModifiers = 3,
AlterTableAddStatementBeyondAddColumn = 4,
AlterTableAlterColumnDropUnsupportedAction = 5,
AlterTableAlterColumnModifiers = 6,
AlterTableAlterColumnSetUnsupportedAction = 7,
AlterTableAlterColumnUnsupportedAction = 8,
AlterTableAlterStatementBeyondAlterColumn = 9,
AlterTableDropColumnIfExistsSyntax = 10,
AlterTableDropColumnModifiers = 11,
AlterTableDropStatementBeyondDropColumn = 12,
AlterTableRenameColumnMissingTo = 13,
AlterTableRenameColumnModifiers = 14,
AlterTableRenameStatementBeyondRenameColumn = 15,
AlterTableUnsupportedOperation = 16,
ColumnAlias = 17,
CreateIndexIfNotExistsSyntax = 18,
CreateIndexKeyOrderingModifiers = 19,
CreateIndexModifiers = 20,
CreateStatementBeyondCreateIndex = 21,
DescribeModifier = 22,
DdlSchemaVersionDuplicateExpectedClause = 23,
DdlSchemaVersionDuplicateSetClause = 24,
DropIndexModifiers = 25,
DropIndexIfExistsSyntax = 26,
DropStatementBeyondDropIndex = 27,
ExpressionIndexUnsupportedFunction = 28,
Having = 29,
Insert = 30,
Join = 31,
LikePatternBeyondTrailingPrefix = 32,
LowerFieldPredicateUnsupported = 33,
MultiStatementSql = 34,
NestedAggregateInput = 35,
NestedProjectionFunctionInArithmetic = 36,
OrderByUnsupportedForm = 37,
Other = 38,
ParameterBinding = 39,
ParameterizedSchemaVersion = 40,
PredicateStartsWithFirstArgument = 41,
QuotedIdentifiers = 42,
ReturningUnsupportedShape = 43,
ScalarFunctionExpressionPosition = 44,
ScaleTakingNumericFunctionExpressionPosition = 45,
SearchedCaseGroupedOrderBy = 46,
ShowColumnsModifiers = 47,
ShowEntitiesModifiers = 48,
ShowIndexesModifiers = 49,
ShowMemoryModifiers = 50,
ShowStoresModifiers = 51,
ShowUnsupportedCommand = 52,
SimpleCaseExpression = 53,
StandaloneLiteralProjectionItem = 54,
SupportedGroupedOrderByExpressionFamily = 55,
SupportedOrderByExpressionFamily = 56,
UnionIntersectExcept = 57,
UnsupportedFunctionNamespace = 58,
Update = 59,
UpperFieldPredicateUnsupported = 60,
WindowFunction = 61,
With = 62,
NumericScaleFunctionArguments = 63,
OrderByFieldNotOrderable = 64,
}Expand description
SqlFeatureCode
Compact SQL feature identifier used by unsupported-feature diagnostics.
Variants§
AggregateFilterClause = 0
AlterStatementBeyondAlterTable = 1
AlterTableAddColumnDuplicateDefault = 2
AlterTableAddColumnModifiers = 3
AlterTableAddStatementBeyondAddColumn = 4
AlterTableAlterColumnDropUnsupportedAction = 5
AlterTableAlterColumnModifiers = 6
AlterTableAlterColumnSetUnsupportedAction = 7
AlterTableAlterColumnUnsupportedAction = 8
AlterTableAlterStatementBeyondAlterColumn = 9
AlterTableDropColumnIfExistsSyntax = 10
AlterTableDropColumnModifiers = 11
AlterTableDropStatementBeyondDropColumn = 12
AlterTableRenameColumnMissingTo = 13
AlterTableRenameColumnModifiers = 14
AlterTableRenameStatementBeyondRenameColumn = 15
AlterTableUnsupportedOperation = 16
ColumnAlias = 17
CreateIndexIfNotExistsSyntax = 18
CreateIndexKeyOrderingModifiers = 19
CreateIndexModifiers = 20
CreateStatementBeyondCreateIndex = 21
DescribeModifier = 22
DdlSchemaVersionDuplicateExpectedClause = 23
DdlSchemaVersionDuplicateSetClause = 24
DropIndexModifiers = 25
DropIndexIfExistsSyntax = 26
DropStatementBeyondDropIndex = 27
ExpressionIndexUnsupportedFunction = 28
Having = 29
Insert = 30
Join = 31
LikePatternBeyondTrailingPrefix = 32
LowerFieldPredicateUnsupported = 33
MultiStatementSql = 34
NestedAggregateInput = 35
NestedProjectionFunctionInArithmetic = 36
OrderByUnsupportedForm = 37
Other = 38
ParameterBinding = 39
ParameterizedSchemaVersion = 40
PredicateStartsWithFirstArgument = 41
QuotedIdentifiers = 42
ReturningUnsupportedShape = 43
ScalarFunctionExpressionPosition = 44
ScaleTakingNumericFunctionExpressionPosition = 45
SearchedCaseGroupedOrderBy = 46
ShowColumnsModifiers = 47
ShowEntitiesModifiers = 48
ShowIndexesModifiers = 49
ShowMemoryModifiers = 50
ShowStoresModifiers = 51
ShowUnsupportedCommand = 52
SimpleCaseExpression = 53
StandaloneLiteralProjectionItem = 54
SupportedGroupedOrderByExpressionFamily = 55
SupportedOrderByExpressionFamily = 56
UnionIntersectExcept = 57
UnsupportedFunctionNamespace = 58
Update = 59
UpperFieldPredicateUnsupported = 60
WindowFunction = 61
With = 62
NumericScaleFunctionArguments = 63
OrderByFieldNotOrderable = 64
Trait Implementations§
Source§impl Clone for SqlFeatureCode
impl Clone for SqlFeatureCode
Source§fn clone(&self) -> SqlFeatureCode
fn clone(&self) -> SqlFeatureCode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SqlFeatureCode
Source§impl Debug for SqlFeatureCode
impl Debug for SqlFeatureCode
impl Eq for SqlFeatureCode
Source§impl Hash for SqlFeatureCode
impl Hash for SqlFeatureCode
Source§impl PartialEq for SqlFeatureCode
impl PartialEq for SqlFeatureCode
Source§fn eq(&self, other: &SqlFeatureCode) -> bool
fn eq(&self, other: &SqlFeatureCode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SqlFeatureCode
Auto Trait Implementations§
impl Freeze for SqlFeatureCode
impl RefUnwindSafe for SqlFeatureCode
impl Send for SqlFeatureCode
impl Sync for SqlFeatureCode
impl Unpin for SqlFeatureCode
impl UnsafeUnpin for SqlFeatureCode
impl UnwindSafe for SqlFeatureCode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more