Uses of Class
net.sf.jailer.database.SQLDialect
Packages that use SQLDialect
-
Uses of SQLDialect in net.sf.jailer.configuration
Methods in net.sf.jailer.configuration that return SQLDialectModifier and TypeMethodDescriptionDBMS.getSqlDialect()Gets the SQL dialect configuration for this DBMS.Methods in net.sf.jailer.configuration with parameters of type SQLDialectModifier and TypeMethodDescriptionvoidDBMS.setSqlDialect(SQLDialect sqlDialect) Sets the SQL dialect.