public final class ProgressFactory extends GenericFactory
PersistenceFactory for Progress RDBMS.| Modifier and Type | Field and Description |
|---|---|
static String |
FACTORY_NAME
Internal name of this PersistenceFactory instance.
|
| Constructor and Description |
|---|
ProgressFactory() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
doubleQuoteName, getIdentitySelectString, getSequenceAfterSelectString, getSequenceBeforeSelectString, getSequenceNextValString, isKeyGeneratorIdentitySupported, isKeyGeneratorIdentityTypeSupported, isKeyGeneratorSequenceSupported, isKeyGeneratorSequenceTypeSupportedadjustSqlType, getCallQuery, getKeyGenerator, getPersistencepublic static final String FACTORY_NAME
public String getFactoryName()
PersistenceFactorygetFactoryName in interface PersistenceFactorygetFactoryName in class GenericFactorypublic QueryExpression getQueryExpression()
PersistenceFactorygetQueryExpression in interface PersistenceFactorygetQueryExpression in class GenericFactorypublic String quoteName(String name)
PersistenceFactoryquoteName in interface PersistenceFactoryquoteName in class GenericFactoryname - The identifier (table, column, etc)Copyright © 2014. All rights reserved.