org.exolab.castor.jdo.drivers
public class OracleFactory extends GenericFactory
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:08:14 $
| Method Summary | |
|---|---|
| Class | adjustSqlType(Class sqlType)
For INTEGER type ResultSet.getObject() returns BigDecimal:
dependent objects with integer identity cause type conversion error
(need to fix SimpleQueryExecutor). |
| PersistenceQuery | getCallQuery(String call, Class[] paramTypes, Class javaClass, String[] fields, int[] sqlTypes)
Needed to process OQL queries of "CALL" type (using stored procedure
call). |
| String | getFactoryName() |
| QueryExpression | getQueryExpression() |
| Boolean | isDuplicateKeyException(Exception except) |
| String | quoteName(String name) |
Parameters: call Stored procedure call (without "{call") paramTypes The types of the query parameters javaClass The Java class of the query results fields The field names sqlTypes The field SQL types
Returns: null if this feature is not supported.