public class ApptrieveCallableStatement extends ApptrievePreparedStatement implements java.sql.CallableStatement
Modifier and Type | Method and Description |
---|---|
boolean |
execute()
Executes the procedure statement contained in the CallableStatement
object.
|
java.sql.ResultSet |
executeQuery()
Executes the procedure statement contained in the CallableStatement
object and return the results in a ResultSet object.
|
int |
executeUpdate()
Executes the procedure statement contained in the CallableStatement
object and return the number of rows updated.
|
java.sql.Array |
getArray(int parameterIndex)
This method is not supported by the Host Integrator driver.
|
java.sql.Array |
getArray(java.lang.String parameterName)
This method is not supported by the Host Integrator driver.
|
java.math.BigDecimal |
getBigDecimal(int parameterIndex)
This method is not supported by the Host Integrator driver.
|
java.math.BigDecimal |
getBigDecimal(int parameterIndex,
int scale)
This method is not supported by the Host Integrator driver.
|
java.math.BigDecimal |
getBigDecimal(java.lang.String parameterName)
This method is not supported by the Host Integrator driver.
|
java.sql.Blob |
getBlob(int parameterIndex)
This method is not supported by the Host Integrator driver.
|
java.sql.Blob |
getBlob(java.lang.String parameterName)
This method is not supported by the Host Integrator driver.
|
boolean |
getBoolean(int parameterIndex)
This method is not supported by the Host Integrator driver.
|
boolean |
getBoolean(java.lang.String parameterName)
This method is not supported by the Host Integrator driver.
|
byte |
getByte(int parameterIndex)
This method is not supported by the Host Integrator driver.
|
byte |
getByte(java.lang.String parameterName)
This method is not supported by the Host Integrator driver.
|
byte[] |
getBytes(int parameterIndex)
This method is not supported by the Host Integrator driver.
|
byte[] |
getBytes(java.lang.String parameterName)
This method is not supported by the Host Integrator driver.
|
java.io.Reader |
getCharacterStream(int parameterIndex) |
java.io.Reader |
getCharacterStream(java.lang.String parameterName) |
java.sql.Clob |
getClob(int parameterIndex)
This method is not supported by the Host Integrator driver.
|
java.sql.Clob |
getClob(java.lang.String parameterName)
This method is not supported by the Host Integrator driver.
|
java.sql.Date |
getDate(int parameterIndex)
This method is not supported by the Host Integrator driver.
|
java.sql.Date |
getDate(int parameterIndex,
java.util.Calendar cal)
This method is not supported by the Host Integrator driver.
|
java.sql.Date |
getDate(java.lang.String parameterName)
This method is not supported by the Host Integrator driver.
|
java.sql.Date |
getDate(java.lang.String parameterName,
java.util.Calendar cal)
This method is not supported by the Host Integrator driver.
|
double |
getDouble(int parameterIndex)
This method is not supported by the Host Integrator driver.
|
double |
getDouble(java.lang.String parameterName)
This method is not supported by the Host Integrator driver.
|
float |
getFloat(int parameterIndex)
This method is not supported by the Host Integrator driver.
|
float |
getFloat(java.lang.String parameterName)
This method is not supported by the Host Integrator driver.
|
int |
getInt(int parameterIndex)
This method is not supported by the Host Integrator driver.
|
int |
getInt(java.lang.String parameterName)
This method is not supported by the Host Integrator driver.
|
long |
getLong(int parameterIndex)
This method is not supported by the Host Integrator driver.
|
long |
getLong(java.lang.String parameterName)
This method is not supported by the Host Integrator driver.
|
java.sql.ResultSetMetaData |
getMetaData()
This method is not supported by the Host Integrator driver.
|
java.io.Reader |
getNCharacterStream(int parameterIndex) |
java.io.Reader |
getNCharacterStream(java.lang.String parameterName) |
java.sql.NClob |
getNClob(int parameterIndex) |
java.sql.NClob |
getNClob(java.lang.String parameterName) |
java.lang.String |
getNString(int parameterIndex) |
java.lang.String |
getNString(java.lang.String parameterName) |
java.lang.Object |
getObject(int parameterIndex)
This method is not supported by the Host Integrator driver.
|
<T> T |
getObject(int parameterIndex,
java.lang.Class<T> type) |
java.lang.Object |
getObject(int parameterIndex,
java.util.Map<java.lang.String,java.lang.Class<?>> map) |
java.lang.Object |
getObject(java.lang.String parameterName)
This method is not supported by the Host Integrator driver.
|
<T> T |
getObject(java.lang.String columnName,
java.lang.Class<T> type) |
java.lang.Object |
getObject(java.lang.String parameterName,
java.util.Map<java.lang.String,java.lang.Class<?>> map)
This method is not supported by the Host Integrator driver.
|
java.sql.Ref |
getRef(int parameterIndex)
This method is not supported by the Host Integrator driver.
|
java.sql.Ref |
getRef(java.lang.String parameterName)
This method is not supported by the Host Integrator driver.
|
java.sql.RowId |
getRowId(int parameterIndex) |
java.sql.RowId |
getRowId(java.lang.String parameterName) |
short |
getShort(int parameterIndex)
This method is not supported by the Host Integrator driver.
|
short |
getShort(java.lang.String parameterName)
This method is not supported by the Host Integrator driver.
|
java.sql.SQLXML |
getSQLXML(int parameterIndex) |
java.sql.SQLXML |
getSQLXML(java.lang.String parameterName) |
java.lang.String |
getString(int parameterIndex)
This method is not supported by the Host Integrator driver.
|
java.lang.String |
getString(java.lang.String parameterName)
This method is not supported by the Host Integrator driver.
|
java.sql.Time |
getTime(int parameterIndex)
This method is not supported by the Host Integrator driver.
|
java.sql.Time |
getTime(int parameterIndex,
java.util.Calendar cal)
This method is not supported by the Host Integrator driver.
|
java.sql.Time |
getTime(java.lang.String parameterName)
This method is not supported by the Host Integrator driver.
|
java.sql.Time |
getTime(java.lang.String parameterIndex,
java.util.Calendar cal)
This method is not supported by the Host Integrator driver.
|
java.sql.Timestamp |
getTimestamp(int parameterIndex)
This method is not supported by the Host Integrator driver.
|
java.sql.Timestamp |
getTimestamp(int parameterIndex,
java.util.Calendar cal)
This method is not supported by the Host Integrator driver.
|
java.sql.Timestamp |
getTimestamp(java.lang.String parameterName)
This method is not supported by the Host Integrator driver.
|
java.sql.Timestamp |
getTimestamp(java.lang.String parameterName,
java.util.Calendar cal)
This method is not supported by the Host Integrator driver.
|
java.net.URL |
getURL(int parameterIndex)
This method is not supported by the Host Integrator driver.
|
java.net.URL |
getURL(java.lang.String parameterName)
This method is not supported by the Host Integrator driver.
|
void |
registerOutParameter(int parameterIndex,
int jdbcType)
This method is not supported by the Host Integrator driver.
|
void |
registerOutParameter(int parameterIndex,
int jdbcType,
int scale)
This method is not supported by the Host Integrator driver.
|
void |
registerOutParameter(int parameterIndex,
int jdbcType,
java.lang.String typeName)
This method is not supported by the Host Integrator driver.
|
void |
registerOutParameter(java.lang.String parameterName,
int jdbcType)
This method is not supported by the Host Integrator driver.
|
void |
registerOutParameter(java.lang.String parameterName,
int jdbcType,
int scale)
This method is not supported by the Host Integrator driver.
|
void |
registerOutParameter(java.lang.String parameterName,
int jdbcType,
java.lang.String typeName)
This method is not supported by the Host Integrator driver.
|
void |
setAsciiStream(java.lang.String parameterName,
java.io.InputStream x) |
void |
setAsciiStream(java.lang.String parameterName,
java.io.InputStream x,
int length)
This method is not supported by the Host Integrator driver.
|
void |
setAsciiStream(java.lang.String parameterName,
java.io.InputStream x,
long length) |
void |
setBigDecimal(java.lang.String parameterName,
java.math.BigDecimal x)
This method is not supported by the Host Integrator driver.
|
void |
setBinaryStream(java.lang.String parameterName,
java.io.InputStream x) |
void |
setBinaryStream(java.lang.String parameterName,
java.io.InputStream x,
int length)
This method is not supported by the Host Integrator driver.
|
void |
setBinaryStream(java.lang.String parameterName,
java.io.InputStream x,
long length) |
void |
setBlob(java.lang.String parameterName,
java.sql.Blob x) |
void |
setBlob(java.lang.String parameterName,
java.io.InputStream inputStream) |
void |
setBlob(java.lang.String parameterName,
java.io.InputStream inputStream,
long length) |
void |
setBoolean(java.lang.String parameterName,
boolean x)
This method is not supported by the Host Integrator driver.
|
void |
setByte(java.lang.String parameterName,
byte x)
This method is not supported by the Host Integrator driver.
|
void |
setBytes(java.lang.String parameterName,
byte[] x)
This method is not supported by the Host Integrator driver.
|
void |
setCharacterStream(java.lang.String parameterName,
java.io.Reader reader) |
void |
setCharacterStream(java.lang.String parameterName,
java.io.Reader reader,
int length)
This method is not supported by the Host Integrator driver.
|
void |
setCharacterStream(java.lang.String parameterName,
java.io.Reader reader,
long length) |
void |
setClob(java.lang.String parameterName,
java.sql.Clob x) |
void |
setClob(java.lang.String parameterName,
java.io.Reader reader) |
void |
setClob(java.lang.String parameterName,
java.io.Reader reader,
long length) |
void |
setDate(java.lang.String parameterName,
java.sql.Date x)
This method is not supported by the Host Integrator driver.
|
void |
setDate(java.lang.String parameterName,
java.sql.Date x,
java.util.Calendar cal)
This method is not supported by the Host Integrator driver.
|
void |
setDouble(java.lang.String parameterName,
double x)
This method is not supported by the Host Integrator driver.
|
void |
setEscapeProcessing(boolean enable)
Enables or disables escape processing
This method is not useful since all SQL escape processing is done
on creation of an ApptrieveCallableStatement object, and escape
processing is always enabled at that time.
|
void |
setFloat(java.lang.String parameterName,
float x)
This method is not supported by the Host Integrator driver.
|
void |
setInt(int parameterIndex,
int x)
Sets parameter number parameterIndex to the int x.
|
void |
setInt(java.lang.String parameterName,
int x)
This method is not supported by the Host Integrator driver.
|
void |
setLong(java.lang.String parameterName,
long x)
This method is not supported by the Host Integrator driver.
|
void |
setNCharacterStream(java.lang.String parameterName,
java.io.Reader value) |
void |
setNCharacterStream(java.lang.String parameterName,
java.io.Reader value,
long length) |
void |
setNClob(java.lang.String parameterName,
java.sql.NClob value) |
void |
setNClob(java.lang.String parameterName,
java.io.Reader reader) |
void |
setNClob(java.lang.String parameterName,
java.io.Reader reader,
long length) |
void |
setNString(java.lang.String parameterName,
java.lang.String value) |
void |
setNull(java.lang.String parameterName,
int sqlType)
This method is not supported by the Host Integrator driver.
|
void |
setNull(java.lang.String parameterName,
int sqlType,
java.lang.String typeName)
This method is not supported by the Host Integrator driver.
|
void |
setObject(int parameterIndex,
java.lang.Object x)
Sets parameter number parameterIndex to the Object x.
|
void |
setObject(int parameterIndex,
java.lang.Object x,
int targetJdbcType)
Sets parameter number parameterIndex to the Object x,
converting it first to the type specified by targetJdbcType.
|
void |
setObject(int parameterIndex,
java.lang.Object x,
int targetSqlType,
int scale)
This method is not supported by the Host Integrator driver.
|
void |
setObject(java.lang.String parameterName,
java.lang.Object x)
This method is not supported by the Host Integrator driver.
|
void |
setObject(java.lang.String parameterName,
java.lang.Object x,
int targetSqlType)
This method is not supported by the Host Integrator driver.
|
void |
setObject(java.lang.String parameterName,
java.lang.Object x,
int targetSqlType,
int scale)
This method is not supported by the Host Integrator driver.
|
void |
setRowId(java.lang.String parameterName,
java.sql.RowId x) |
void |
setShort(java.lang.String parameterName,
short x)
This method is not supported by the Host Integrator driver.
|
void |
setSQLXML(java.lang.String parameterName,
java.sql.SQLXML xmlObject) |
void |
setString(int parameterIndex,
java.lang.String x)
Sets parameter number parameterIndex to the String x.
|
void |
setString(java.lang.String parameterName,
java.lang.String x)
This method is not supported by the Host Integrator driver.
|
void |
setTime(java.lang.String parameterName,
java.sql.Time x)
This method is not supported by the Host Integrator driver.
|
void |
setTime(java.lang.String parameterName,
java.sql.Time x,
java.util.Calendar cal)
This method is not supported by the Host Integrator driver.
|
void |
setTimestamp(java.lang.String parameterName,
java.sql.Timestamp x)
This method is not supported by the Host Integrator driver.
|
void |
setTimestamp(java.lang.String parameterName,
java.sql.Timestamp x,
java.util.Calendar cal)
This method is not supported by the Host Integrator driver.
|
void |
setURL(int parameterIndex,
java.net.URL x)
This method is not supported by the Host Integrator driver.
|
void |
setURL(java.lang.String parameterName,
java.net.URL x)
This method is not supported by the Host Integrator driver.
|
boolean |
wasNull()
Discovers whether the last OUT parameter read had the value
SQL NULL.
|
addBatch, clearParameters, closeOnCompletion, getParameterMetaData, isCloseOnCompletion, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDouble, setFloat, setLong, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setRef, setRowId, setShort, setSQLXML, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, toString
addBatch, cancel, clearBatch, clearWarnings, close, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getConnectionTimeout, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isPoolable, isWrapperFor, setConnectionTimeout, setCursorName, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, unwrap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addBatch, clearParameters, getParameterMetaData, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDouble, setFloat, setLong, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setRef, setRowId, setShort, setSQLXML, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream
addBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, setCursorName, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout
public boolean execute() throws java.sql.SQLException
execute
in interface java.sql.PreparedStatement
execute
in class ApptrievePreparedStatement
java.sql.SQLException
PreparedStatement.execute()
public java.sql.ResultSet executeQuery() throws java.sql.SQLException
executeQuery
in interface java.sql.PreparedStatement
executeQuery
in class ApptrievePreparedStatement
java.sql.SQLException
PreparedStatement.executeQuery()
public int executeUpdate() throws java.sql.SQLException
executeUpdate
in interface java.sql.PreparedStatement
executeUpdate
in class ApptrievePreparedStatement
java.sql.SQLException
PreparedStatement.executeUpdate()
public java.sql.ResultSetMetaData getMetaData() throws java.sql.SQLException
getMetaData
in interface java.sql.PreparedStatement
getMetaData
in class ApptrievePreparedStatement
java.sql.SQLException
- - always thrown.PreparedStatement.getMetaData()
public java.sql.Array getArray(int parameterIndex) throws java.sql.SQLException
getArray
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getArray(int)
public java.sql.Array getArray(java.lang.String parameterName) throws java.sql.SQLException
getArray
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getArray(String)
public java.math.BigDecimal getBigDecimal(int parameterIndex) throws java.sql.SQLException
getBigDecimal
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getBigDecimal(int)
public java.math.BigDecimal getBigDecimal(int parameterIndex, int scale) throws java.sql.SQLException
getBigDecimal
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getBigDecimal(int, int)
public java.math.BigDecimal getBigDecimal(java.lang.String parameterName) throws java.sql.SQLException
getBigDecimal
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getBigDecimal(String)
public java.sql.Blob getBlob(int parameterIndex) throws java.sql.SQLException
getBlob
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getBlob(int)
public java.sql.Blob getBlob(java.lang.String parameterName) throws java.sql.SQLException
getBlob
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getBlob(String)
public boolean getBoolean(int parameterIndex) throws java.sql.SQLException
getBoolean
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getBoolean(int)
public boolean getBoolean(java.lang.String parameterName) throws java.sql.SQLException
getBoolean
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getBoolean(String)
public byte getByte(int parameterIndex) throws java.sql.SQLException
getByte
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getByte(int)
public byte getByte(java.lang.String parameterName) throws java.sql.SQLException
getByte
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getByte(String)
public byte[] getBytes(int parameterIndex) throws java.sql.SQLException
getBytes
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getBytes(int)
public byte[] getBytes(java.lang.String parameterName) throws java.sql.SQLException
getBytes
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getBytes(String)
public java.sql.Clob getClob(int parameterIndex) throws java.sql.SQLException
getClob
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getClob(int)
public java.sql.Clob getClob(java.lang.String parameterName) throws java.sql.SQLException
getClob
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getClob(String)
public java.sql.Date getDate(int parameterIndex) throws java.sql.SQLException
getDate
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getDate(int)
public java.sql.Date getDate(int parameterIndex, java.util.Calendar cal) throws java.sql.SQLException
getDate
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getDate(int, Calendar)
public java.sql.Date getDate(java.lang.String parameterName) throws java.sql.SQLException
getDate
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getDate(String)
public java.sql.Date getDate(java.lang.String parameterName, java.util.Calendar cal) throws java.sql.SQLException
getDate
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getDate(String, Calendar)
public double getDouble(int parameterIndex) throws java.sql.SQLException
getDouble
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getDouble(int)
public double getDouble(java.lang.String parameterName) throws java.sql.SQLException
getDouble
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getDouble(String)
public float getFloat(int parameterIndex) throws java.sql.SQLException
getFloat
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getFloat(int)
public float getFloat(java.lang.String parameterName) throws java.sql.SQLException
getFloat
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getFloat(String)
public int getInt(int parameterIndex) throws java.sql.SQLException
getInt
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getInt(int)
public int getInt(java.lang.String parameterName) throws java.sql.SQLException
getInt
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getInt(String)
public long getLong(int parameterIndex) throws java.sql.SQLException
getLong
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getLong(int)
public long getLong(java.lang.String parameterName) throws java.sql.SQLException
getLong
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getLong(String)
public java.lang.Object getObject(int parameterIndex) throws java.sql.SQLException
getObject
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getObject(int)
public java.lang.Object getObject(java.lang.String parameterName) throws java.sql.SQLException
getObject
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getObject(String)
public java.lang.Object getObject(java.lang.String parameterName, java.util.Map<java.lang.String,java.lang.Class<?>> map) throws java.sql.SQLException
getObject
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getObject(String, Map)
public java.sql.Ref getRef(int parameterIndex) throws java.sql.SQLException
getRef
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getRef(int)
public java.sql.Ref getRef(java.lang.String parameterName) throws java.sql.SQLException
getRef
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getRef(String)
public short getShort(int parameterIndex) throws java.sql.SQLException
getShort
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getShort(int)
public short getShort(java.lang.String parameterName) throws java.sql.SQLException
getShort
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getShort(String)
public java.lang.String getString(int parameterIndex) throws java.sql.SQLException
getString
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getString(int)
public java.lang.String getString(java.lang.String parameterName) throws java.sql.SQLException
getString
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getString(String)
public java.sql.Time getTime(int parameterIndex) throws java.sql.SQLException
getTime
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getTime(int)
public java.sql.Time getTime(int parameterIndex, java.util.Calendar cal) throws java.sql.SQLException
getTime
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getTime(int, Calendar)
public java.sql.Time getTime(java.lang.String parameterName) throws java.sql.SQLException
getTime
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getTime(String)
public java.sql.Time getTime(java.lang.String parameterIndex, java.util.Calendar cal) throws java.sql.SQLException
getTime
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getTime(String, Calendar)
public java.sql.Timestamp getTimestamp(int parameterIndex) throws java.sql.SQLException
getTimestamp
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getTimestamp(int)
public java.sql.Timestamp getTimestamp(int parameterIndex, java.util.Calendar cal) throws java.sql.SQLException
getTimestamp
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getTimestamp(int, Calendar)
public java.sql.Timestamp getTimestamp(java.lang.String parameterName) throws java.sql.SQLException
getTimestamp
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getTimestamp(String)
public java.sql.Timestamp getTimestamp(java.lang.String parameterName, java.util.Calendar cal) throws java.sql.SQLException
getTimestamp
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getTimestamp(String, Calendar)
public java.net.URL getURL(int parameterIndex) throws java.sql.SQLException
getURL
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getURL(int)
public java.net.URL getURL(java.lang.String parameterName) throws java.sql.SQLException
getURL
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getURL(String)
public void registerOutParameter(int parameterIndex, int jdbcType) throws java.sql.SQLException
registerOutParameter
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.registerOutParameter(int, int)
public void registerOutParameter(int parameterIndex, int jdbcType, int scale) throws java.sql.SQLException
registerOutParameter
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.registerOutParameter(int, int, int)
public void registerOutParameter(int parameterIndex, int jdbcType, java.lang.String typeName) throws java.sql.SQLException
registerOutParameter
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.registerOutParameter(int, int, String)
public void registerOutParameter(java.lang.String parameterName, int jdbcType) throws java.sql.SQLException
registerOutParameter
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.registerOutParameter(String, int)
public void registerOutParameter(java.lang.String parameterName, int jdbcType, int scale) throws java.sql.SQLException
registerOutParameter
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.registerOutParameter(String, int, int)
public void registerOutParameter(java.lang.String parameterName, int jdbcType, java.lang.String typeName) throws java.sql.SQLException
registerOutParameter
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.registerOutParameter(String, int, String)
public void setAsciiStream(java.lang.String parameterName, java.io.InputStream x, int length) throws java.sql.SQLException
setAsciiStream
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setAsciiStream(String, InputStream, int)
public void setBigDecimal(java.lang.String parameterName, java.math.BigDecimal x) throws java.sql.SQLException
setBigDecimal
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setBigDecimal(String, BigDecimal)
public void setBinaryStream(java.lang.String parameterName, java.io.InputStream x, int length) throws java.sql.SQLException
setBinaryStream
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setBinaryStream(String, InputStream, int)
public void setBoolean(java.lang.String parameterName, boolean x) throws java.sql.SQLException
setBoolean
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setBoolean(String, boolean)
public void setByte(java.lang.String parameterName, byte x) throws java.sql.SQLException
setByte
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setByte(String, byte)
public void setBytes(java.lang.String parameterName, byte[] x) throws java.sql.SQLException
setBytes
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setBytes(String, byte[])
public void setCharacterStream(java.lang.String parameterName, java.io.Reader reader, int length) throws java.sql.SQLException
setCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setCharacterStream(String, Reader, int)
public void setDate(java.lang.String parameterName, java.sql.Date x) throws java.sql.SQLException
setDate
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setDate(String, java.sql.Date)
public void setDate(java.lang.String parameterName, java.sql.Date x, java.util.Calendar cal) throws java.sql.SQLException
setDate
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setDate(String, java.sql.Date, Calendar)
public void setDouble(java.lang.String parameterName, double x) throws java.sql.SQLException
setDouble
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setDouble(String, double)
public void setEscapeProcessing(boolean enable) throws java.sql.SQLException
setEscapeProcessing
in interface java.sql.Statement
setEscapeProcessing
in class ApptrievePreparedStatement
enable
- boolean - escape processing enable/disablejava.sql.SQLException
Statement.setEscapeProcessing(boolean)
public void setFloat(java.lang.String parameterName, float x) throws java.sql.SQLException
setFloat
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setFloat(String, float)
public void setInt(int parameterIndex, int x) throws java.sql.SQLException
setInt
in interface java.sql.PreparedStatement
setInt
in class ApptrievePreparedStatement
parameterIndex
- int - the position of the input parameterx
- int - the input valuejava.sql.SQLException
CallableStatement.setInt(java.lang.String, int)
public void setInt(java.lang.String parameterName, int x) throws java.sql.SQLException
setInt
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setInt(String, int)
public void setLong(java.lang.String parameterName, long x) throws java.sql.SQLException
setLong
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setLong(String, long)
public void setNull(java.lang.String parameterName, int sqlType) throws java.sql.SQLException
setNull
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setNull(String, int)
public void setNull(java.lang.String parameterName, int sqlType, java.lang.String typeName) throws java.sql.SQLException
setNull
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setNull(String, int, String)
public void setObject(int parameterIndex, java.lang.Object x) throws java.sql.SQLException
setObject
in interface java.sql.PreparedStatement
setObject
in class ApptrievePreparedStatement
parameterIndex
- int - the position of the input parameterx
- Object - the input objectjava.sql.SQLException
CallableStatement.setObject(java.lang.String, java.lang.Object, int, int)
public void setObject(int parameterIndex, java.lang.Object x, int targetJdbcType) throws java.sql.SQLException
This method is not supported by the Host Integrator driver.
setObject
in interface java.sql.PreparedStatement
setObject
in class ApptrievePreparedStatement
parameterIndex
- int - the position of the input parameterx
- Object - the input objecttargetJdbcType
- int - the JDBC type to convert x to (ignored by
this method)java.sql.SQLException
CallableStatement.setObject(java.lang.String, java.lang.Object, int, int)
public void setObject(int parameterIndex, java.lang.Object x, int targetSqlType, int scale) throws java.sql.SQLException
setObject
in interface java.sql.PreparedStatement
setObject
in class ApptrievePreparedStatement
java.sql.SQLException
- - always thrown.PreparedStatement.setObject(int, Object, int, int)
public void setObject(java.lang.String parameterName, java.lang.Object x) throws java.sql.SQLException
setObject
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setObject(String, Object)
public void setObject(java.lang.String parameterName, java.lang.Object x, int targetSqlType) throws java.sql.SQLException
setObject
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setObject(String, Object, int)
public void setObject(java.lang.String parameterName, java.lang.Object x, int targetSqlType, int scale) throws java.sql.SQLException
setObject
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setObject(String, Object, int, int)
public void setShort(java.lang.String parameterName, short x) throws java.sql.SQLException
setShort
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setShort(String, short)
public void setString(int parameterIndex, java.lang.String x) throws java.sql.SQLException
setString
in interface java.sql.PreparedStatement
setString
in class ApptrievePreparedStatement
parameterIndex
- int - the position of the input parameterx
- java.lang.String - the input valuejava.sql.SQLException
CallableStatement.setString(java.lang.String, java.lang.String)
public void setString(java.lang.String parameterName, java.lang.String x) throws java.sql.SQLException
setString
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setString(String, String)
public void setTime(java.lang.String parameterName, java.sql.Time x) throws java.sql.SQLException
setTime
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setTime(String, Time)
public void setTime(java.lang.String parameterName, java.sql.Time x, java.util.Calendar cal) throws java.sql.SQLException
setTime
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setTime(String, Time, Calendar)
public void setTimestamp(java.lang.String parameterName, java.sql.Timestamp x) throws java.sql.SQLException
setTimestamp
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setTimestamp(String, Timestamp)
public void setTimestamp(java.lang.String parameterName, java.sql.Timestamp x, java.util.Calendar cal) throws java.sql.SQLException
setTimestamp
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setTimestamp(String, Timestamp, Calendar)
public void setURL(int parameterIndex, java.net.URL x) throws java.sql.SQLException
setURL
in interface java.sql.PreparedStatement
setURL
in class ApptrievePreparedStatement
java.sql.SQLException
- - always thrown.PreparedStatement.setURL(int, URL)
public void setURL(java.lang.String parameterName, java.net.URL x) throws java.sql.SQLException
setURL
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.setURL(String, URL)
public java.lang.Object getObject(int parameterIndex, java.util.Map<java.lang.String,java.lang.Class<?>> map) throws java.sql.SQLException
getObject
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.RowId getRowId(int parameterIndex) throws java.sql.SQLException
getRowId
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.RowId getRowId(java.lang.String parameterName) throws java.sql.SQLException
getRowId
in interface java.sql.CallableStatement
java.sql.SQLException
public void setRowId(java.lang.String parameterName, java.sql.RowId x) throws java.sql.SQLException
setRowId
in interface java.sql.CallableStatement
java.sql.SQLException
public void setNString(java.lang.String parameterName, java.lang.String value) throws java.sql.SQLException
setNString
in interface java.sql.CallableStatement
java.sql.SQLException
public void setNCharacterStream(java.lang.String parameterName, java.io.Reader value, long length) throws java.sql.SQLException
setNCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setNClob(java.lang.String parameterName, java.sql.NClob value) throws java.sql.SQLException
setNClob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setClob(java.lang.String parameterName, java.io.Reader reader, long length) throws java.sql.SQLException
setClob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setBlob(java.lang.String parameterName, java.io.InputStream inputStream, long length) throws java.sql.SQLException
setBlob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setNClob(java.lang.String parameterName, java.io.Reader reader, long length) throws java.sql.SQLException
setNClob
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.NClob getNClob(int parameterIndex) throws java.sql.SQLException
getNClob
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.NClob getNClob(java.lang.String parameterName) throws java.sql.SQLException
getNClob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setSQLXML(java.lang.String parameterName, java.sql.SQLXML xmlObject) throws java.sql.SQLException
setSQLXML
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.SQLXML getSQLXML(int parameterIndex) throws java.sql.SQLException
getSQLXML
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.SQLXML getSQLXML(java.lang.String parameterName) throws java.sql.SQLException
getSQLXML
in interface java.sql.CallableStatement
java.sql.SQLException
public java.lang.String getNString(int parameterIndex) throws java.sql.SQLException
getNString
in interface java.sql.CallableStatement
java.sql.SQLException
public java.lang.String getNString(java.lang.String parameterName) throws java.sql.SQLException
getNString
in interface java.sql.CallableStatement
java.sql.SQLException
public java.io.Reader getNCharacterStream(int parameterIndex) throws java.sql.SQLException
getNCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public java.io.Reader getNCharacterStream(java.lang.String parameterName) throws java.sql.SQLException
getNCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public java.io.Reader getCharacterStream(int parameterIndex) throws java.sql.SQLException
getCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public java.io.Reader getCharacterStream(java.lang.String parameterName) throws java.sql.SQLException
getCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setBlob(java.lang.String parameterName, java.sql.Blob x) throws java.sql.SQLException
setBlob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setClob(java.lang.String parameterName, java.sql.Clob x) throws java.sql.SQLException
setClob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setAsciiStream(java.lang.String parameterName, java.io.InputStream x, long length) throws java.sql.SQLException
setAsciiStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setBinaryStream(java.lang.String parameterName, java.io.InputStream x, long length) throws java.sql.SQLException
setBinaryStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setCharacterStream(java.lang.String parameterName, java.io.Reader reader, long length) throws java.sql.SQLException
setCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setAsciiStream(java.lang.String parameterName, java.io.InputStream x) throws java.sql.SQLException
setAsciiStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setBinaryStream(java.lang.String parameterName, java.io.InputStream x) throws java.sql.SQLException
setBinaryStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setCharacterStream(java.lang.String parameterName, java.io.Reader reader) throws java.sql.SQLException
setCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setNCharacterStream(java.lang.String parameterName, java.io.Reader value) throws java.sql.SQLException
setNCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setClob(java.lang.String parameterName, java.io.Reader reader) throws java.sql.SQLException
setClob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setBlob(java.lang.String parameterName, java.io.InputStream inputStream) throws java.sql.SQLException
setBlob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setNClob(java.lang.String parameterName, java.io.Reader reader) throws java.sql.SQLException
setNClob
in interface java.sql.CallableStatement
java.sql.SQLException
public <T> T getObject(java.lang.String columnName, java.lang.Class<T> type) throws java.sql.SQLException
getObject
in interface java.sql.CallableStatement
java.sql.SQLException
public <T> T getObject(int parameterIndex, java.lang.Class<T> type) throws java.sql.SQLException
getObject
in interface java.sql.CallableStatement
java.sql.SQLException
public boolean wasNull() throws java.sql.SQLException
wasNull
in interface java.sql.CallableStatement
java.sql.SQLException
CallableStatement.wasNull()