Uses of Interface
st.orm.template.SqlDialect
Packages that use SqlDialect
-
Uses of SqlDialect in st.orm.spi
Classes in st.orm.spi that implement SqlDialectMethods in st.orm.spi that return SqlDialectModifier and TypeMethodDescriptionDefaultSqlDialectProviderImpl.getSqlDialect()static SqlDialectProviders.getSqlDialect()static SqlDialectProviders.getSqlDialect(Predicate<? super SqlDialectProvider> filter) SqlDialectProvider.getSqlDialect()Returns the SQL dialect.Methods in st.orm.spi with parameters of type SqlDialectModifier and TypeMethodDescriptionName.getQualifiedName(SqlDialect dialect) Returns the qualified name of the database object. -
Uses of SqlDialect in st.orm.template
Methods in st.orm.template that return SqlDialectModifier and TypeMethodDescriptionQueryTemplate.dialect()Get the SQL dialect for this template.SqlTemplate.dialect()Returns the SQL dialect that is used by this template.Methods in st.orm.template with parameters of type SqlDialectModifier and TypeMethodDescriptionColumn.qualifiedName(SqlDialect dialect) Gets the qualified name of the column including escape characters where necessary.Model.qualifiedName(SqlDialect dialect) Returns the qualified name of the table or view, including the schema and escape characters where necessary.SqlTemplate.withDialect(SqlDialect dialect) Returns a new SQL template with the specified SQL dialect. -
Uses of SqlDialect in st.orm.template.impl
Methods in st.orm.template.impl that return SqlDialectModifier and TypeMethodDescriptionSqlTemplateImpl.dialect()Returns the SQL dialect that is used by this template.Methods in st.orm.template.impl with parameters of type SqlDialectModifier and TypeMethodDescriptionColumnName.getQualifiedName(SqlDialect dialect) Returns the qualified name of the database object.TableName.getQualifiedName(SqlDialect dialect) ColumnImpl.qualifiedName(SqlDialect dialect) `` * Gets the qualified name of the column, including escape characters where necessary.ModelImpl.qualifiedName(SqlDialect dialect) Returns the qualified name of the table or view, including the schema and escape characters where necessary.SqlTemplateImpl.withDialect(SqlDialect dialect) Returns a new SQL template with the specified SQL dialect.Constructors in st.orm.template.impl with parameters of type SqlDialectModifierConstructorDescriptionSqlTemplateImpl(boolean positionalOnly, boolean expandCollection, boolean supportRecords, ModelBuilder modelBuilder, TableAliasResolver tableAliasResolver, SqlDialect dialect)