Uses of Enum
org.apache.sis.internal.metadata.sql.Dialect
Packages that use Dialect
Package
Description
A set of helper classes for SQL handling in the Apache SIS implementation.
-
Uses of Dialect in org.apache.sis.internal.metadata.sql
Fields in org.apache.sis.internal.metadata.sql declared as DialectModifier and TypeFieldDescriptionprivate final Dialect
LocalDataSource.dialect
The database product to use.private final Dialect
ScriptRunner.dialect
The presumed dialect spoken by the database.final Dialect
Syntax.dialect
The database dialect.Methods in org.apache.sis.internal.metadata.sql that return DialectModifier and TypeMethodDescriptionstatic Dialect
Dialect.guess
(DatabaseMetaData metadata) Returns the presumed SQL dialect.static Dialect
Returns the enum constant of this type with the specified name.static Dialect[]
Dialect.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.internal.metadata.sql with parameters of type DialectModifier and TypeMethodDescription(package private) static LocalDataSource[]
Prepares potential data source for the spatial metadata database.Constructors in org.apache.sis.internal.metadata.sql with parameters of type DialectModifierConstructorDescriptionprivate
LocalDataSource
(Dialect dialect, String dbFile, boolean create) Prepares a new data source for the given database file.