public final class SimonCallableStatement extends SimonPreparedStatement implements java.sql.CallableStatement
sql
batchSql, conn, prefix, split, sqlCmdLabel, sqlNormalizer
Modifier and Type | Method and Description |
---|---|
java.sql.Array |
getArray(int i) |
java.sql.Array |
getArray(java.lang.String s) |
java.math.BigDecimal |
getBigDecimal(int i) |
java.math.BigDecimal |
getBigDecimal(int i,
int i1)
Deprecated.
|
java.math.BigDecimal |
getBigDecimal(java.lang.String s) |
java.sql.Blob |
getBlob(int i) |
java.sql.Blob |
getBlob(java.lang.String s) |
boolean |
getBoolean(int i) |
boolean |
getBoolean(java.lang.String s) |
byte |
getByte(int i) |
byte |
getByte(java.lang.String s) |
byte[] |
getBytes(int i) |
byte[] |
getBytes(java.lang.String s) |
java.io.Reader |
getCharacterStream(int i) |
java.io.Reader |
getCharacterStream(java.lang.String s) |
java.sql.Clob |
getClob(int i) |
java.sql.Clob |
getClob(java.lang.String s) |
java.sql.Date |
getDate(int i) |
java.sql.Date |
getDate(int i,
java.util.Calendar calendar) |
java.sql.Date |
getDate(java.lang.String s) |
java.sql.Date |
getDate(java.lang.String s,
java.util.Calendar calendar) |
double |
getDouble(int i) |
double |
getDouble(java.lang.String s) |
float |
getFloat(int i) |
float |
getFloat(java.lang.String s) |
int |
getInt(int i) |
int |
getInt(java.lang.String s) |
long |
getLong(int i) |
long |
getLong(java.lang.String s) |
java.io.Reader |
getNCharacterStream(int i) |
java.io.Reader |
getNCharacterStream(java.lang.String s) |
java.sql.NClob |
getNClob(int i) |
java.sql.NClob |
getNClob(java.lang.String s) |
java.lang.String |
getNString(int i) |
java.lang.String |
getNString(java.lang.String s) |
java.lang.Object |
getObject(int i) |
<T> T |
getObject(int parameterIndex,
java.lang.Class<T> type) |
java.lang.Object |
getObject(int i,
java.util.Map<java.lang.String,java.lang.Class<?>> stringClassMap) |
java.lang.Object |
getObject(java.lang.String s) |
<T> T |
getObject(java.lang.String parameterName,
java.lang.Class<T> type) |
java.lang.Object |
getObject(java.lang.String s,
java.util.Map<java.lang.String,java.lang.Class<?>> stringClassMap) |
java.sql.Ref |
getRef(int i) |
java.sql.Ref |
getRef(java.lang.String s) |
java.sql.RowId |
getRowId(int i) |
java.sql.RowId |
getRowId(java.lang.String s) |
short |
getShort(int i) |
short |
getShort(java.lang.String s) |
java.sql.SQLXML |
getSQLXML(int i) |
java.sql.SQLXML |
getSQLXML(java.lang.String s) |
java.lang.String |
getString(int i) |
java.lang.String |
getString(java.lang.String s) |
java.sql.Time |
getTime(int i) |
java.sql.Time |
getTime(int i,
java.util.Calendar calendar) |
java.sql.Time |
getTime(java.lang.String s) |
java.sql.Time |
getTime(java.lang.String s,
java.util.Calendar calendar) |
java.sql.Timestamp |
getTimestamp(int i) |
java.sql.Timestamp |
getTimestamp(int i,
java.util.Calendar calendar) |
java.sql.Timestamp |
getTimestamp(java.lang.String s) |
java.sql.Timestamp |
getTimestamp(java.lang.String s,
java.util.Calendar calendar) |
java.net.URL |
getURL(int i) |
java.net.URL |
getURL(java.lang.String s) |
void |
registerOutParameter(int i,
int i1) |
void |
registerOutParameter(int i,
int i1,
int i2) |
void |
registerOutParameter(int i,
int i1,
java.lang.String s) |
void |
registerOutParameter(java.lang.String s,
int i) |
void |
registerOutParameter(java.lang.String s,
int i,
int i1) |
void |
registerOutParameter(java.lang.String s,
int i,
java.lang.String s1) |
void |
setAsciiStream(java.lang.String s,
java.io.InputStream inputStream) |
void |
setAsciiStream(java.lang.String s,
java.io.InputStream inputStream,
int i) |
void |
setAsciiStream(java.lang.String s,
java.io.InputStream inputStream,
long l) |
void |
setBigDecimal(java.lang.String s,
java.math.BigDecimal bigDecimal) |
void |
setBinaryStream(java.lang.String s,
java.io.InputStream inputStream) |
void |
setBinaryStream(java.lang.String s,
java.io.InputStream inputStream,
int i) |
void |
setBinaryStream(java.lang.String s,
java.io.InputStream inputStream,
long l) |
void |
setBlob(java.lang.String s,
java.sql.Blob blob) |
void |
setBlob(java.lang.String s,
java.io.InputStream inputStream) |
void |
setBlob(java.lang.String s,
java.io.InputStream inputStream,
long l) |
void |
setBoolean(java.lang.String s,
boolean b) |
void |
setByte(java.lang.String s,
byte b) |
void |
setBytes(java.lang.String s,
byte[] bytes) |
void |
setCharacterStream(java.lang.String s,
java.io.Reader reader) |
void |
setCharacterStream(java.lang.String s,
java.io.Reader reader,
int i) |
void |
setCharacterStream(java.lang.String s,
java.io.Reader reader,
long l) |
void |
setClob(java.lang.String s,
java.sql.Clob clob) |
void |
setClob(java.lang.String s,
java.io.Reader reader) |
void |
setClob(java.lang.String s,
java.io.Reader reader,
long l) |
void |
setDate(java.lang.String s,
java.sql.Date date) |
void |
setDate(java.lang.String s,
java.sql.Date date,
java.util.Calendar calendar) |
void |
setDouble(java.lang.String s,
double v) |
void |
setFloat(java.lang.String s,
float v) |
void |
setInt(java.lang.String s,
int i) |
void |
setLong(java.lang.String s,
long l) |
void |
setNCharacterStream(java.lang.String s,
java.io.Reader reader) |
void |
setNCharacterStream(java.lang.String s,
java.io.Reader reader,
long l) |
void |
setNClob(java.lang.String s,
java.sql.NClob nClob) |
void |
setNClob(java.lang.String s,
java.io.Reader reader) |
void |
setNClob(java.lang.String s,
java.io.Reader reader,
long l) |
void |
setNString(java.lang.String s,
java.lang.String s1) |
void |
setNull(java.lang.String s,
int i) |
void |
setNull(java.lang.String s,
int i,
java.lang.String s1) |
void |
setObject(java.lang.String s,
java.lang.Object o) |
void |
setObject(java.lang.String s,
java.lang.Object o,
int i) |
void |
setObject(java.lang.String s,
java.lang.Object o,
int i,
int i1) |
void |
setRowId(java.lang.String s,
java.sql.RowId rowId) |
void |
setShort(java.lang.String s,
short i) |
void |
setSQLXML(java.lang.String s,
java.sql.SQLXML sqlxml) |
void |
setString(java.lang.String s,
java.lang.String s1) |
void |
setTime(java.lang.String s,
java.sql.Time time) |
void |
setTime(java.lang.String s,
java.sql.Time time,
java.util.Calendar calendar) |
void |
setTimestamp(java.lang.String s,
java.sql.Timestamp timestamp) |
void |
setTimestamp(java.lang.String s,
java.sql.Timestamp timestamp,
java.util.Calendar calendar) |
void |
setURL(java.lang.String s,
java.net.URL url) |
boolean |
wasNull() |
addBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setObject, setObject, setObject, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL
addBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, finish, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, prepare, prepare, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, startSplit, unwrap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setObject, setObject, setObject, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL
addBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout
public void registerOutParameter(int i, int i1) throws java.sql.SQLException
registerOutParameter
in interface java.sql.CallableStatement
java.sql.SQLException
public void registerOutParameter(int i, int i1, int i2) throws java.sql.SQLException
registerOutParameter
in interface java.sql.CallableStatement
java.sql.SQLException
public boolean wasNull() throws java.sql.SQLException
wasNull
in interface java.sql.CallableStatement
java.sql.SQLException
public java.lang.String getString(int i) throws java.sql.SQLException
getString
in interface java.sql.CallableStatement
java.sql.SQLException
public boolean getBoolean(int i) throws java.sql.SQLException
getBoolean
in interface java.sql.CallableStatement
java.sql.SQLException
public byte getByte(int i) throws java.sql.SQLException
getByte
in interface java.sql.CallableStatement
java.sql.SQLException
public short getShort(int i) throws java.sql.SQLException
getShort
in interface java.sql.CallableStatement
java.sql.SQLException
public int getInt(int i) throws java.sql.SQLException
getInt
in interface java.sql.CallableStatement
java.sql.SQLException
public long getLong(int i) throws java.sql.SQLException
getLong
in interface java.sql.CallableStatement
java.sql.SQLException
public float getFloat(int i) throws java.sql.SQLException
getFloat
in interface java.sql.CallableStatement
java.sql.SQLException
public double getDouble(int i) throws java.sql.SQLException
getDouble
in interface java.sql.CallableStatement
java.sql.SQLException
@Deprecated public java.math.BigDecimal getBigDecimal(int i, int i1) throws java.sql.SQLException
getBigDecimal
in interface java.sql.CallableStatement
java.sql.SQLException
public byte[] getBytes(int i) throws java.sql.SQLException
getBytes
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Date getDate(int i) throws java.sql.SQLException
getDate
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Time getTime(int i) throws java.sql.SQLException
getTime
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Timestamp getTimestamp(int i) throws java.sql.SQLException
getTimestamp
in interface java.sql.CallableStatement
java.sql.SQLException
public java.lang.Object getObject(int i) throws java.sql.SQLException
getObject
in interface java.sql.CallableStatement
java.sql.SQLException
public java.math.BigDecimal getBigDecimal(int i) throws java.sql.SQLException
getBigDecimal
in interface java.sql.CallableStatement
java.sql.SQLException
public java.lang.Object getObject(int i, java.util.Map<java.lang.String,java.lang.Class<?>> stringClassMap) throws java.sql.SQLException
getObject
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Ref getRef(int i) throws java.sql.SQLException
getRef
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Blob getBlob(int i) throws java.sql.SQLException
getBlob
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Clob getClob(int i) throws java.sql.SQLException
getClob
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Array getArray(int i) throws java.sql.SQLException
getArray
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Date getDate(int i, java.util.Calendar calendar) throws java.sql.SQLException
getDate
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Time getTime(int i, java.util.Calendar calendar) throws java.sql.SQLException
getTime
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Timestamp getTimestamp(int i, java.util.Calendar calendar) throws java.sql.SQLException
getTimestamp
in interface java.sql.CallableStatement
java.sql.SQLException
public void registerOutParameter(int i, int i1, java.lang.String s) throws java.sql.SQLException
registerOutParameter
in interface java.sql.CallableStatement
java.sql.SQLException
public void registerOutParameter(java.lang.String s, int i) throws java.sql.SQLException
registerOutParameter
in interface java.sql.CallableStatement
java.sql.SQLException
public void registerOutParameter(java.lang.String s, int i, int i1) throws java.sql.SQLException
registerOutParameter
in interface java.sql.CallableStatement
java.sql.SQLException
public void registerOutParameter(java.lang.String s, int i, java.lang.String s1) throws java.sql.SQLException
registerOutParameter
in interface java.sql.CallableStatement
java.sql.SQLException
public java.net.URL getURL(int i) throws java.sql.SQLException
getURL
in interface java.sql.CallableStatement
java.sql.SQLException
public void setURL(java.lang.String s, java.net.URL url) throws java.sql.SQLException
setURL
in interface java.sql.CallableStatement
java.sql.SQLException
public void setNull(java.lang.String s, int i) throws java.sql.SQLException
setNull
in interface java.sql.CallableStatement
java.sql.SQLException
public void setBoolean(java.lang.String s, boolean b) throws java.sql.SQLException
setBoolean
in interface java.sql.CallableStatement
java.sql.SQLException
public void setByte(java.lang.String s, byte b) throws java.sql.SQLException
setByte
in interface java.sql.CallableStatement
java.sql.SQLException
public void setShort(java.lang.String s, short i) throws java.sql.SQLException
setShort
in interface java.sql.CallableStatement
java.sql.SQLException
public void setInt(java.lang.String s, int i) throws java.sql.SQLException
setInt
in interface java.sql.CallableStatement
java.sql.SQLException
public void setLong(java.lang.String s, long l) throws java.sql.SQLException
setLong
in interface java.sql.CallableStatement
java.sql.SQLException
public void setFloat(java.lang.String s, float v) throws java.sql.SQLException
setFloat
in interface java.sql.CallableStatement
java.sql.SQLException
public void setDouble(java.lang.String s, double v) throws java.sql.SQLException
setDouble
in interface java.sql.CallableStatement
java.sql.SQLException
public void setBigDecimal(java.lang.String s, java.math.BigDecimal bigDecimal) throws java.sql.SQLException
setBigDecimal
in interface java.sql.CallableStatement
java.sql.SQLException
public void setString(java.lang.String s, java.lang.String s1) throws java.sql.SQLException
setString
in interface java.sql.CallableStatement
java.sql.SQLException
public void setBytes(java.lang.String s, byte[] bytes) throws java.sql.SQLException
setBytes
in interface java.sql.CallableStatement
java.sql.SQLException
public void setDate(java.lang.String s, java.sql.Date date) throws java.sql.SQLException
setDate
in interface java.sql.CallableStatement
java.sql.SQLException
public void setTime(java.lang.String s, java.sql.Time time) throws java.sql.SQLException
setTime
in interface java.sql.CallableStatement
java.sql.SQLException
public void setTimestamp(java.lang.String s, java.sql.Timestamp timestamp) throws java.sql.SQLException
setTimestamp
in interface java.sql.CallableStatement
java.sql.SQLException
public void setAsciiStream(java.lang.String s, java.io.InputStream inputStream, int i) throws java.sql.SQLException
setAsciiStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setBinaryStream(java.lang.String s, java.io.InputStream inputStream, int i) throws java.sql.SQLException
setBinaryStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setObject(java.lang.String s, java.lang.Object o, int i, int i1) throws java.sql.SQLException
setObject
in interface java.sql.CallableStatement
java.sql.SQLException
public void setObject(java.lang.String s, java.lang.Object o, int i) throws java.sql.SQLException
setObject
in interface java.sql.CallableStatement
java.sql.SQLException
public void setObject(java.lang.String s, java.lang.Object o) throws java.sql.SQLException
setObject
in interface java.sql.CallableStatement
java.sql.SQLException
public void setCharacterStream(java.lang.String s, java.io.Reader reader, int i) throws java.sql.SQLException
setCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setDate(java.lang.String s, java.sql.Date date, java.util.Calendar calendar) throws java.sql.SQLException
setDate
in interface java.sql.CallableStatement
java.sql.SQLException
public void setTime(java.lang.String s, java.sql.Time time, java.util.Calendar calendar) throws java.sql.SQLException
setTime
in interface java.sql.CallableStatement
java.sql.SQLException
public void setTimestamp(java.lang.String s, java.sql.Timestamp timestamp, java.util.Calendar calendar) throws java.sql.SQLException
setTimestamp
in interface java.sql.CallableStatement
java.sql.SQLException
public void setNull(java.lang.String s, int i, java.lang.String s1) throws java.sql.SQLException
setNull
in interface java.sql.CallableStatement
java.sql.SQLException
public java.lang.String getString(java.lang.String s) throws java.sql.SQLException
getString
in interface java.sql.CallableStatement
java.sql.SQLException
public boolean getBoolean(java.lang.String s) throws java.sql.SQLException
getBoolean
in interface java.sql.CallableStatement
java.sql.SQLException
public byte getByte(java.lang.String s) throws java.sql.SQLException
getByte
in interface java.sql.CallableStatement
java.sql.SQLException
public short getShort(java.lang.String s) throws java.sql.SQLException
getShort
in interface java.sql.CallableStatement
java.sql.SQLException
public int getInt(java.lang.String s) throws java.sql.SQLException
getInt
in interface java.sql.CallableStatement
java.sql.SQLException
public long getLong(java.lang.String s) throws java.sql.SQLException
getLong
in interface java.sql.CallableStatement
java.sql.SQLException
public float getFloat(java.lang.String s) throws java.sql.SQLException
getFloat
in interface java.sql.CallableStatement
java.sql.SQLException
public double getDouble(java.lang.String s) throws java.sql.SQLException
getDouble
in interface java.sql.CallableStatement
java.sql.SQLException
public byte[] getBytes(java.lang.String s) throws java.sql.SQLException
getBytes
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Date getDate(java.lang.String s) throws java.sql.SQLException
getDate
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Time getTime(java.lang.String s) throws java.sql.SQLException
getTime
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Timestamp getTimestamp(java.lang.String s) throws java.sql.SQLException
getTimestamp
in interface java.sql.CallableStatement
java.sql.SQLException
public java.lang.Object getObject(java.lang.String s) throws java.sql.SQLException
getObject
in interface java.sql.CallableStatement
java.sql.SQLException
public java.math.BigDecimal getBigDecimal(java.lang.String s) throws java.sql.SQLException
getBigDecimal
in interface java.sql.CallableStatement
java.sql.SQLException
public java.lang.Object getObject(java.lang.String s, java.util.Map<java.lang.String,java.lang.Class<?>> stringClassMap) throws java.sql.SQLException
getObject
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Ref getRef(java.lang.String s) throws java.sql.SQLException
getRef
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Blob getBlob(java.lang.String s) throws java.sql.SQLException
getBlob
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Clob getClob(java.lang.String s) throws java.sql.SQLException
getClob
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Array getArray(java.lang.String s) throws java.sql.SQLException
getArray
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Date getDate(java.lang.String s, java.util.Calendar calendar) throws java.sql.SQLException
getDate
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Time getTime(java.lang.String s, java.util.Calendar calendar) throws java.sql.SQLException
getTime
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Timestamp getTimestamp(java.lang.String s, java.util.Calendar calendar) throws java.sql.SQLException
getTimestamp
in interface java.sql.CallableStatement
java.sql.SQLException
public java.net.URL getURL(java.lang.String s) throws java.sql.SQLException
getURL
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.RowId getRowId(int i) throws java.sql.SQLException
getRowId
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.RowId getRowId(java.lang.String s) throws java.sql.SQLException
getRowId
in interface java.sql.CallableStatement
java.sql.SQLException
public void setRowId(java.lang.String s, java.sql.RowId rowId) throws java.sql.SQLException
setRowId
in interface java.sql.CallableStatement
java.sql.SQLException
public void setNString(java.lang.String s, java.lang.String s1) throws java.sql.SQLException
setNString
in interface java.sql.CallableStatement
java.sql.SQLException
public void setNCharacterStream(java.lang.String s, java.io.Reader reader, long l) throws java.sql.SQLException
setNCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setNClob(java.lang.String s, java.sql.NClob nClob) throws java.sql.SQLException
setNClob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setClob(java.lang.String s, java.io.Reader reader, long l) throws java.sql.SQLException
setClob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setBlob(java.lang.String s, java.io.InputStream inputStream, long l) throws java.sql.SQLException
setBlob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setNClob(java.lang.String s, java.io.Reader reader, long l) throws java.sql.SQLException
setNClob
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.NClob getNClob(int i) throws java.sql.SQLException
getNClob
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.NClob getNClob(java.lang.String s) throws java.sql.SQLException
getNClob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setSQLXML(java.lang.String s, java.sql.SQLXML sqlxml) throws java.sql.SQLException
setSQLXML
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.SQLXML getSQLXML(int i) throws java.sql.SQLException
getSQLXML
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.SQLXML getSQLXML(java.lang.String s) throws java.sql.SQLException
getSQLXML
in interface java.sql.CallableStatement
java.sql.SQLException
public java.lang.String getNString(int i) throws java.sql.SQLException
getNString
in interface java.sql.CallableStatement
java.sql.SQLException
public java.lang.String getNString(java.lang.String s) throws java.sql.SQLException
getNString
in interface java.sql.CallableStatement
java.sql.SQLException
public java.io.Reader getNCharacterStream(int i) throws java.sql.SQLException
getNCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public java.io.Reader getNCharacterStream(java.lang.String s) throws java.sql.SQLException
getNCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public java.io.Reader getCharacterStream(int i) throws java.sql.SQLException
getCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public java.io.Reader getCharacterStream(java.lang.String s) throws java.sql.SQLException
getCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setBlob(java.lang.String s, java.sql.Blob blob) throws java.sql.SQLException
setBlob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setClob(java.lang.String s, java.sql.Clob clob) throws java.sql.SQLException
setClob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setAsciiStream(java.lang.String s, java.io.InputStream inputStream, long l) throws java.sql.SQLException
setAsciiStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setBinaryStream(java.lang.String s, java.io.InputStream inputStream, long l) throws java.sql.SQLException
setBinaryStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setCharacterStream(java.lang.String s, java.io.Reader reader, long l) throws java.sql.SQLException
setCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setAsciiStream(java.lang.String s, java.io.InputStream inputStream) throws java.sql.SQLException
setAsciiStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setBinaryStream(java.lang.String s, java.io.InputStream inputStream) throws java.sql.SQLException
setBinaryStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setCharacterStream(java.lang.String s, java.io.Reader reader) throws java.sql.SQLException
setCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setNCharacterStream(java.lang.String s, java.io.Reader reader) throws java.sql.SQLException
setNCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setClob(java.lang.String s, java.io.Reader reader) throws java.sql.SQLException
setClob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setBlob(java.lang.String s, java.io.InputStream inputStream) throws java.sql.SQLException
setBlob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setNClob(java.lang.String s, java.io.Reader reader) throws java.sql.SQLException
setNClob
in interface java.sql.CallableStatement
java.sql.SQLException
public <T> T getObject(int parameterIndex, java.lang.Class<T> type) throws java.sql.SQLException
getObject
in interface java.sql.CallableStatement
java.sql.SQLException
public <T> T getObject(java.lang.String parameterName, java.lang.Class<T> type) throws java.sql.SQLException
getObject
in interface java.sql.CallableStatement
java.sql.SQLException
Copyright © 2018. All Rights Reserved.