|
|||||||||
| 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 CallableStatementSQLExceptionCallableStatement.getArray(int)
public Array getArray(String parameterName)
throws SQLException
getArray in interface CallableStatementSQLExceptionCallableStatement.getArray(int)
public BigDecimal getBigDecimal(String parameterName)
throws SQLException
getBigDecimal in interface CallableStatementSQLExceptionCallableStatement.getBigDecimal(int, int)
public BigDecimal getBigDecimal(int parameterIndex)
throws SQLException
getBigDecimal in interface CallableStatementSQLExceptionCallableStatement.getBigDecimal(int, int)
public BigDecimal getBigDecimal(int parameterIndex,
int scale)
throws SQLException
getBigDecimal in interface CallableStatementSQLExceptionCallableStatement.getBigDecimal(int, int)
public Blob getBlob(int i)
throws SQLException
getBlob in interface CallableStatementSQLExceptionCallableStatement.getBlob(int)
public Blob getBlob(String parameterName)
throws SQLException
getBlob in interface CallableStatementSQLExceptionCallableStatement.getBlob(int)
public boolean getBoolean(int parameterIndex)
throws SQLException
getBoolean in interface CallableStatementSQLExceptionCallableStatement.getBoolean(int)
public boolean getBoolean(String parameterName)
throws SQLException
getBoolean in interface CallableStatementSQLExceptionCallableStatement.getBoolean(int)
public byte getByte(int parameterIndex)
throws SQLException
getByte in interface CallableStatementSQLExceptionCallableStatement.getByte(int)
public byte getByte(String parameterName)
throws SQLException
getByte in interface CallableStatementSQLExceptionCallableStatement.getByte(int)
public byte[] getBytes(int parameterIndex)
throws SQLException
getBytes in interface CallableStatementSQLExceptionCallableStatement.getBytes(int)
public byte[] getBytes(String parameterName)
throws SQLException
getBytes in interface CallableStatementSQLExceptionCallableStatement.getBytes(int)
public Clob getClob(int i)
throws SQLException
getClob in interface CallableStatementSQLExceptionCallableStatement.getClob(int)
public Clob getClob(String parameterName)
throws SQLException
getClob in interface CallableStatementSQLExceptionCallableStatement.getClob(int)
public Date getDate(int parameterIndex)
throws SQLException
getDate in interface CallableStatementSQLExceptionCallableStatement.getDate(int)
public Date getDate(String parameterName)
throws SQLException
getDate in interface CallableStatementSQLExceptionCallableStatement.getDate(int)
public Date getDate(int parameterIndex,
Calendar cal)
throws SQLException
getDate in interface CallableStatementSQLExceptionCallableStatement.getDate(int)
public Date getDate(String parameterName,
Calendar cal)
throws SQLException
getDate in interface CallableStatementSQLExceptionCallableStatement.getDate(int)
public double getDouble(int parameterIndex)
throws SQLException
getDouble in interface CallableStatementSQLExceptionCallableStatement.getDouble(int)
public double getDouble(String parameterName)
throws SQLException
getDouble in interface CallableStatementSQLExceptionCallableStatement.getDouble(int)
public float getFloat(int parameterIndex)
throws SQLException
getFloat in interface CallableStatementSQLExceptionCallableStatement.getFloat(int)
public float getFloat(String parameterName)
throws SQLException
getFloat in interface CallableStatementSQLExceptionCallableStatement.getFloat(int)
public int getInt(String parameterName)
throws SQLException
getInt in interface CallableStatementSQLExceptionCallableStatement.getInt(int)
public int getInt(int parameterIndex)
throws SQLException
getInt in interface CallableStatementSQLExceptionCallableStatement.getInt(int)
public long getLong(int parameterIndex)
throws SQLException
getLong in interface CallableStatementSQLExceptionCallableStatement.getLong(int)
public long getLong(String parameterName)
throws SQLException
getLong in interface CallableStatementSQLExceptionCallableStatement.getLong(int)
public Object getObject(int parameterIndex)
throws SQLException
getObject in interface CallableStatementSQLExceptionCallableStatement.getObject(int)
public Object getObject(String parameterName)
throws SQLException
getObject in interface CallableStatementSQLExceptionCallableStatement.getObject(int)
public Object getObject(int i,
Map map)
throws SQLException
getObject in interface CallableStatementSQLExceptionCallableStatement.getObject(int)
public Object getObject(String parameterName,
Map map)
throws SQLException
getObject in interface CallableStatementSQLExceptionCallableStatement.getObject(int)
public Ref getRef(int i)
throws SQLException
getRef in interface CallableStatementSQLExceptionCallableStatement.getRef(int)
public Ref getRef(String parameterName)
throws SQLException
getRef in interface CallableStatementSQLExceptionCallableStatement.getRef(int)
public short getShort(String parameterName)
throws SQLException
getShort in interface CallableStatementSQLExceptionCallableStatement.getShort(int)
public short getShort(int parameterIndex)
throws SQLException
getShort in interface CallableStatementSQLExceptionCallableStatement.getShort(int)
public String getString(String parameterName)
throws SQLException
getString in interface CallableStatementSQLExceptionCallableStatement.getString(int)
public String getString(int parameterIndex)
throws SQLException
getString in interface CallableStatementSQLExceptionCallableStatement.getString(int)
public Time getTime(String parameterName)
throws SQLException
getTime in interface CallableStatementSQLExceptionCallableStatement.getTime(int)
public Time getTime(int parameterIndex)
throws SQLException
getTime in interface CallableStatementSQLExceptionCallableStatement.getTime(int)
public Time getTime(String parameterName,
Calendar cal)
throws SQLException
getTime in interface CallableStatementSQLExceptionCallableStatement.getTime(int)
public Time getTime(int parameterIndex,
Calendar cal)
throws SQLException
getTime in interface CallableStatementSQLExceptionCallableStatement.getTime(int)
public Timestamp getTimestamp(String parameterName)
throws SQLException
getTimestamp in interface CallableStatementSQLExceptionCallableStatement.getTimestamp(int)
public Timestamp getTimestamp(int parameterIndex)
throws SQLException
getTimestamp in interface CallableStatementSQLExceptionCallableStatement.getTimestamp(int)
public Timestamp getTimestamp(String parameterName,
Calendar cal)
throws SQLException
getTimestamp in interface CallableStatementSQLExceptionCallableStatement.getTimestamp(int)
public Timestamp getTimestamp(int parameterIndex,
Calendar cal)
throws SQLException
getTimestamp in interface CallableStatementSQLExceptionCallableStatement.getTimestamp(int)
public URL getURL(int parameterIndex)
throws SQLException
getURL in interface CallableStatementSQLExceptionCallableStatement.getURL(int)
public URL getURL(String parameterName)
throws SQLException
getURL in interface CallableStatementSQLExceptionCallableStatement.getURL(int)
public void registerOutParameter(int parameterIndex,
int sqlType)
throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionCallableStatement.registerOutParameter(int, int)
public void registerOutParameter(String parameterName,
int sqlType)
throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionCallableStatement.registerOutParameter(int, int)
public void registerOutParameter(String parameterName,
int sqlType,
String typeName)
throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionCallableStatement.registerOutParameter(int, int)
public void registerOutParameter(int paramIndex,
int sqlType,
int scale)
throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionCallableStatement.registerOutParameter(int, int)
public void registerOutParameter(String parameterName,
int sqlType,
int scale)
throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionCallableStatement.registerOutParameter(int, int)
public void registerOutParameter(int paramIndex,
int sqlType,
String typeName)
throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionCallableStatement.registerOutParameter(int, int)
public void setAsciiStream(String parameterName,
InputStream x,
int length)
throws SQLException
setAsciiStream in interface CallableStatementSQLExceptionCallableStatement.setAsciiStream(java.lang.String, java.io.InputStream, int)
public void setBigDecimal(String parameterName,
BigDecimal x)
throws SQLException
setBigDecimal in interface CallableStatementSQLExceptionCallableStatement.setBigDecimal(java.lang.String, java.math.BigDecimal)
public void setBinaryStream(String parameterName,
InputStream x,
int length)
throws SQLException
setBinaryStream in interface CallableStatementSQLExceptionCallableStatement.setBinaryStream(java.lang.String, java.io.InputStream, int)
public void setBoolean(String parameterName,
boolean x)
throws SQLException
setBoolean in interface CallableStatementSQLExceptionCallableStatement.setBoolean(java.lang.String, boolean)
public void setByte(String parameterName,
byte x)
throws SQLException
setByte in interface CallableStatementSQLExceptionCallableStatement.setByte(java.lang.String, byte)
public void setBytes(String parameterName,
byte[] x)
throws SQLException
setBytes in interface CallableStatementSQLExceptionCallableStatement.setBytes(java.lang.String, byte[])
public void setCharacterStream(String parameterName,
Reader reader,
int length)
throws SQLException
setCharacterStream in interface CallableStatementSQLExceptionCallableStatement.setCharacterStream(java.lang.String, java.io.Reader, int)
public void setDate(String parameterName,
Date x)
throws SQLException
setDate in interface CallableStatementSQLExceptionCallableStatement.setDate(java.lang.String, java.sql.Date)
public void setDate(String parameterName,
Date x,
Calendar cal)
throws SQLException
setDate in interface CallableStatementSQLExceptionCallableStatement.setDate(java.lang.String, java.sql.Date)
public void setDouble(String parameterName,
double x)
throws SQLException
setDouble in interface CallableStatementSQLExceptionCallableStatement.setDouble(java.lang.String, double)
public void setFloat(String parameterName,
float x)
throws SQLException
setFloat in interface CallableStatementSQLExceptionCallableStatement.setFloat(java.lang.String, float)
public void setInt(String parameterName,
int x)
throws SQLException
setInt in interface CallableStatementSQLExceptionCallableStatement.setInt(java.lang.String, int)
public void setLong(String parameterName,
long x)
throws SQLException
setLong in interface CallableStatementSQLExceptionCallableStatement.setLong(java.lang.String, long)
public void setNull(String parameterName,
int sqlType)
throws SQLException
setNull in interface CallableStatementSQLExceptionCallableStatement.setNull(java.lang.String, int)
public void setNull(String parameterName,
int sqlType,
String typeName)
throws SQLException
setNull in interface CallableStatementSQLExceptionCallableStatement.setNull(java.lang.String, int)
public void setObject(String parameterName,
Object x)
throws SQLException
setObject in interface CallableStatementSQLExceptionCallableStatement.setObject(java.lang.String, java.lang.Object, int, int)
public void setObject(String parameterName,
Object x,
int targetSqlType)
throws SQLException
setObject in interface CallableStatementSQLExceptionCallableStatement.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 CallableStatementSQLExceptionCallableStatement.setObject(java.lang.String, java.lang.Object, int, int)
public void setShort(String parameterName,
short x)
throws SQLException
setShort in interface CallableStatementSQLExceptionCallableStatement.setShort(java.lang.String, short)
public void setString(String parameterName,
String x)
throws SQLException
setString in interface CallableStatementSQLExceptionCallableStatement.setString(java.lang.String, java.lang.String)
public void setTime(String parameterName,
Time x)
throws SQLException
setTime in interface CallableStatementSQLExceptionCallableStatement.setTime(java.lang.String, java.sql.Time)
public void setTime(String parameterName,
Time x,
Calendar cal)
throws SQLException
setTime in interface CallableStatementSQLExceptionCallableStatement.setTime(java.lang.String, java.sql.Time)
public void setTimestamp(String parameterName,
Timestamp x)
throws SQLException
setTimestamp in interface CallableStatementSQLExceptionCallableStatement.setTimestamp(java.lang.String, java.sql.Timestamp)
public void setTimestamp(String parameterName,
Timestamp x,
Calendar cal)
throws SQLException
setTimestamp in interface CallableStatementSQLExceptionCallableStatement.setTimestamp(java.lang.String, java.sql.Timestamp)
public void setURL(String parameterName,
URL val)
throws SQLException
setURL in interface CallableStatementSQLExceptionCallableStatement.setURL(java.lang.String, java.net.URL)
public boolean wasNull()
throws SQLException
wasNull in interface CallableStatementSQLExceptionCallableStatement.wasNull()
public Reader getCharacterStream(int arg0)
throws SQLException
getCharacterStream in interface CallableStatementSQLException
public Reader getCharacterStream(String arg0)
throws SQLException
getCharacterStream in interface CallableStatementSQLException
public Reader getNCharacterStream(int arg0)
throws SQLException
getNCharacterStream in interface CallableStatementSQLException
public Reader getNCharacterStream(String arg0)
throws SQLException
getNCharacterStream in interface CallableStatementSQLException
public NClob getNClob(int arg0)
throws SQLException
getNClob in interface CallableStatementSQLException
public NClob getNClob(String arg0)
throws SQLException
getNClob in interface CallableStatementSQLException
public String getNString(int arg0)
throws SQLException
getNString in interface CallableStatementSQLException
public String getNString(String arg0)
throws SQLException
getNString in interface CallableStatementSQLException
public RowId getRowId(int arg0)
throws SQLException
getRowId in interface CallableStatementSQLException
public RowId getRowId(String arg0)
throws SQLException
getRowId in interface CallableStatementSQLException
public SQLXML getSQLXML(int arg0)
throws SQLException
getSQLXML in interface CallableStatementSQLException
public SQLXML getSQLXML(String arg0)
throws SQLException
getSQLXML in interface CallableStatementSQLException
public boolean isClosed()
throws SQLException
PreparedStatementImpl
isClosed in interface StatementisClosed in class PreparedStatementImplSQLExceptionStatement.isClosed()
public boolean isPoolable()
throws SQLException
PreparedStatementImpl
isPoolable in interface StatementisPoolable in class PreparedStatementImplSQLExceptionStatement.isPoolable()
public boolean isWrapperFor(Class arg0)
throws SQLException
PreparedStatementImpl
isWrapperFor in interface WrapperisWrapperFor in class PreparedStatementImplSQLExceptionWrapper.isWrapperFor(java.lang.Class>)
public void setAsciiStream(String arg0,
InputStream arg1)
throws SQLException
setAsciiStream in interface CallableStatementSQLException
public void setAsciiStream(String arg0,
InputStream arg1,
long arg2)
throws SQLException
setAsciiStream in interface CallableStatementSQLException
public void setBinaryStream(String arg0,
InputStream arg1)
throws SQLException
setBinaryStream in interface CallableStatementSQLException
public void setBinaryStream(String arg0,
InputStream arg1,
long arg2)
throws SQLException
setBinaryStream in interface CallableStatementSQLException
public void setBlob(String arg0,
Blob arg1)
throws SQLException
setBlob in interface CallableStatementSQLException
public void setBlob(String arg0,
InputStream arg1)
throws SQLException
setBlob in interface CallableStatementSQLException
public void setBlob(String arg0,
InputStream arg1,
long arg2)
throws SQLException
setBlob in interface CallableStatementSQLException
public void setCharacterStream(String arg0,
Reader arg1)
throws SQLException
setCharacterStream in interface CallableStatementSQLException
public void setCharacterStream(String arg0,
Reader arg1,
long arg2)
throws SQLException
setCharacterStream in interface CallableStatementSQLException
public void setClob(String arg0,
Clob arg1)
throws SQLException
setClob in interface CallableStatementSQLException
public void setClob(String arg0,
Reader arg1)
throws SQLException
setClob in interface CallableStatementSQLException
public void setClob(String arg0,
Reader arg1,
long arg2)
throws SQLException
setClob in interface CallableStatementSQLException
public void setNCharacterStream(String arg0,
Reader arg1)
throws SQLException
setNCharacterStream in interface CallableStatementSQLException
public void setNCharacterStream(String arg0,
Reader arg1,
long arg2)
throws SQLException
setNCharacterStream in interface CallableStatementSQLException
public void setNClob(String arg0,
NClob arg1)
throws SQLException
setNClob in interface CallableStatementSQLException
public void setNClob(String arg0,
Reader arg1)
throws SQLException
setNClob in interface CallableStatementSQLException
public void setNClob(String arg0,
Reader arg1,
long arg2)
throws SQLException
setNClob in interface CallableStatementSQLException
public void setNString(String arg0,
String arg1)
throws SQLException
setNString in interface CallableStatementSQLException
public void setRowId(String arg0,
RowId arg1)
throws SQLException
setRowId in interface CallableStatementSQLException
public void setSQLXML(String arg0,
SQLXML arg1)
throws SQLException
setSQLXML in interface CallableStatementSQLException
public void setAsciiStream(int arg0,
InputStream arg1)
throws SQLException
PreparedStatementImpl
setAsciiStream in interface PreparedStatementsetAsciiStream in class PreparedStatementImplSQLExceptionPreparedStatement.setArray(int, java.sql.Array)
public void setAsciiStream(int arg0,
InputStream arg1,
long arg2)
throws SQLException
PreparedStatementImpl
setAsciiStream in interface PreparedStatementsetAsciiStream in class PreparedStatementImplSQLExceptionPreparedStatement.setAsciiStream(int, java.io.InputStream, int)
public void setBinaryStream(int arg0,
InputStream arg1)
throws SQLException
PreparedStatementImpl
setBinaryStream in interface PreparedStatementsetBinaryStream in class PreparedStatementImplSQLExceptionPreparedStatement.setBinaryStream(int, java.io.InputStream, int)
public void setBinaryStream(int arg0,
InputStream arg1,
long arg2)
throws SQLException
PreparedStatementImpl
setBinaryStream in interface PreparedStatementsetBinaryStream in class PreparedStatementImplSQLExceptionPreparedStatement.setBinaryStream(int, java.io.InputStream, int)
public void setBlob(int arg0,
InputStream arg1)
throws SQLException
PreparedStatementImpl
setBlob in interface PreparedStatementsetBlob in class PreparedStatementImplSQLExceptionPreparedStatement.setBlob(int, java.sql.Blob)
public void setBlob(int arg0,
InputStream arg1,
long arg2)
throws SQLException
PreparedStatementImpl
setBlob in interface PreparedStatementsetBlob in class PreparedStatementImplSQLExceptionPreparedStatement.setBlob(int, java.sql.Blob)
public void setCharacterStream(int arg0,
Reader arg1)
throws SQLException
PreparedStatementImpl
setCharacterStream in interface PreparedStatementsetCharacterStream in class PreparedStatementImplSQLExceptionPreparedStatement.setCharacterStream(int, java.io.Reader, int)
public void setCharacterStream(int arg0,
Reader arg1,
long arg2)
throws SQLException
PreparedStatementImpl
setCharacterStream in interface PreparedStatementsetCharacterStream in class PreparedStatementImplSQLExceptionPreparedStatement.setCharacterStream(int, java.io.Reader, int)
public void setClob(int arg0,
Reader arg1)
throws SQLException
PreparedStatementImpl
setClob in interface PreparedStatementsetClob in class PreparedStatementImplSQLExceptionPreparedStatement.setClob(int, java.sql.Clob)
public void setClob(int arg0,
Reader arg1,
long arg2)
throws SQLException
PreparedStatementImpl
setClob in interface PreparedStatementsetClob in class PreparedStatementImplSQLExceptionPreparedStatement.setClob(int, java.sql.Clob)
public void setNCharacterStream(int arg0,
Reader arg1)
throws SQLException
PreparedStatementImpl
setNCharacterStream in interface PreparedStatementsetNCharacterStream in class PreparedStatementImplSQLExceptionPreparedStatement.setNCharacterStream(int, java.io.Reader, long)
public void setNCharacterStream(int arg0,
Reader arg1,
long arg2)
throws SQLException
PreparedStatementImpl
setNCharacterStream in interface PreparedStatementsetNCharacterStream in class PreparedStatementImplSQLExceptionPreparedStatement.setNCharacterStream(int, java.io.Reader, long)
public void setNClob(int arg0,
NClob arg1)
throws SQLException
PreparedStatementImpl
setNClob in interface PreparedStatementsetNClob in class PreparedStatementImplSQLExceptionPreparedStatement.setNClob(int, java.sql.NClob)
public void setNClob(int arg0,
Reader arg1)
throws SQLException
PreparedStatementImpl
setNClob in interface PreparedStatementsetNClob in class PreparedStatementImplSQLExceptionPreparedStatement.setNClob(int, java.sql.NClob)
public void setNClob(int arg0,
Reader arg1,
long arg2)
throws SQLException
PreparedStatementImpl
setNClob in interface PreparedStatementsetNClob in class PreparedStatementImplSQLExceptionPreparedStatement.setNClob(int, java.sql.NClob)
public void setNString(int arg0,
String arg1)
throws SQLException
PreparedStatementImpl
setNString in interface PreparedStatementsetNString in class PreparedStatementImplSQLExceptionPreparedStatement.setNString(int, java.lang.String)
public void setPoolable(boolean arg0)
throws SQLException
PreparedStatementImpl
setPoolable in interface StatementsetPoolable in class PreparedStatementImplSQLExceptionStatement.setPoolable(boolean)
public void setRowId(int arg0,
RowId arg1)
throws SQLException
PreparedStatementImpl
setRowId in interface PreparedStatementsetRowId in class PreparedStatementImplSQLExceptionPreparedStatement.setRowId(int, java.sql.RowId)
public void setSQLXML(int arg0,
SQLXML arg1)
throws SQLException
PreparedStatementImpl
setSQLXML in interface PreparedStatementsetSQLXML in class PreparedStatementImplSQLExceptionPreparedStatement.setSQLXML(int, java.sql.SQLXML)
public Object unwrap(Class arg0)
throws SQLException
PreparedStatementImpl
unwrap in interface Wrapperunwrap in class PreparedStatementImplSQLExceptionWrapper.unwrap(java.lang.Class)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||