com.j256.ormlite.db
Class DerbyClientServerDatabaseType
java.lang.Object
com.j256.ormlite.db.BaseDatabaseType
com.j256.ormlite.db.DerbyEmbeddedDatabaseType
com.j256.ormlite.db.DerbyClientServerDatabaseType
- All Implemented Interfaces:
- DatabaseType
public class DerbyClientServerDatabaseType
- extends DerbyEmbeddedDatabaseType
- implements DatabaseType
Derby database type information used to create the tables, etc.. This is for client connections to a remote Derby
server. For embedded databases, you should use DerbyEmbeddedDatabaseType.
- Author:
- graywatson
| Methods inherited from class com.j256.ormlite.db.BaseDatabaseType |
appendCanBeNull, appendColumnArg, appendCreateTableSuffix, appendDateType, appendDefaultValue, appendDoubleType, appendEnumIntType, appendEnumStringType, appendEscapedWord, appendFloatType, appendIntegerType, appendLimitValue, appendLongType, appendSelectNextValFromSequence, appendShortType, appendStringType, buildDatabaseAccess, configureGeneratedIdSequence, configureId, convertColumnName, dropColumnArg, generateIdSequenceName, getCommentLinePrefix, getDefaultVarcharWidth, isCreateTableReturnsZero, isIdSequenceNeeded, isLimitAfterSelect, isVarcharFieldWidthSupported, loadDriver |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.j256.ormlite.db.DatabaseType |
appendColumnArg, appendCreateTableSuffix, appendEscapedEntityName, appendEscapedWord, appendLimitValue, appendSelectNextValFromSequence, buildDatabaseAccess, convertColumnName, dropColumnArg, generateIdSequenceName, getCommentLinePrefix, getDriverUrlPart, getFieldConverter, isCreateTableReturnsZero, isEntityNamesMustBeUpCase, isIdSequenceNeeded, isLimitAfterSelect, isLimitSqlSupported, isVarcharFieldWidthSupported, loadDriver |
DerbyClientServerDatabaseType
public DerbyClientServerDatabaseType()
getDriverClassName
public String getDriverClassName()
- Description copied from interface:
DatabaseType
- Return the class name of the database driver.
- Specified by:
getDriverClassName in interface DatabaseType- Overrides:
getDriverClassName in class DerbyEmbeddedDatabaseType
Copyright © 2010. All Rights Reserved.