Namespace LinqToDB.Internal.SqlProvider
Classes
- IntervalLowering
Default lowering of interval nodes onto integral storage: the strategy used when a provider has no native interval type, or has one but the column is not mapped to it.
Interfaces
Enums
- BasicSqlBuilder.ConcatBuildStyle
Built-in strategies for emitting a SqlConcatExpression. Providers select one via ConcatStyle; BuildSqlConcatExpression(SqlConcatExpression) is overridden only when none of the three fits.
- BasicSqlBuilder.WindowNullsPlacement
How the
IGNORE NULLSmodifier of a value/offset window function is emitted relative to the argument list.
- RowFeature
ROW constructor (tuple) feature support flags.