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, toString
public MySqlTable(String name)
protected String buildCreateTransactionalTable(CharSequence columns)
buildCreateTransactionalTable
in class RdbmsTable
protected String buildLongIndex(String... columns)
buildLongIndex
in class RdbmsTable
protected String buildOptimize() throws SQLException
buildOptimize
in class RdbmsTable
SQLException
protected String buildDropIndex(String name)
buildDropIndex
in class RdbmsTable
Copyright © 2001-2016 Aduna. All Rights Reserved.