Liferay 6.2-ce-ga5

com.liferay.portal.dao.db
Class JDataStoreDB

java.lang.Object
  extended by com.liferay.portal.dao.db.BaseDB
      extended by com.liferay.portal.dao.db.FirebirdDB
          extended by com.liferay.portal.dao.db.JDataStoreDB
All Implemented Interfaces:
DB

public class JDataStoreDB
extends FirebirdDB


Field Summary
 
Fields inherited from class com.liferay.portal.dao.db.BaseDB
ALTER_COLUMN_NAME, ALTER_COLUMN_TYPE, ALTER_TABLE_NAME, DROP_INDEX, DROP_PRIMARY_KEY, RENAME_TABLE_TEMPLATE, REWORD_TEMPLATE, TEMPLATE
 
Fields inherited from interface com.liferay.portal.kernel.dao.db.DB
BARE, DEFAULT, SHARDED, TYPE_ALL, TYPE_DB2, TYPE_DERBY, TYPE_FIREBIRD, TYPE_HYPERSONIC, TYPE_INFORMIX, TYPE_INGRES, TYPE_INTERBASE, TYPE_JDATASTORE, TYPE_MYSQL, TYPE_ORACLE, TYPE_POSTGRESQL, TYPE_SAP, TYPE_SQLSERVER, TYPE_SYBASE
 
Constructor Summary
protected JDataStoreDB()
           
 
Method Summary
 String buildSQL(String template)
           
static DB getInstance()
           
protected  String getServerName()
           
protected  String[] getTemplate()
           
 
Methods inherited from class com.liferay.portal.dao.db.FirebirdDB
buildCreateFileContent, reword
 
Methods inherited from class com.liferay.portal.dao.db.BaseDB
addIndexes, buildColumnNameTokens, buildColumnTypeTokens, buildCreateFile, buildCreateFile, buildSQLFile, buildTableNameTokens, buildTemplate, convertTimestamp, dropIndexes, evaluateVM, getCreateTablesContent, getIndexes, getSuffix, getTemplateFalse, getTemplateTrue, getType, handleSQLException, increment, increment, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsDateMilliseconds, isSupportsInlineDistinct, isSupportsQueryingAfterException, isSupportsScrollableResults, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, readFile, readSQL, removeBooleanIndexes, removeInserts, removeLongInserts, removeNull, replaceTemplate, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString, setSupportsStringCaseSensitiveQuery, updateIndexes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDataStoreDB

protected JDataStoreDB()
Method Detail

getInstance

public static DB getInstance()

buildSQL

public String buildSQL(String template)
                throws IOException
Specified by:
buildSQL in interface DB
Overrides:
buildSQL in class FirebirdDB
Throws:
IOException

getServerName

protected String getServerName()
Overrides:
getServerName in class FirebirdDB

getTemplate

protected String[] getTemplate()
Overrides:
getTemplate in class FirebirdDB

Liferay 6.2-ce-ga5