PersistenceFactorypublic final class ProgressFactory extends GenericFactory
PersistenceFactory for Progress RDBMS.| Modifier and Type | Field | Description | 
|---|---|---|
static java.lang.String | 
FACTORY_NAME | 
 Internal name of this PersistenceFactory instance. 
 | 
| Constructor | Description | 
|---|---|
ProgressFactory() | 
| Modifier and Type | Method | 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. 
 | 
adjustSqlType, getCallQuery, getKeyGenerator, getPersistencedoubleQuoteName, getIdentitySelectString, getSequenceAfterSelectString, getSequenceBeforeSelectString, getSequenceNextValString, isKeyGeneratorIdentitySupported, isKeyGeneratorIdentityTypeSupported, isKeyGeneratorSequenceSupported, isKeyGeneratorSequenceTypeSupportedpublic 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