public class DerbyClientServerDatabaseType extends DerbyEmbeddedDatabaseType
DerbyEmbeddedDatabaseType.DATABASE_URL_PORTION| Constructor and Description |
|---|
DerbyClientServerDatabaseType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabaseName() |
String |
getDriverClassName() |
boolean |
isDatabaseUrlThisType(String url,
String dbTypePart) |
appendBooleanType, appendByteArrayType, appendByteType, appendCharType, appendEscapedEntityName, appendInsertNoColumns, appendLongStringType, appendOffsetValue, configureGeneratedId, getFieldConverter, getPingStatement, isAllowGeneratedIdInsertSupported, isEntityNamesMustBeUpCase, isLimitSqlSupportedaddPrimaryKeySql, addUniqueComboSql, appendBigDecimalNumericType, appendColumnArg, appendCreateTableSuffix, appendDateType, appendEscapedWord, appendLimitValue, appendLongType, appendSelectNextValFromSequence, appendSerializableType, appendShortType, appendStringType, appendUuidNativeType, configureGeneratedIdSequence, configureId, downCaseString, dropColumnArg, extractDatabaseTableConfig, generatedIdSqlAtEnd, generateIdSequenceName, getCommentLinePrefix, getDataPersister, isBatchUseTransaction, isCreateIfNotExistsSupported, isCreateIndexIfNotExistsSupported, isCreateTableReturnsNegative, isCreateTableReturnsZero, isIdSequenceNeeded, isLimitAfterSelect, isNestedSavePointsSupported, isOffsetLimitArgument, isOffsetSqlSupported, isSelectSequenceBeforeInsert, isTruncateSupported, isVarcharFieldWidthSupported, loadDriver, setDriver, upCaseEntityName, upCaseStringpublic boolean isDatabaseUrlThisType(String url, String dbTypePart)
isDatabaseUrlThisType in interface com.j256.ormlite.db.DatabaseTypeisDatabaseUrlThisType in class DerbyEmbeddedDatabaseTypepublic String getDriverClassName()
getDriverClassName in class DerbyEmbeddedDatabaseTypepublic String getDatabaseName()
getDatabaseName in interface com.j256.ormlite.db.DatabaseTypegetDatabaseName in class DerbyEmbeddedDatabaseTypeThis documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.