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, isKeyGeneratorSequenceTypeSupported
adjustSqlType, getCallQuery, getKeyGenerator, getPersistence
public static final String FACTORY_NAME
public String getFactoryName()
PersistenceFactory
getFactoryName
in interface PersistenceFactory
getFactoryName
in class GenericFactory
public QueryExpression getQueryExpression()
PersistenceFactory
getQueryExpression
in interface PersistenceFactory
getQueryExpression
in class GenericFactory
public String quoteName(String name)
PersistenceFactory
quoteName
in interface PersistenceFactory
quoteName
in class GenericFactory
name
- The identifier (table, column, etc)Copyright © 2016. All rights reserved.