|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.castor.cpa.persistence.sql.driver.BaseFactory
org.castor.cpa.persistence.sql.driver.GenericFactory
org.castor.cpa.persistence.sql.driver.ProgressFactory
public final class ProgressFactory
PersistenceFactory for Progress RDBMS.
| Field Summary | |
|---|---|
static String |
FACTORY_NAME
Internal name of this PersistenceFactory instance. |
| Constructor Summary | |
|---|---|
ProgressFactory()
|
|
| Method Summary | |
|---|---|
Visitor |
createQueryVisitor()
Method to create an instance of database specific visitor to be used to construct statement. |
String |
getFactoryName()
Returns the name of this factory. |
QueryExpression |
getQueryExpression()
Returns a new empty query expression suitable for the underlying SQL engine. |
String |
quoteName(String name)
Returns the quoted identifier suitable for preventing conflicts between database identifiers and reserved keywords. |
| Methods inherited from class org.castor.cpa.persistence.sql.driver.GenericFactory |
|---|
doubleQuoteName, getIdentitySelectString, getSequenceAfterSelectString, getSequenceBeforeSelectString, isKeyGeneratorIdentitySupported, isKeyGeneratorIdentityTypeSupported, isKeyGeneratorSequenceSupported, isKeyGeneratorSequenceTypeSupported |
| Methods inherited from class org.castor.cpa.persistence.sql.driver.BaseFactory |
|---|
adjustSqlType, getCallQuery, getKeyGenerator, getPersistence |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String FACTORY_NAME
| Constructor Detail |
|---|
public ProgressFactory()
| Method Detail |
|---|
public String getFactoryName()
PersistenceFactory
getFactoryName in interface PersistenceFactorygetFactoryName in class GenericFactorypublic Visitor createQueryVisitor()
PersistenceFactory
createQueryVisitor in interface PersistenceFactorycreateQueryVisitor in class GenericFactorypublic QueryExpression getQueryExpression()
PersistenceFactory
getQueryExpression in interface PersistenceFactorygetQueryExpression in class GenericFactorypublic String quoteName(String name)
PersistenceFactory
quoteName in interface PersistenceFactoryquoteName in class GenericFactoryname - The identifier (table, column, etc)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||