Interface SqlDialect.Context

Enclosing class:
SqlDialect

public static interface SqlDialect.Context
Information for creating a dialect.

It is immutable; to "set" a property, call one of the "with" methods, which returns a new context with the desired property value.