public class DerbyDB extends BaseDB
ALTER_COLUMN_NAME, ALTER_COLUMN_TYPE, ALTER_TABLE_NAME, DROP_INDEX, DROP_PRIMARY_KEY, RENAME_TABLE_TEMPLATE, REWORD_TEMPLATE, TEMPLATE| Modifier | Constructor and Description |
|---|---|
protected |
DerbyDB() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
buildCreateFileContent(java.lang.String sqlDir,
java.lang.String databaseName,
int population) |
java.lang.String |
buildSQL(java.lang.String template) |
static com.liferay.portal.kernel.dao.db.DB |
getInstance() |
protected java.lang.String |
getServerName() |
protected java.lang.String[] |
getTemplate() |
boolean |
isSupportsAlterColumnName() |
boolean |
isSupportsAlterColumnType() |
protected java.lang.String |
reword(java.lang.String data) |
addIndexes, buildColumnNameTokens, buildColumnTypeTokens, buildCreateFile, buildCreateFile, buildSQLFile, buildTableNameTokens, buildTemplate, convertTimestamp, dropIndexes, evaluateVM, getCreateTablesContent, getIndexes, getSuffix, getTemplateFalse, getTemplateTrue, getType, handleSQLException, increment, increment, isSupportsDateMilliseconds, isSupportsInlineDistinct, isSupportsQueryingAfterException, isSupportsScrollableResults, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, readFile, readSQL, removeBooleanIndexes, removeInserts, removeLongInserts, removeNull, replaceTemplate, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString, runSQLTemplateString, setSupportsStringCaseSensitiveQuery, updateIndexespublic static com.liferay.portal.kernel.dao.db.DB getInstance()
public java.lang.String buildSQL(java.lang.String template)
throws java.io.IOException
public boolean isSupportsAlterColumnName()
isSupportsAlterColumnName in interface com.liferay.portal.kernel.dao.db.DBisSupportsAlterColumnName in class BaseDBpublic boolean isSupportsAlterColumnType()
isSupportsAlterColumnType in interface com.liferay.portal.kernel.dao.db.DBisSupportsAlterColumnType in class BaseDBprotected java.lang.String buildCreateFileContent(java.lang.String sqlDir,
java.lang.String databaseName,
int population)
throws java.io.IOException
buildCreateFileContent in class BaseDBjava.io.IOExceptionprotected java.lang.String getServerName()
getServerName in class BaseDBprotected java.lang.String[] getTemplate()
getTemplate in class BaseDB