| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.exolab.castor.jdo.engine.BaseFactoryorg.exolab.castor.jdo.drivers.GenericFactoryorg.exolab.castor.jdo.drivers.OracleFactoryorg.exolab.castor.jdo.drivers.SapDbFactorypublic final class SapDbFactoryextends OracleFactoryField Summary |
Fields inherited from class org.exolab.castor.jdo.drivers.OracleFactory | |
FACTORY_NAME | |
Method Summary | |
String | |
QueryExpression | |
boolean |
|
String |
|
Methods inherited from class org.exolab.castor.jdo.drivers.OracleFactory | |
adjustSqlType, getCallQuery, getFactoryName, getQueryExpression, isDuplicateKeyException, quoteName | |
Methods inherited from class org.exolab.castor.jdo.drivers.GenericFactory | |
doubleQuoteName, getFactoryName, getQueryExpression, isDuplicateKeyException, quoteName | |
Methods inherited from class org.exolab.castor.jdo.engine.BaseFactory | |
adjustSqlType, getCallQuery, getPersistence, supportsSetNullInWhere | |
public String getFactoryName()
- Specified by:
- getFactoryName in interface PersistenceFactory
- Overrides:
- getFactoryName in interface OracleFactory
public QueryExpression getQueryExpression()
- Specified by:
- getQueryExpression in interface PersistenceFactory
- Overrides:
- getQueryExpression in interface OracleFactory
public boolean isAFunction(String text)
Tests a text string against a known list of functions to determine if it is a function.
- Parameters:
text- The text to be checked
- See Also:
quoteName(String)
public String quoteName(String name)
Quotes words in SQL statements. This method must recieve a non null, non empty string.
- Specified by:
- quoteName in interface PersistenceFactory
- Overrides:
- quoteName in interface OracleFactory
- Parameters:
name- The SQL string that needs quotes added