Table of Contents

Namespace LfrlAnvil.Sql.Exceptions

Classes

ExceptionResources

Contains helper methods for generating exception messages.

SqlCompilerConfigurationException

Represents an error that occurred due to an invalid SQL compiler configuration.

SqlCompilerException

Represents an error that occurred during preparation of an SQL expression.

SqlDataTypeException

Represents an error that occurred due to invalid ISqlDataType parameter values.

SqlDatabaseVersionHistoryException

Represents an error that occurred due to an invalid DB version history.

SqlNodeMutatorException

Represents an error that occurred due to an invalid node type returned by SqlNodeMutatorContext.

SqlNodeVisitorException

Represents an error that occurred due to an ISqlNodeVisitor instance being unable to handle a node.

SqlObjectBuilderException

Represents an error that occurred due to an invalid ISqlObjectBuilder state.

SqlObjectCastException

Represents an error that occurred due to an SQL object of invalid type.

UnrecognizedSqlNodeException

Represents an error that occurred due to an ISqlNodeVisitor instance encountering an unrecognized type of node.