|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wrq.apptrieve.jdbc.ApptrieveStatement
com.wrq.apptrieve.jdbc.ApptrievePreparedStatement
com.wrq.apptrieve.jdbc.ApptrieveCallableStatement
public class ApptrieveCallableStatement
Field Summary |
---|
Fields inherited from interface java.sql.Statement |
---|
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO |
Method Summary | |
---|---|
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.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.lang.Object |
getObject(int parameterIndex)
This method is not supported by the Host Integrator driver. |
java.lang.Object |
getObject(int parameterIndex,
java.util.Map map)
This method is not supported by the Host Integrator driver. |
java.lang.Object |
getObject(java.lang.String parameterName)
This method is not supported by the Host Integrator driver. |
java.lang.Object |
getObject(java.lang.String parameterName,
java.util.Map 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. |
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.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,
int length)
This method is not supported by the Host Integrator driver. |
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,
int length)
This method is not supported by the Host Integrator driver. |
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,
int length)
This method is not supported by the Host Integrator driver. |
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 |
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 |
setShort(java.lang.String parameterName,
short x)
This method is not supported by the Host Integrator driver. |
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. |
Methods inherited from class com.wrq.apptrieve.jdbc.ApptrievePreparedStatement |
---|
addBatch, clearParameters, getParameterMetaData, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setLong, setNull, setNull, setRef, setShort, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.sql.PreparedStatement |
---|
addBatch, clearParameters, getParameterMetaData, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setLong, setNull, setNull, setRef, setShort, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream |
Methods inherited from interface java.sql.Statement |
---|
addBatch, cancel, clearBatch, clearWarnings, close, 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, setCursorName, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout |
Method Detail |
---|
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(int parameterIndex, java.util.Map map) throws java.sql.SQLException
getObject
in interface java.sql.CallableStatement
java.sql.SQLException
- - always thrown.CallableStatement.getObject(int, Map)
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 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/disable
java.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 value
java.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 object
java.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 value
java.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 boolean wasNull() throws java.sql.SQLException
wasNull
in interface java.sql.CallableStatement
java.sql.SQLException
CallableStatement.wasNull()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |