|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.ufg.integrate.jdbc.StatementImpl
br.ufg.integrate.jdbc.PreparedStatementImpl
br.ufg.integrate.jdbc.CallableStatementImpl
public class CallableStatementImpl
Field Summary |
---|
Fields inherited from class br.ufg.integrate.jdbc.StatementImpl |
---|
conn |
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 |
Fields inherited from interface br.ufg.integrate.util.Constants |
---|
DB_MAJOR_VERSION, DB_MINOR_VERSION, DRIVER_CLASS, DRIVER_MAJOR_VERSION, DRIVER_MINOR_VERSION, DRIVER_NAME, DRIVER_RELEASE, INTEGRATE_CONFIG_FILE, JDBC_COMPLIANT, JDBC_MAJOR_VERSION, JDBC_MINOR_VERSION, PRODUCT_NAME, PRODUCT_RELEASE, URL_PREFIX |
Constructor Summary | |
---|---|
CallableStatementImpl(ConnectionImpl con,
CallableStatement clst,
Integration i)
Create a new CallableStatementImpl object. |
Method Summary | |
---|---|
Array |
getArray(int i)
Implements method in interface java.sql.CallableStatement |
Array |
getArray(String parameterName)
Implements method in interface java.sql.CallableStatement |
BigDecimal |
getBigDecimal(int parameterIndex)
Implements method in interface java.sql.CallableStatement |
BigDecimal |
getBigDecimal(int parameterIndex,
int scale)
Deprecated. |
BigDecimal |
getBigDecimal(String parameterName)
Implements method in interface java.sql.CallableStatement |
Blob |
getBlob(int i)
Implements method in interface java.sql.CallableStatement |
Blob |
getBlob(String parameterName)
Implements method in interface java.sql.CallableStatement |
boolean |
getBoolean(int parameterIndex)
Implements method in interface java.sql.CallableStatement |
boolean |
getBoolean(String parameterName)
Implements method in interface java.sql.CallableStatement |
byte |
getByte(int parameterIndex)
Implements method in interface java.sql.CallableStatement |
byte |
getByte(String parameterName)
Implements method in interface java.sql.CallableStatement |
byte[] |
getBytes(int parameterIndex)
Implements method in interface java.sql.CallableStatement |
byte[] |
getBytes(String parameterName)
Implements method in interface java.sql.CallableStatement |
Reader |
getCharacterStream(int arg0)
|
Reader |
getCharacterStream(String arg0)
|
Clob |
getClob(int i)
Implements method in interface java.sql.CallableStatement |
Clob |
getClob(String parameterName)
Implements method in interface java.sql.CallableStatement |
Date |
getDate(int parameterIndex)
Implements method in interface java.sql.CallableStatement |
Date |
getDate(int parameterIndex,
Calendar cal)
Implements method in interface java.sql.CallableStatement |
Date |
getDate(String parameterName)
Implements method in interface java.sql.CallableStatement |
Date |
getDate(String parameterName,
Calendar cal)
Implements method in interface java.sql.CallableStatement |
double |
getDouble(int parameterIndex)
Implements method in interface java.sql.CallableStatement |
double |
getDouble(String parameterName)
Implements method in interface java.sql.CallableStatement |
float |
getFloat(int parameterIndex)
Implements method in interface java.sql.CallableStatement |
float |
getFloat(String parameterName)
Implements method in interface java.sql.CallableStatement |
int |
getInt(int parameterIndex)
Implements method in interface java.sql.CallableStatement |
int |
getInt(String parameterName)
Implements method in interface java.sql.CallableStatement |
long |
getLong(int parameterIndex)
Implements method in interface java.sql.CallableStatement |
long |
getLong(String parameterName)
Implements method in interface java.sql.CallableStatement |
Reader |
getNCharacterStream(int arg0)
|
Reader |
getNCharacterStream(String arg0)
|
NClob |
getNClob(int arg0)
|
NClob |
getNClob(String arg0)
|
String |
getNString(int arg0)
|
String |
getNString(String arg0)
|
Object |
getObject(int parameterIndex)
Implements method in interface java.sql.CallableStatement |
Object |
getObject(int i,
Map map)
Implements method in interface java.sql.CallableStatement |
Object |
getObject(String parameterName)
Implements method in interface java.sql.CallableStatement |
Object |
getObject(String parameterName,
Map map)
Implements method in interface java.sql.CallableStatement |
Ref |
getRef(int i)
Implements method in interface java.sql.CallableStatement |
Ref |
getRef(String parameterName)
Implements method in interface java.sql.CallableStatement |
RowId |
getRowId(int arg0)
|
RowId |
getRowId(String arg0)
|
short |
getShort(int parameterIndex)
Implements method in interface java.sql.CallableStatement |
short |
getShort(String parameterName)
Implements method in interface java.sql.CallableStatement |
SQLXML |
getSQLXML(int arg0)
|
SQLXML |
getSQLXML(String arg0)
|
String |
getString(int parameterIndex)
Implements method in interface java.sql.CallableStatement |
String |
getString(String parameterName)
Implements method in interface java.sql.CallableStatement |
Time |
getTime(int parameterIndex)
Implements method in interface java.sql.CallableStatement |
Time |
getTime(int parameterIndex,
Calendar cal)
Implements method in interface java.sql.CallableStatement |
Time |
getTime(String parameterName)
Implements method in interface java.sql.CallableStatement |
Time |
getTime(String parameterName,
Calendar cal)
Implements method in interface java.sql.CallableStatement |
Timestamp |
getTimestamp(int parameterIndex)
Implements method in interface java.sql.CallableStatement |
Timestamp |
getTimestamp(int parameterIndex,
Calendar cal)
Implements method in interface java.sql.CallableStatement |
Timestamp |
getTimestamp(String parameterName)
Implements method in interface java.sql.CallableStatement |
Timestamp |
getTimestamp(String parameterName,
Calendar cal)
Implements method in interface java.sql.CallableStatement |
URL |
getURL(int parameterIndex)
Implements method in interface java.sql.CallableStatement |
URL |
getURL(String parameterName)
Implements method in interface java.sql.CallableStatement |
boolean |
isClosed()
Implements method in interface java.sql.PreparedStatement |
boolean |
isPoolable()
Implements method in interface java.sql.PreparedStatement |
boolean |
isWrapperFor(Class arg0)
Implements method in interface java.sql.PreparedStatement |
void |
registerOutParameter(int parameterIndex,
int sqlType)
Implements method in interface java.sql.CallableStatement |
void |
registerOutParameter(int paramIndex,
int sqlType,
int scale)
Implements method in interface java.sql.CallableStatement |
void |
registerOutParameter(int paramIndex,
int sqlType,
String typeName)
Implements method in interface java.sql.CallableStatement |
void |
registerOutParameter(String parameterName,
int sqlType)
Implements method in interface java.sql.CallableStatement |
void |
registerOutParameter(String parameterName,
int sqlType,
int scale)
Implements method in interface java.sql.CallableStatement |
void |
registerOutParameter(String parameterName,
int sqlType,
String typeName)
Implements method in interface java.sql.CallableStatement |
void |
setAsciiStream(int arg0,
InputStream arg1)
Implements method in interface java.sql.PreparedStatement |
void |
setAsciiStream(int arg0,
InputStream arg1,
long arg2)
Implements method in interface java.sql.PreparedStatement |
void |
setAsciiStream(String arg0,
InputStream arg1)
|
void |
setAsciiStream(String parameterName,
InputStream x,
int length)
Implements method in interface java.sql.CallableStatement |
void |
setAsciiStream(String arg0,
InputStream arg1,
long arg2)
|
void |
setBigDecimal(String parameterName,
BigDecimal x)
Implements method in interface java.sql.CallableStatement |
void |
setBinaryStream(int arg0,
InputStream arg1)
Implements method in interface java.sql.PreparedStatement |
void |
setBinaryStream(int arg0,
InputStream arg1,
long arg2)
Implements method in interface java.sql.PreparedStatement |
void |
setBinaryStream(String arg0,
InputStream arg1)
|
void |
setBinaryStream(String parameterName,
InputStream x,
int length)
Implements method in interface java.sql.CallableStatement |
void |
setBinaryStream(String arg0,
InputStream arg1,
long arg2)
|
void |
setBlob(int arg0,
InputStream arg1)
Implements method in interface java.sql.PreparedStatement |
void |
setBlob(int arg0,
InputStream arg1,
long arg2)
Implements method in interface java.sql.PreparedStatement |
void |
setBlob(String arg0,
Blob arg1)
|
void |
setBlob(String arg0,
InputStream arg1)
|
void |
setBlob(String arg0,
InputStream arg1,
long arg2)
|
void |
setBoolean(String parameterName,
boolean x)
Implements method in interface java.sql.CallableStatement |
void |
setByte(String parameterName,
byte x)
Implements method in interface java.sql.CallableStatement |
void |
setBytes(String parameterName,
byte[] x)
Implements method in interface java.sql.CallableStatement |
void |
setCharacterStream(int arg0,
Reader arg1)
Implements method in interface java.sql.PreparedStatement |
void |
setCharacterStream(int arg0,
Reader arg1,
long arg2)
Implements method in interface java.sql.PreparedStatement |
void |
setCharacterStream(String arg0,
Reader arg1)
|
void |
setCharacterStream(String parameterName,
Reader reader,
int length)
Implements method in interface java.sql.CallableStatement |
void |
setCharacterStream(String arg0,
Reader arg1,
long arg2)
|
void |
setClob(int arg0,
Reader arg1)
Implements method in interface java.sql.PreparedStatement |
void |
setClob(int arg0,
Reader arg1,
long arg2)
Implements method in interface java.sql.PreparedStatement |
void |
setClob(String arg0,
Clob arg1)
|
void |
setClob(String arg0,
Reader arg1)
|
void |
setClob(String arg0,
Reader arg1,
long arg2)
|
void |
setDate(String parameterName,
Date x)
Implements method in interface java.sql.CallableStatement |
void |
setDate(String parameterName,
Date x,
Calendar cal)
Implements method in interface java.sql.CallableStatement |
void |
setDouble(String parameterName,
double x)
Implements method in interface java.sql.CallableStatement |
void |
setFloat(String parameterName,
float x)
Implements method in interface java.sql.CallableStatement |
void |
setInt(String parameterName,
int x)
Implements method in interface java.sql.CallableStatement |
void |
setLong(String parameterName,
long x)
Implements method in interface java.sql.CallableStatement |
void |
setNCharacterStream(int arg0,
Reader arg1)
Implements method in interface java.sql.PreparedStatement |
void |
setNCharacterStream(int arg0,
Reader arg1,
long arg2)
Implements method in interface java.sql.PreparedStatement |
void |
setNCharacterStream(String arg0,
Reader arg1)
|
void |
setNCharacterStream(String arg0,
Reader arg1,
long arg2)
|
void |
setNClob(int arg0,
NClob arg1)
Implements method in interface java.sql.PreparedStatement |
void |
setNClob(int arg0,
Reader arg1)
Implements method in interface java.sql.PreparedStatement |
void |
setNClob(int arg0,
Reader arg1,
long arg2)
Implements method in interface java.sql.PreparedStatement |
void |
setNClob(String arg0,
NClob arg1)
|
void |
setNClob(String arg0,
Reader arg1)
|
void |
setNClob(String arg0,
Reader arg1,
long arg2)
|
void |
setNString(int arg0,
String arg1)
Implements method in interface java.sql.PreparedStatement |
void |
setNString(String arg0,
String arg1)
|
void |
setNull(String parameterName,
int sqlType)
Implements method in interface java.sql.CallableStatement |
void |
setNull(String parameterName,
int sqlType,
String typeName)
Implements method in interface java.sql.CallableStatement |
void |
setObject(String parameterName,
Object x)
Implements method in interface java.sql.CallableStatement |
void |
setObject(String parameterName,
Object x,
int targetSqlType)
Implements method in interface java.sql.CallableStatement |
void |
setObject(String parameterName,
Object x,
int targetSqlType,
int scale)
Implements method in interface java.sql.CallableStatement |
void |
setPoolable(boolean arg0)
Implements method in interface java.sql.PreparedStatement |
void |
setRowId(int arg0,
RowId arg1)
Implements method in interface java.sql.PreparedStatement |
void |
setRowId(String arg0,
RowId arg1)
|
void |
setShort(String parameterName,
short x)
Implements method in interface java.sql.CallableStatement |
void |
setSQLXML(int arg0,
SQLXML arg1)
Implements method in interface java.sql.PreparedStatement |
void |
setSQLXML(String arg0,
SQLXML arg1)
|
void |
setString(String parameterName,
String x)
Implements method in interface java.sql.CallableStatement |
void |
setTime(String parameterName,
Time x)
Implements method in interface java.sql.CallableStatement |
void |
setTime(String parameterName,
Time x,
Calendar cal)
Implements method in interface java.sql.CallableStatement |
void |
setTimestamp(String parameterName,
Timestamp x)
Implements method in interface java.sql.CallableStatement |
void |
setTimestamp(String parameterName,
Timestamp x,
Calendar cal)
Implements method in interface java.sql.CallableStatement |
void |
setURL(String parameterName,
URL val)
Implements method in interface java.sql.CallableStatement |
Object |
unwrap(Class arg0)
Implements method in interface java.sql.PreparedStatement |
boolean |
wasNull()
Implements method in interface java.sql.CallableStatement |
Methods inherited from class br.ufg.integrate.jdbc.PreparedStatementImpl |
---|
addBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setCursorName, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL |
Methods inherited from class br.ufg.integrate.jdbc.StatementImpl |
---|
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, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.sql.PreparedStatement |
---|
addBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL |
Constructor Detail |
---|
public CallableStatementImpl(ConnectionImpl con, CallableStatement clst, Integration i) throws SQLException
SQLException
Method Detail |
---|
public Array getArray(int i) throws SQLException
getArray
in interface CallableStatement
SQLException
CallableStatement.getArray(int)
public Array getArray(String parameterName) throws SQLException
getArray
in interface CallableStatement
SQLException
CallableStatement.getArray(int)
public BigDecimal getBigDecimal(String parameterName) throws SQLException
getBigDecimal
in interface CallableStatement
SQLException
CallableStatement.getBigDecimal(int, int)
public BigDecimal getBigDecimal(int parameterIndex) throws SQLException
getBigDecimal
in interface CallableStatement
SQLException
CallableStatement.getBigDecimal(int, int)
public BigDecimal getBigDecimal(int parameterIndex, int scale) throws SQLException
getBigDecimal
in interface CallableStatement
SQLException
CallableStatement.getBigDecimal(int, int)
public Blob getBlob(int i) throws SQLException
getBlob
in interface CallableStatement
SQLException
CallableStatement.getBlob(int)
public Blob getBlob(String parameterName) throws SQLException
getBlob
in interface CallableStatement
SQLException
CallableStatement.getBlob(int)
public boolean getBoolean(int parameterIndex) throws SQLException
getBoolean
in interface CallableStatement
SQLException
CallableStatement.getBoolean(int)
public boolean getBoolean(String parameterName) throws SQLException
getBoolean
in interface CallableStatement
SQLException
CallableStatement.getBoolean(int)
public byte getByte(int parameterIndex) throws SQLException
getByte
in interface CallableStatement
SQLException
CallableStatement.getByte(int)
public byte getByte(String parameterName) throws SQLException
getByte
in interface CallableStatement
SQLException
CallableStatement.getByte(int)
public byte[] getBytes(int parameterIndex) throws SQLException
getBytes
in interface CallableStatement
SQLException
CallableStatement.getBytes(int)
public byte[] getBytes(String parameterName) throws SQLException
getBytes
in interface CallableStatement
SQLException
CallableStatement.getBytes(int)
public Clob getClob(int i) throws SQLException
getClob
in interface CallableStatement
SQLException
CallableStatement.getClob(int)
public Clob getClob(String parameterName) throws SQLException
getClob
in interface CallableStatement
SQLException
CallableStatement.getClob(int)
public Date getDate(int parameterIndex) throws SQLException
getDate
in interface CallableStatement
SQLException
CallableStatement.getDate(int)
public Date getDate(String parameterName) throws SQLException
getDate
in interface CallableStatement
SQLException
CallableStatement.getDate(int)
public Date getDate(int parameterIndex, Calendar cal) throws SQLException
getDate
in interface CallableStatement
SQLException
CallableStatement.getDate(int)
public Date getDate(String parameterName, Calendar cal) throws SQLException
getDate
in interface CallableStatement
SQLException
CallableStatement.getDate(int)
public double getDouble(int parameterIndex) throws SQLException
getDouble
in interface CallableStatement
SQLException
CallableStatement.getDouble(int)
public double getDouble(String parameterName) throws SQLException
getDouble
in interface CallableStatement
SQLException
CallableStatement.getDouble(int)
public float getFloat(int parameterIndex) throws SQLException
getFloat
in interface CallableStatement
SQLException
CallableStatement.getFloat(int)
public float getFloat(String parameterName) throws SQLException
getFloat
in interface CallableStatement
SQLException
CallableStatement.getFloat(int)
public int getInt(String parameterName) throws SQLException
getInt
in interface CallableStatement
SQLException
CallableStatement.getInt(int)
public int getInt(int parameterIndex) throws SQLException
getInt
in interface CallableStatement
SQLException
CallableStatement.getInt(int)
public long getLong(int parameterIndex) throws SQLException
getLong
in interface CallableStatement
SQLException
CallableStatement.getLong(int)
public long getLong(String parameterName) throws SQLException
getLong
in interface CallableStatement
SQLException
CallableStatement.getLong(int)
public Object getObject(int parameterIndex) throws SQLException
getObject
in interface CallableStatement
SQLException
CallableStatement.getObject(int)
public Object getObject(String parameterName) throws SQLException
getObject
in interface CallableStatement
SQLException
CallableStatement.getObject(int)
public Object getObject(int i, Map map) throws SQLException
getObject
in interface CallableStatement
SQLException
CallableStatement.getObject(int)
public Object getObject(String parameterName, Map map) throws SQLException
getObject
in interface CallableStatement
SQLException
CallableStatement.getObject(int)
public Ref getRef(int i) throws SQLException
getRef
in interface CallableStatement
SQLException
CallableStatement.getRef(int)
public Ref getRef(String parameterName) throws SQLException
getRef
in interface CallableStatement
SQLException
CallableStatement.getRef(int)
public short getShort(String parameterName) throws SQLException
getShort
in interface CallableStatement
SQLException
CallableStatement.getShort(int)
public short getShort(int parameterIndex) throws SQLException
getShort
in interface CallableStatement
SQLException
CallableStatement.getShort(int)
public String getString(String parameterName) throws SQLException
getString
in interface CallableStatement
SQLException
CallableStatement.getString(int)
public String getString(int parameterIndex) throws SQLException
getString
in interface CallableStatement
SQLException
CallableStatement.getString(int)
public Time getTime(String parameterName) throws SQLException
getTime
in interface CallableStatement
SQLException
CallableStatement.getTime(int)
public Time getTime(int parameterIndex) throws SQLException
getTime
in interface CallableStatement
SQLException
CallableStatement.getTime(int)
public Time getTime(String parameterName, Calendar cal) throws SQLException
getTime
in interface CallableStatement
SQLException
CallableStatement.getTime(int)
public Time getTime(int parameterIndex, Calendar cal) throws SQLException
getTime
in interface CallableStatement
SQLException
CallableStatement.getTime(int)
public Timestamp getTimestamp(String parameterName) throws SQLException
getTimestamp
in interface CallableStatement
SQLException
CallableStatement.getTimestamp(int)
public Timestamp getTimestamp(int parameterIndex) throws SQLException
getTimestamp
in interface CallableStatement
SQLException
CallableStatement.getTimestamp(int)
public Timestamp getTimestamp(String parameterName, Calendar cal) throws SQLException
getTimestamp
in interface CallableStatement
SQLException
CallableStatement.getTimestamp(int)
public Timestamp getTimestamp(int parameterIndex, Calendar cal) throws SQLException
getTimestamp
in interface CallableStatement
SQLException
CallableStatement.getTimestamp(int)
public URL getURL(int parameterIndex) throws SQLException
getURL
in interface CallableStatement
SQLException
CallableStatement.getURL(int)
public URL getURL(String parameterName) throws SQLException
getURL
in interface CallableStatement
SQLException
CallableStatement.getURL(int)
public void registerOutParameter(int parameterIndex, int sqlType) throws SQLException
registerOutParameter
in interface CallableStatement
SQLException
CallableStatement.registerOutParameter(int, int)
public void registerOutParameter(String parameterName, int sqlType) throws SQLException
registerOutParameter
in interface CallableStatement
SQLException
CallableStatement.registerOutParameter(int, int)
public void registerOutParameter(String parameterName, int sqlType, String typeName) throws SQLException
registerOutParameter
in interface CallableStatement
SQLException
CallableStatement.registerOutParameter(int, int)
public void registerOutParameter(int paramIndex, int sqlType, int scale) throws SQLException
registerOutParameter
in interface CallableStatement
SQLException
CallableStatement.registerOutParameter(int, int)
public void registerOutParameter(String parameterName, int sqlType, int scale) throws SQLException
registerOutParameter
in interface CallableStatement
SQLException
CallableStatement.registerOutParameter(int, int)
public void registerOutParameter(int paramIndex, int sqlType, String typeName) throws SQLException
registerOutParameter
in interface CallableStatement
SQLException
CallableStatement.registerOutParameter(int, int)
public void setAsciiStream(String parameterName, InputStream x, int length) throws SQLException
setAsciiStream
in interface CallableStatement
SQLException
CallableStatement.setAsciiStream(java.lang.String, java.io.InputStream, int)
public void setBigDecimal(String parameterName, BigDecimal x) throws SQLException
setBigDecimal
in interface CallableStatement
SQLException
CallableStatement.setBigDecimal(java.lang.String, java.math.BigDecimal)
public void setBinaryStream(String parameterName, InputStream x, int length) throws SQLException
setBinaryStream
in interface CallableStatement
SQLException
CallableStatement.setBinaryStream(java.lang.String, java.io.InputStream, int)
public void setBoolean(String parameterName, boolean x) throws SQLException
setBoolean
in interface CallableStatement
SQLException
CallableStatement.setBoolean(java.lang.String, boolean)
public void setByte(String parameterName, byte x) throws SQLException
setByte
in interface CallableStatement
SQLException
CallableStatement.setByte(java.lang.String, byte)
public void setBytes(String parameterName, byte[] x) throws SQLException
setBytes
in interface CallableStatement
SQLException
CallableStatement.setBytes(java.lang.String, byte[])
public void setCharacterStream(String parameterName, Reader reader, int length) throws SQLException
setCharacterStream
in interface CallableStatement
SQLException
CallableStatement.setCharacterStream(java.lang.String, java.io.Reader, int)
public void setDate(String parameterName, Date x) throws SQLException
setDate
in interface CallableStatement
SQLException
CallableStatement.setDate(java.lang.String, java.sql.Date)
public void setDate(String parameterName, Date x, Calendar cal) throws SQLException
setDate
in interface CallableStatement
SQLException
CallableStatement.setDate(java.lang.String, java.sql.Date)
public void setDouble(String parameterName, double x) throws SQLException
setDouble
in interface CallableStatement
SQLException
CallableStatement.setDouble(java.lang.String, double)
public void setFloat(String parameterName, float x) throws SQLException
setFloat
in interface CallableStatement
SQLException
CallableStatement.setFloat(java.lang.String, float)
public void setInt(String parameterName, int x) throws SQLException
setInt
in interface CallableStatement
SQLException
CallableStatement.setInt(java.lang.String, int)
public void setLong(String parameterName, long x) throws SQLException
setLong
in interface CallableStatement
SQLException
CallableStatement.setLong(java.lang.String, long)
public void setNull(String parameterName, int sqlType) throws SQLException
setNull
in interface CallableStatement
SQLException
CallableStatement.setNull(java.lang.String, int)
public void setNull(String parameterName, int sqlType, String typeName) throws SQLException
setNull
in interface CallableStatement
SQLException
CallableStatement.setNull(java.lang.String, int)
public void setObject(String parameterName, Object x) throws SQLException
setObject
in interface CallableStatement
SQLException
CallableStatement.setObject(java.lang.String, java.lang.Object, int, int)
public void setObject(String parameterName, Object x, int targetSqlType) throws SQLException
setObject
in interface CallableStatement
SQLException
CallableStatement.setObject(java.lang.String, java.lang.Object, int, int)
public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException
setObject
in interface CallableStatement
SQLException
CallableStatement.setObject(java.lang.String, java.lang.Object, int, int)
public void setShort(String parameterName, short x) throws SQLException
setShort
in interface CallableStatement
SQLException
CallableStatement.setShort(java.lang.String, short)
public void setString(String parameterName, String x) throws SQLException
setString
in interface CallableStatement
SQLException
CallableStatement.setString(java.lang.String, java.lang.String)
public void setTime(String parameterName, Time x) throws SQLException
setTime
in interface CallableStatement
SQLException
CallableStatement.setTime(java.lang.String, java.sql.Time)
public void setTime(String parameterName, Time x, Calendar cal) throws SQLException
setTime
in interface CallableStatement
SQLException
CallableStatement.setTime(java.lang.String, java.sql.Time)
public void setTimestamp(String parameterName, Timestamp x) throws SQLException
setTimestamp
in interface CallableStatement
SQLException
CallableStatement.setTimestamp(java.lang.String, java.sql.Timestamp)
public void setTimestamp(String parameterName, Timestamp x, Calendar cal) throws SQLException
setTimestamp
in interface CallableStatement
SQLException
CallableStatement.setTimestamp(java.lang.String, java.sql.Timestamp)
public void setURL(String parameterName, URL val) throws SQLException
setURL
in interface CallableStatement
SQLException
CallableStatement.setURL(java.lang.String, java.net.URL)
public boolean wasNull() throws SQLException
wasNull
in interface CallableStatement
SQLException
CallableStatement.wasNull()
public Reader getCharacterStream(int arg0) throws SQLException
getCharacterStream
in interface CallableStatement
SQLException
public Reader getCharacterStream(String arg0) throws SQLException
getCharacterStream
in interface CallableStatement
SQLException
public Reader getNCharacterStream(int arg0) throws SQLException
getNCharacterStream
in interface CallableStatement
SQLException
public Reader getNCharacterStream(String arg0) throws SQLException
getNCharacterStream
in interface CallableStatement
SQLException
public NClob getNClob(int arg0) throws SQLException
getNClob
in interface CallableStatement
SQLException
public NClob getNClob(String arg0) throws SQLException
getNClob
in interface CallableStatement
SQLException
public String getNString(int arg0) throws SQLException
getNString
in interface CallableStatement
SQLException
public String getNString(String arg0) throws SQLException
getNString
in interface CallableStatement
SQLException
public RowId getRowId(int arg0) throws SQLException
getRowId
in interface CallableStatement
SQLException
public RowId getRowId(String arg0) throws SQLException
getRowId
in interface CallableStatement
SQLException
public SQLXML getSQLXML(int arg0) throws SQLException
getSQLXML
in interface CallableStatement
SQLException
public SQLXML getSQLXML(String arg0) throws SQLException
getSQLXML
in interface CallableStatement
SQLException
public boolean isClosed() throws SQLException
PreparedStatementImpl
isClosed
in interface Statement
isClosed
in class PreparedStatementImpl
SQLException
Statement.isClosed()
public boolean isPoolable() throws SQLException
PreparedStatementImpl
isPoolable
in interface Statement
isPoolable
in class PreparedStatementImpl
SQLException
Statement.isPoolable()
public boolean isWrapperFor(Class arg0) throws SQLException
PreparedStatementImpl
isWrapperFor
in interface Wrapper
isWrapperFor
in class PreparedStatementImpl
SQLException
Wrapper.isWrapperFor(java.lang.Class>)
public void setAsciiStream(String arg0, InputStream arg1) throws SQLException
setAsciiStream
in interface CallableStatement
SQLException
public void setAsciiStream(String arg0, InputStream arg1, long arg2) throws SQLException
setAsciiStream
in interface CallableStatement
SQLException
public void setBinaryStream(String arg0, InputStream arg1) throws SQLException
setBinaryStream
in interface CallableStatement
SQLException
public void setBinaryStream(String arg0, InputStream arg1, long arg2) throws SQLException
setBinaryStream
in interface CallableStatement
SQLException
public void setBlob(String arg0, Blob arg1) throws SQLException
setBlob
in interface CallableStatement
SQLException
public void setBlob(String arg0, InputStream arg1) throws SQLException
setBlob
in interface CallableStatement
SQLException
public void setBlob(String arg0, InputStream arg1, long arg2) throws SQLException
setBlob
in interface CallableStatement
SQLException
public void setCharacterStream(String arg0, Reader arg1) throws SQLException
setCharacterStream
in interface CallableStatement
SQLException
public void setCharacterStream(String arg0, Reader arg1, long arg2) throws SQLException
setCharacterStream
in interface CallableStatement
SQLException
public void setClob(String arg0, Clob arg1) throws SQLException
setClob
in interface CallableStatement
SQLException
public void setClob(String arg0, Reader arg1) throws SQLException
setClob
in interface CallableStatement
SQLException
public void setClob(String arg0, Reader arg1, long arg2) throws SQLException
setClob
in interface CallableStatement
SQLException
public void setNCharacterStream(String arg0, Reader arg1) throws SQLException
setNCharacterStream
in interface CallableStatement
SQLException
public void setNCharacterStream(String arg0, Reader arg1, long arg2) throws SQLException
setNCharacterStream
in interface CallableStatement
SQLException
public void setNClob(String arg0, NClob arg1) throws SQLException
setNClob
in interface CallableStatement
SQLException
public void setNClob(String arg0, Reader arg1) throws SQLException
setNClob
in interface CallableStatement
SQLException
public void setNClob(String arg0, Reader arg1, long arg2) throws SQLException
setNClob
in interface CallableStatement
SQLException
public void setNString(String arg0, String arg1) throws SQLException
setNString
in interface CallableStatement
SQLException
public void setRowId(String arg0, RowId arg1) throws SQLException
setRowId
in interface CallableStatement
SQLException
public void setSQLXML(String arg0, SQLXML arg1) throws SQLException
setSQLXML
in interface CallableStatement
SQLException
public void setAsciiStream(int arg0, InputStream arg1) throws SQLException
PreparedStatementImpl
setAsciiStream
in interface PreparedStatement
setAsciiStream
in class PreparedStatementImpl
SQLException
PreparedStatement.setArray(int, java.sql.Array)
public void setAsciiStream(int arg0, InputStream arg1, long arg2) throws SQLException
PreparedStatementImpl
setAsciiStream
in interface PreparedStatement
setAsciiStream
in class PreparedStatementImpl
SQLException
PreparedStatement.setAsciiStream(int, java.io.InputStream, int)
public void setBinaryStream(int arg0, InputStream arg1) throws SQLException
PreparedStatementImpl
setBinaryStream
in interface PreparedStatement
setBinaryStream
in class PreparedStatementImpl
SQLException
PreparedStatement.setBinaryStream(int, java.io.InputStream, int)
public void setBinaryStream(int arg0, InputStream arg1, long arg2) throws SQLException
PreparedStatementImpl
setBinaryStream
in interface PreparedStatement
setBinaryStream
in class PreparedStatementImpl
SQLException
PreparedStatement.setBinaryStream(int, java.io.InputStream, int)
public void setBlob(int arg0, InputStream arg1) throws SQLException
PreparedStatementImpl
setBlob
in interface PreparedStatement
setBlob
in class PreparedStatementImpl
SQLException
PreparedStatement.setBlob(int, java.sql.Blob)
public void setBlob(int arg0, InputStream arg1, long arg2) throws SQLException
PreparedStatementImpl
setBlob
in interface PreparedStatement
setBlob
in class PreparedStatementImpl
SQLException
PreparedStatement.setBlob(int, java.sql.Blob)
public void setCharacterStream(int arg0, Reader arg1) throws SQLException
PreparedStatementImpl
setCharacterStream
in interface PreparedStatement
setCharacterStream
in class PreparedStatementImpl
SQLException
PreparedStatement.setCharacterStream(int, java.io.Reader, int)
public void setCharacterStream(int arg0, Reader arg1, long arg2) throws SQLException
PreparedStatementImpl
setCharacterStream
in interface PreparedStatement
setCharacterStream
in class PreparedStatementImpl
SQLException
PreparedStatement.setCharacterStream(int, java.io.Reader, int)
public void setClob(int arg0, Reader arg1) throws SQLException
PreparedStatementImpl
setClob
in interface PreparedStatement
setClob
in class PreparedStatementImpl
SQLException
PreparedStatement.setClob(int, java.sql.Clob)
public void setClob(int arg0, Reader arg1, long arg2) throws SQLException
PreparedStatementImpl
setClob
in interface PreparedStatement
setClob
in class PreparedStatementImpl
SQLException
PreparedStatement.setClob(int, java.sql.Clob)
public void setNCharacterStream(int arg0, Reader arg1) throws SQLException
PreparedStatementImpl
setNCharacterStream
in interface PreparedStatement
setNCharacterStream
in class PreparedStatementImpl
SQLException
PreparedStatement.setNCharacterStream(int, java.io.Reader, long)
public void setNCharacterStream(int arg0, Reader arg1, long arg2) throws SQLException
PreparedStatementImpl
setNCharacterStream
in interface PreparedStatement
setNCharacterStream
in class PreparedStatementImpl
SQLException
PreparedStatement.setNCharacterStream(int, java.io.Reader, long)
public void setNClob(int arg0, NClob arg1) throws SQLException
PreparedStatementImpl
setNClob
in interface PreparedStatement
setNClob
in class PreparedStatementImpl
SQLException
PreparedStatement.setNClob(int, java.sql.NClob)
public void setNClob(int arg0, Reader arg1) throws SQLException
PreparedStatementImpl
setNClob
in interface PreparedStatement
setNClob
in class PreparedStatementImpl
SQLException
PreparedStatement.setNClob(int, java.sql.NClob)
public void setNClob(int arg0, Reader arg1, long arg2) throws SQLException
PreparedStatementImpl
setNClob
in interface PreparedStatement
setNClob
in class PreparedStatementImpl
SQLException
PreparedStatement.setNClob(int, java.sql.NClob)
public void setNString(int arg0, String arg1) throws SQLException
PreparedStatementImpl
setNString
in interface PreparedStatement
setNString
in class PreparedStatementImpl
SQLException
PreparedStatement.setNString(int, java.lang.String)
public void setPoolable(boolean arg0) throws SQLException
PreparedStatementImpl
setPoolable
in interface Statement
setPoolable
in class PreparedStatementImpl
SQLException
Statement.setPoolable(boolean)
public void setRowId(int arg0, RowId arg1) throws SQLException
PreparedStatementImpl
setRowId
in interface PreparedStatement
setRowId
in class PreparedStatementImpl
SQLException
PreparedStatement.setRowId(int, java.sql.RowId)
public void setSQLXML(int arg0, SQLXML arg1) throws SQLException
PreparedStatementImpl
setSQLXML
in interface PreparedStatement
setSQLXML
in class PreparedStatementImpl
SQLException
PreparedStatement.setSQLXML(int, java.sql.SQLXML)
public Object unwrap(Class arg0) throws SQLException
PreparedStatementImpl
unwrap
in interface Wrapper
unwrap
in class PreparedStatementImpl
SQLException
Wrapper.unwrap(java.lang.Class)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |