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 DialectLocalDataSource.dialectThe database product to use.private final DialectScriptRunner.dialectThe presumed dialect spoken by the database.final DialectSyntax.dialectThe database dialect.Methods in org.apache.sis.internal.metadata.sql that return DialectModifier and TypeMethodDescriptionstatic DialectDialect.guess(DatabaseMetaData metadata) Returns the presumed SQL dialect.static DialectReturns 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 DialectModifierConstructorDescriptionprivateLocalDataSource(Dialect dialect, String dbFile, boolean create) Prepares a new data source for the given database file.