public class MYSQLAdapter extends DBAdapter
DB adapter for MySQL databases.DBAdapter.FieldInfo| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
static String |
VERSION |
REGISTRY| Constructor and Description |
|---|
MYSQLAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addIndexField(StringBuilder builder,
IDBField field) |
protected void |
dropPrimaryKey(IDBIndex index,
StringBuilder builder) |
int |
getMaxFieldNameLength() |
int |
getMaxTableNameLength() |
String[] |
getReservedWords() |
protected String |
getTypeName(IDBField field) |
boolean |
isDuplicateKeyException(SQLException ex)
Check if an exception indicates a constraint violation (duplicate key)
|
boolean |
isTypeIndexable(DBType type) |
Connection |
modifyConnection(Connection connection) |
protected String |
sqlModifyField(String tableName,
String fieldName,
String definition) |
String |
sqlRenameField(IDBField field,
String oldName) |
adaptType, addIndex, alterTable, appendFieldDefs, appendFieldNames, convertString, convertString, convertString, createConnectionProvider, createConstraints, createField, createFieldDefinition, createFieldDefinitions, createIndex, createIndex, createIndex, createIndexFields, createJDBCDataSource, createPrimaryKey, createTable, createTable, createTables, doCreateTable, dropField, dropIndex, dropIndex, dropTable, dropTable, dropTables, format, format, getDefaultDBLength, getDropTableSQL, getFieldLength, getJDBCDriver, getName, getSQL92ReservedWords, getVersion, isColumnNotFoundException, isPrimaryKeyShadow, isReservedWord, isTableNotFoundException, isValidFirstChar, readFields, readIndices, readIndices, readSchema, readSchema, readTables, sqlModifyField, toString, updateSchema, validateTablepublic static final String NAME
public static final String VERSION
public int getMaxTableNameLength()
getMaxTableNameLength in interface IDBAdaptergetMaxTableNameLength in class DBAdapterpublic int getMaxFieldNameLength()
getMaxFieldNameLength in interface IDBAdaptergetMaxFieldNameLength in class DBAdapterprotected String getTypeName(IDBField field)
getTypeName in class DBAdapterprotected void dropPrimaryKey(IDBIndex index, StringBuilder builder)
dropPrimaryKey in class DBAdapterprotected void addIndexField(StringBuilder builder, IDBField field)
addIndexField in class DBAdapterpublic String[] getReservedWords()
public boolean isTypeIndexable(DBType type)
isTypeIndexable in interface IDBAdapterisTypeIndexable in class DBAdapterpublic boolean isDuplicateKeyException(SQLException ex)
IDBAdapterisDuplicateKeyException in interface IDBAdapterisDuplicateKeyException in class DBAdapterpublic String sqlRenameField(IDBField field, String oldName)
sqlRenameField in interface IDBAdaptersqlRenameField in class DBAdapterprotected String sqlModifyField(String tableName, String fieldName, String definition)
sqlModifyField in class DBAdapterpublic Connection modifyConnection(Connection connection)
modifyConnection in interface IDBAdaptermodifyConnection in class DBAdapterCopyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html