Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrUnsupportedSyntax is thrown when a specific syntax is not already supported ErrUnsupportedSyntax = errors.NewKind("unsupported syntax: %#v") // ErrUnsupportedFeature is thrown when a feature is not already supported ErrUnsupportedFeature = errors.NewKind("unsupported feature: %s") // ErrUnsupportedSubqueryExpression is thrown because subqueries are not supported, yet. ErrUnsupportedSubqueryExpression = errors.NewKind("unsupported subquery expression") // ErrInvalidSQLValType is returned when a SQLVal type is not valid. ErrInvalidSQLValType = errors.NewKind("invalid SQLVal of type: %d") // ErrInvalidSortOrder is returned when a sort order is not valid. ErrInvalidSortOrder = errors.NewKind("invalid sort order: %s") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.