public class MySqlTable extends RdbmsTable
MAX_DELTA_TO_FORCE_OPTIMIZE, total_opt| Constructor and Description |
|---|
MySqlTable(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildCreateTransactionalTable(CharSequence columns) |
protected String |
buildDropIndex(String name) |
protected String |
buildLongIndex(String... columns) |
protected String |
buildOptimize() |
aggregate, buildClear, buildCreateTable, buildCreateTemporaryTable, buildIndex, buildIndexName, buildPrimaryIndex, clear, close, count, createTable, createTemporaryTable, createTransactionalTable, drop, dropIndex, equals, execute, executeUpdate, getCatalog, getIndexes, getName, getSchema, hashCode, index, isCreated, modified, optimize, optimize, prepareStatement, primaryIndex, rollback, select, setConnection, size, toStringpublic MySqlTable(String name)
protected String buildCreateTransactionalTable(CharSequence columns)
buildCreateTransactionalTable in class RdbmsTableprotected String buildLongIndex(String... columns)
buildLongIndex in class RdbmsTableprotected String buildOptimize() throws SQLException
buildOptimize in class RdbmsTableSQLExceptionprotected String buildDropIndex(String name)
buildDropIndex in class RdbmsTableCopyright © 2001-2014 Aduna. All Rights Reserved.