Map
void
addRowSetListener(RowSetListener listener)
void
void
execute()
boolean
int
int
int
int
boolean
void
removeRowSetListener(RowSetListener listener)
void
setAsciiStream(int parameterIndex, InputStream x, int length)
void
setBigDecimal(int parameterIndex, BigDecimal x)
void
setBinaryStream(int parameterIndex, InputStream x, int length)
void
setBoolean(int parameterIndex, boolean x)
void
setByte(int parameterIndex, byte x)
void
setBytes(int parameterIndex, byte[] x)
void
setCharacterStream(int parameterIndex, Reader reader, int length)
void
setCommand(String cmd)
void
setConcurrency(int concurrency)
void
setDataSourceName(String name)
void
setDouble(int parameterIndex, double x)
void
setEscapeProcessing(boolean enable)
void
setFloat(int parameterIndex, float x)
void
setInt(int parameterIndex, int x)
void
setLong(int parameterIndex, long x)
void
setMaxFieldSize(int max)
void
setMaxRows(int max)
void
setNull(int parameterIndex, int sqlType)
void
setPassword(String password)
void
setQueryTimeout(int seconds)
void
setReadOnly(boolean value)
void
setShort(int parameterIndex, short x)
void
setTimestamp(int parameterIndex, Timestamp x)
void
setTimestamp(int parameterIndex, Timestamp x, Calendar cal)
void
setTransactionIsolation(int level)
void
setType(int type)
void
setTypeMap(Map> map)
void
setUsername(String name)
absolute
, afterLast
, beforeFirst
, cancelRowUpdates
, clearWarnings
, close
, deleteRow
, findColumn
, first
, getArray
, getArray
, getAsciiStream
, getAsciiStream
, getBigDecimal
, getBigDecimal
, getBigDecimal
, getBigDecimal
, getBinaryStream
, getBinaryStream
, getBlob
, getBlob
, getBoolean
, getBoolean
, getByte
, getByte
, getBytes
, getBytes
, getCharacterStream
, getCharacterStream
, getClob
, getClob
, getConcurrency
, getCursorName
, getDate
, getDate
, getDate
, getDate
, getDouble
, getDouble
, getFetchDirection
, getFetchSize
, getFloat
, getFloat
, getInt
, getInt
, getLong
, getLong
, getMetaData
, getObject
, getObject
, getObject
, getObject
, getRef
, getRef
, getRow
, getShort
, getShort
, getStatement
, getString
, getString
, getTime
, getTime
, getTime
, getTime
, getTimestamp
, getTimestamp
, getTimestamp
, getTimestamp
, getType
, getURL
, getURL
, getUnicodeStream
, getUnicodeStream
, getWarnings
, insertRow
, isAfterLast
, isBeforeFirst
, isFirst
, isLast
, last
, moveToCurrentRow
, moveToInsertRow
, next
, previous
, refreshRow
, relative
, rowDeleted
, rowInserted
, rowUpdated
, setFetchDirection
, setFetchSize
, updateArray
, updateArray
, updateAsciiStream
, updateAsciiStream
, updateBigDecimal
, updateBigDecimal
, updateBinaryStream
, updateBinaryStream
, updateBlob
, updateBlob
, updateBoolean
, updateBoolean
, updateByte
, updateByte
, updateBytes
, updateBytes
, updateCharacterStream
, updateCharacterStream
, updateClob
, updateClob
, updateDate
, updateDate
, updateDouble
, updateDouble
, updateFloat
, updateFloat
, updateInt
, updateInt
, updateLong
, updateLong
, updateNull
, updateNull
, updateObject
, updateObject
, updateObject
, updateObject
, updateRef
, updateRef
, updateRow
, updateShort
, updateShort
, updateString
, updateString
, updateTime
, updateTime
, updateTimestamp
, updateTimestamp
, wasNull
public MapClass>> getTypeMap() throws SQLException
public void addRowSetListener(RowSetListener listener)
public void clearParameters() throws SQLException
public void execute() throws SQLException
public String getCommand()
public String getDataSourceName()
public boolean getEscapeProcessing() throws SQLException
public int getMaxFieldSize() throws SQLException
public int getMaxRows() throws SQLException
public String getPassword()
public int getQueryTimeout() throws SQLException
public int getTransactionIsolation()
public String getUrl() throws SQLException
public String getUsername()
public boolean isReadOnly()
public void removeRowSetListener(RowSetListener listener)
public void setArray(int i, Array x) throws SQLException
public void setAsciiStream(int parameterIndex, InputStream x, int length) throws SQLException
public void setBigDecimal(int parameterIndex, BigDecimal x) throws SQLException
public void setBinaryStream(int parameterIndex, InputStream x, int length) throws SQLException
public void setBlob(int i, Blob x) throws SQLException
public void setBoolean(int parameterIndex, boolean x) throws SQLException
public void setByte(int parameterIndex, byte x) throws SQLException
public void setBytes(int parameterIndex, byte[] x) throws SQLException
public void setCharacterStream(int parameterIndex, Reader reader, int length) throws SQLException
public void setClob(int i, Clob x) throws SQLException
public void setCommand(String cmd) throws SQLException
public void setConcurrency(int concurrency) throws SQLException
public void setDataSourceName(String name) throws SQLException
public void setDate(int parameterIndex, Date x) throws SQLException
public void setDate(int parameterIndex, Date x, Calendar cal) throws SQLException
public void setDouble(int parameterIndex, double x) throws SQLException
public void setEscapeProcessing(boolean enable) throws SQLException
public void setFloat(int parameterIndex, float x) throws SQLException
public void setInt(int parameterIndex, int x) throws SQLException
public void setLong(int parameterIndex, long x) throws SQLException
public void setMaxFieldSize(int max) throws SQLException
public void setMaxRows(int max) throws SQLException
public void setNull(int parameterIndex, int sqlType) throws SQLException
public void setNull(int paramIndex, int sqlType, String typeName) throws SQLException
public void setObject(int parameterIndex, Object x) throws SQLException
public void setObject(int parameterIndex, Object x, int targetSqlType) throws SQLException
public void setObject(int parameterIndex, Object x, int targetSqlType, int scale) throws SQLException
public void setPassword(String password) throws SQLException
public void setQueryTimeout(int seconds) throws SQLException
public void setReadOnly(boolean value) throws SQLException
public void setRef(int i, Ref x) throws SQLException
public void setShort(int parameterIndex, short x) throws SQLException
public void setString(int parameterIndex, String x) throws SQLException
public void setTime(int parameterIndex, Time x) throws SQLException
public void setTime(int parameterIndex, Time x, Calendar cal) throws SQLException
public void setTimestamp(int parameterIndex, Timestamp x) throws SQLException
public void setTimestamp(int parameterIndex, Timestamp x, Calendar cal) throws SQLException
public void setTransactionIsolation(int level) throws SQLException
public void setType(int type) throws SQLException
public void setTypeMap(Map> map) throws SQLException
public void setUrl(String url) throws SQLException
public void setUsername(String name) throws SQLException