| java.lang.Object com.technoetic.xplanner.upgrade.schema.DBDialect
All known Subclasses: com.technoetic.xplanner.upgrade.schema.HsqldbDBDialect, com.technoetic.xplanner.upgrade.schema.MySqlDBDialect,
DBDialect | public class DBDialect (Code) | | |
Field Summary | |
final protected static Logger | LOG |
Method Summary | |
public String | getAddForeignKeyConstraintQuery(String table, String constraintName, String foreignKey, String referencedTable, String referencedKey) | public String | getAddPrimaryKeyQuery(String table, String[] primaryColumns) | public String | getAddUniqueConstraintQuery(String table, String constraintName, String column) | public String | getChangePrimaryKeyQuery(String table, String[] primaryColumns) | public String | getCreateIndexQuery(String table, String name, String field, boolean unique) | public String | getCreateTableQuery(String table, String fieldSQL) | public static DBDialect | getDialect(JdbcTemplate template) | public String | getDropForeignKeyConstraintQuery(String table, String constraintName) | public String | getDropIndexQuery(String table, String name) | public String | getDropPrimaryKeyQuery(String table) | public String | getDropTableQuery(String table) | public String | getDropUniqueConstraintQuery(String table, String constraintName) | public double | getFromVersion() | public String | getRenameColumnQuery(String table, String oldName, String newName, String type) | public double | getToVersion() | public String | getVendor() | public String | toString() |
LOG | final protected static Logger LOG(Code) | | |
getDropForeignKeyConstraintQuery | public String getDropForeignKeyConstraintQuery(String table, String constraintName)(Code) | | |
getFromVersion | public double getFromVersion()(Code) | | |
getToVersion | public double getToVersion()(Code) | | |
|
|