org.exolab.castor.jdo.drivers
public final class PostgreSQLFactory extends GenericFactory
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:08:14 $
Method Summary | |
---|---|
Class | adjustSqlType(Class sqlType)
For BLOB/CLOB types are not supported. |
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 ex)
Determine if the given SQLException is DuplicateKeyException |
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.
Returns: Boolean.TRUE means "yes", Boolean.FALSE means "no", null means "cannot determine"