Table of Contents

Namespace YndigoBlue.Velocity.Enums

Enums

AggregateType

Specifies SQL aggregate functions for summarizing data.

ArithmeticType

Specifies arithmetic operations and operators used in expressions and calculations.

BindingType

Specifies how C# object properties are mapped to database column names.

BooleanType

Specifies logical boolean operators for combining filter conditions.

CheckConstraintType

Specifies the type of element that can appear in a check constraint definition.

CheckOperatorType

Specifies the operators that can be used within check constraint expressions.

ColumnFlags

Specifies flags that describe characteristics of database columns.

CommandType

Specifies the type of database operation command to be executed.

ConditionalType

Specifies the comparison operator used in WHERE clause conditions and query filters.

ConfigType

Specifies the file format for schema configuration files.

ConstraintType

Specifies the type of database constraint.

CriterionValueType

Specifies the type of value used in a query criterion.

DataType

Defines the data types supported by Velocity across different database systems.

DatasourceType

Specifies the type of database system that Velocity will connect to.

DateFormatType

Specifies the date format to use when parsing and formatting dates.

DefaultConstraintType

Specifies the type of value that can be assigned as a default in a default constraint.

FilterItemType

Specifies the type of item that can appear in a filter expression.

ForeignKeyRuleType

Specifies the referential action to take when a referenced row is updated or deleted.

FunctionType

Specifies database functions supported by Velocity across different database systems.

IdentityBehaviorType

Specifies how auto-generated identity values are retrieved after an INSERT operation.

IndexOrderType

Specifies the sort order for columns in an index.

JoinOperatorType

Specifies the comparison operator used in JOIN conditions.

JoinType

Specifies the type of SQL JOIN operation to perform between tables.

LogLevel

Specifies the severity level for logging messages.

OrderClauseType

Specifies the sort direction for columns in an ORDER BY clause.

OriginType

Specifies the source from which a schema was loaded or created.

PredicateType

Specifies query predicates that control result set filtering and limiting.

SpatialIndexType

Specifies the type of spatial index to create on geospatial columns.

UnitOfMeasure

Specifies units of measurement for spatial distance calculations.

ViewType

Specifies how a database view is defined and generated.