public class HSQLDBAdapter extends DBAdapter
DB adapter for HyperSQL databases.DBAdapter.FieldInfo| Modifier and Type | Field and Description |
|---|---|
static String |
VERSION |
REGISTRY| Constructor and Description |
|---|
HSQLDBAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getReservedWords() |
protected String |
getTypeName(IDBField field) |
boolean |
isColumnNotFoundException(SQLException ex) |
boolean |
isTableNotFoundException(SQLException ex) |
adaptType, addIndex, addIndexField, alterTable, appendFieldDefs, appendFieldNames, convertString, convertString, convertString, createConnectionProvider, createConstraints, createFieldDefinition, createFieldDefinitions, createIndex, createIndex, createIndex, createIndexFields, createJDBCDataSource, createPrimaryKey, createTable, createTable, createTables, doCreateTable, dropIndex, dropIndex, dropPrimaryKey, dropTable, dropTable, dropTables, format, format, getDefaultDBLength, getDropTableSQL, getFieldLength, getJDBCDriver, getMaxFieldNameLength, getMaxTableNameLength, getName, getSQL92ReservedWords, getVersion, isDuplicateKeyException, isPrimaryKeyShadow, isReservedWord, isTypeIndexable, isValidFirstChar, modifyConnection, readFields, readIndices, readIndices, readSchema, readSchema, readTables, sqlModifyField, sqlModifyField, sqlRenameField, toString, updateSchema, validateTablepublic static final String VERSION
protected String getTypeName(IDBField field)
getTypeName in class DBAdapterpublic String[] getReservedWords()
public boolean isTableNotFoundException(SQLException ex)
isTableNotFoundException in interface IDBAdapterisTableNotFoundException in class DBAdapterpublic boolean isColumnNotFoundException(SQLException ex)
isColumnNotFoundException in interface IDBAdapterisColumnNotFoundException in class DBAdapterCopyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.