org.exolab.castor.jdo.drivers
Class PostgreSQLCallQuery
java.lang.Object
org.exolab.castor.jdo.drivers.PostgreSQLCallQuery
- PersistenceQuery
(package private) final class PostgreSQLCallQuery
extends java.lang.Object
PersistenceQuery implementation for use with PostgreSQL stored functions
returning instance, which can be fetched only through SELECT of
fields of the instance.
$Revision: 7124 $ $Date: 2006-04-11 15:26:07 -0600 (Tue, 11 Apr 2006) $PostgreSQLCallQuery(String call, Class[] types, Class javaClass, String[] fields, int[] sqlTypes)
|
PostgreSQLCallQuery
(package private) PostgreSQLCallQuery(String call,
Class[] types,
Class javaClass,
String[] fields,
int[] sqlTypes)
getParameterCount
public int getParameterCount()
getParameterType
public Class getParameterType(int index)
throws ArrayIndexOutOfBoundsException
setParameter
public void setParameter(int index,
Object value)
throws ArrayIndexOutOfBoundsException,
IllegalArgumentException
- setParameter in interface PersistenceQuery
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com