org.exolab.castor.persist.spi
Class AbstractCallQuery
java.lang.Object
org.exolab.castor.persist.spi.AbstractCallQuery
- PersistenceQuery
public abstract class AbstractCallQuery
extends java.lang.Object
_call
protected final String _call
_javaClass
protected final Class _javaClass
_lastIdentity
protected Identity _lastIdentity
_rs
protected ResultSet _rs
_sqlTypes
protected int[] _sqlTypes
_stmt
protected PreparedStatement _stmt
_types
protected final Class[] _types
_values
protected final Object[] _values
AbstractCallQuery
protected AbstractCallQuery(String call,
Class[] types,
Class javaClass,
int[] sqlTypes)
getParameterCount
public int getParameterCount()
getParameterType
public Class getParameterType(int index)
throws ArrayIndexOutOfBoundsException
nextRow
protected abstract boolean nextRow()
throws SQLException
setParameter
public void setParameter(int index,
Object value)
throws ArrayIndexOutOfBoundsException,
IllegalArgumentException
- setParameter in interface PersistenceQuery
Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com