public final class ProgressFactory extends GenericFactory
PersistenceFactory for Progress RDBMS.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FACTORY_NAME
Internal name of this PersistenceFactory instance.
|
| Constructor and Description |
|---|
ProgressFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFactoryName()
Returns the name of this factory.
|
QueryExpression |
getQueryExpression()
Returns a new empty query expression suitable for the underlying
SQL engine.
|
java.lang.String |
quoteName(java.lang.String name)
Returns the quoted identifier suitable for preventing conflicts between
database identifiers and reserved keywords.
|
doubleQuoteName, getIdentitySelectString, getSequenceAfterSelectString, getSequenceBeforeSelectString, getSequenceNextValString, isKeyGeneratorIdentitySupported, isKeyGeneratorIdentityTypeSupported, isKeyGeneratorSequenceSupported, isKeyGeneratorSequenceTypeSupportedadjustSqlType, getCallQuery, getKeyGenerator, getPersistencepublic static final java.lang.String FACTORY_NAME
public java.lang.String getFactoryName()
PersistenceFactorygetFactoryName in interface PersistenceFactorygetFactoryName in class GenericFactorypublic QueryExpression getQueryExpression()
PersistenceFactorygetQueryExpression in interface PersistenceFactorygetQueryExpression in class GenericFactorypublic java.lang.String quoteName(java.lang.String name)
PersistenceFactoryquoteName in interface PersistenceFactoryquoteName in class GenericFactoryname - The identifier (table, column, etc)Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com