public class DerbyClientServerDatabaseType extends DerbyEmbeddedDatabaseType
DerbyEmbeddedDatabaseType.DATABASE_URL_PORTION| Constructor and Description |
|---|
DerbyClientServerDatabaseType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabaseName() |
protected String[] |
getDriverClassNames() |
boolean |
isDatabaseUrlThisType(String url,
String dbTypePart) |
appendBooleanType, appendByteArrayType, appendByteType, appendCharType, appendEscapedEntityName, appendInsertNoColumns, appendLongStringType, appendOffsetValue, appendSerializableType, configureGeneratedId, getFieldConverter, getPingStatement, isAllowGeneratedIdInsertSupported, isEntityNamesMustBeUpCase, isLimitSqlSupportedaddPrimaryKeySql, addUniqueComboSql, appendBigDecimalNumericType, appendColumnArg, appendCreateSchemaSuffix, appendCreateTableSuffix, appendDateType, appendDeleteLimitValue, appendDoubleType, appendEscapedWord, appendFloatType, appendIntegerType, appendLimitValue, appendLongType, appendSelectNextValFromSequence, appendShortType, appendStringType, appendUpdateLimitValue, appendUuidNativeType, configureGeneratedIdSequence, configureId, downCaseString, dropColumnArg, extractDatabaseTableConfig, generatedIdSqlAtEnd, generateIdSequenceName, getCommentLinePrefix, getDataPersister, isBatchUseTransaction, isCreateIfNotExistsSupported, isCreateIndexIfNotExistsSupported, isCreateSchemaIfNotExistsSupported, isCreateSchemaReturnsNegative, isCreateSchemaReturnsZero, isCreateTableReturnsNegative, isCreateTableReturnsZero, isIdSequenceNeeded, isLimitAfterDeleteSupported, isLimitAfterSelect, isLimitAfterUpdateSupported, isLimitDeleteAtEndSupported, isLimitUpdateAtEndSupported, isNestedSavePointsSupported, isOffsetLimitArgument, isOffsetSqlSupported, isSelectSequenceBeforeInsert, isSequenceNamesMustBeLowerCase, isTruncateSupported, isVarcharFieldWidthSupported, loadDriver, setDriver, upCaseEntityName, upCaseStringpublic boolean isDatabaseUrlThisType(String url, String dbTypePart)
isDatabaseUrlThisType in interface com.j256.ormlite.db.DatabaseTypeisDatabaseUrlThisType in class DerbyEmbeddedDatabaseTypeprotected String[] getDriverClassNames()
getDriverClassNames 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.