PersistenceFactory
public 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, getPersistence
doubleQuoteName, getIdentitySelectString, getSequenceAfterSelectString, getSequenceBeforeSelectString, getSequenceNextValString, isKeyGeneratorIdentitySupported, isKeyGeneratorIdentityTypeSupported, isKeyGeneratorSequenceSupported, isKeyGeneratorSequenceTypeSupported
public static final java.lang.String FACTORY_NAME
public java.lang.String getFactoryName()
PersistenceFactory
getFactoryName
in interface PersistenceFactory
getFactoryName
in class GenericFactory
public QueryExpression getQueryExpression()
PersistenceFactory
getQueryExpression
in interface PersistenceFactory
getQueryExpression
in class GenericFactory
public java.lang.String quoteName(java.lang.String name)
PersistenceFactory
quoteName
in interface PersistenceFactory
quoteName
in class GenericFactory
name
- The identifier (table, column, etc)Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com