public class AmbitRows<T> extends net.idea.modbcum.p.AbstractDBProcessor<T,net.idea.modbcum.i.IQueryRetrieval> implements PropertyChangeListener
| Modifier and Type | Field and Description |
|---|---|
protected QueryExecutor<net.idea.modbcum.i.IQueryRetrieval<T>> |
executor |
protected String |
propertyname |
protected net.idea.modbcum.i.IQueryRetrieval<T> |
query |
protected boolean |
ready |
protected CachedRowSet |
rowset |
| Constructor and Description |
|---|
AmbitRows() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
absolute(int row) |
void |
acceptChanges() |
void |
acceptChanges(Connection con) |
void |
addRowSetListener(RowSetListener listener) |
void |
afterLast() |
void |
beforeFirst() |
void |
cancelRowUpdates() |
void |
clearParameters() |
void |
clearWarnings() |
void |
close() |
boolean |
columnUpdated(int idx) |
boolean |
columnUpdated(String columnName) |
void |
commit() |
CachedRowSet |
createCopy() |
CachedRowSet |
createCopyNoConstraints() |
CachedRowSet |
createCopySchema() |
protected net.idea.modbcum.i.IQueryRetrieval |
createNewQuery(T target) |
RowSet |
createShared() |
void |
deleteRow() |
void |
execute() |
void |
execute(Connection conn) |
protected void |
finalize() |
int |
findColumn(String columnName) |
boolean |
first() |
Array |
getArray(int i) |
Array |
getArray(String colName) |
InputStream |
getAsciiStream(int columnIndex) |
InputStream |
getAsciiStream(String columnName) |
BigDecimal |
getBigDecimal(int columnIndex) |
BigDecimal |
getBigDecimal(int columnIndex,
int scale) |
BigDecimal |
getBigDecimal(String columnName) |
BigDecimal |
getBigDecimal(String columnName,
int scale) |
InputStream |
getBinaryStream(int columnIndex) |
InputStream |
getBinaryStream(String columnName) |
Blob |
getBlob(int i) |
Blob |
getBlob(String colName) |
boolean |
getBoolean(int columnIndex) |
boolean |
getBoolean(String columnName) |
byte |
getByte(int columnIndex) |
byte |
getByte(String columnName) |
byte[] |
getBytes(int columnIndex) |
byte[] |
getBytes(String columnName) |
Reader |
getCharacterStream(int columnIndex) |
Reader |
getCharacterStream(String columnName) |
Clob |
getClob(int i) |
Clob |
getClob(String colName) |
String |
getCommand() |
int |
getConcurrency() |
String |
getCursorName() |
String |
getDataSourceName() |
Date |
getDate(int columnIndex) |
Date |
getDate(int columnIndex,
Calendar cal) |
Date |
getDate(String columnName) |
Date |
getDate(String columnName,
Calendar cal) |
double |
getDouble(int columnIndex) |
double |
getDouble(String columnName) |
boolean |
getEscapeProcessing() |
int |
getFetchDirection() |
int |
getFetchSize() |
float |
getFloat(int columnIndex) |
float |
getFloat(String columnName) |
int |
getInt(int columnIndex) |
int |
getInt(String columnName) |
int[] |
getKeyColumns() |
long |
getLong(int columnIndex) |
long |
getLong(String columnName) |
int[] |
getMatchColumnIndexes() |
String[] |
getMatchColumnNames() |
int |
getMaxFieldSize() |
int |
getMaxRows() |
ResultSetMetaData |
getMetaData() |
T |
getObject() |
Object |
getObject(int columnIndex) |
Object |
getObject(int i,
Map<String,Class<?>> map) |
Object |
getObject(String columnName) |
Object |
getObject(String colName,
Map<String,Class<?>> map) |
ResultSet |
getOriginal() |
ResultSet |
getOriginalRow() |
int |
getPageSize() |
String |
getPassword() |
String |
getPropertyname() |
net.idea.modbcum.i.IQueryRetrieval<T> |
getQuery() |
int |
getQueryTimeout() |
Ref |
getRef(int i) |
Ref |
getRef(String colName) |
int |
getRow() |
CachedRowSet |
getRowSet() |
RowSetWarning |
getRowSetWarnings() |
short |
getShort(int columnIndex) |
short |
getShort(String columnName) |
boolean |
getShowDeleted() |
Statement |
getStatement() |
String |
getString(int columnIndex) |
String |
getString(String columnName) |
SyncProvider |
getSyncProvider() |
String |
getTableName() |
Time |
getTime(int columnIndex) |
Time |
getTime(int columnIndex,
Calendar cal) |
Time |
getTime(String columnName) |
Time |
getTime(String columnName,
Calendar cal) |
Timestamp |
getTimestamp(int columnIndex) |
Timestamp |
getTimestamp(int columnIndex,
Calendar cal) |
Timestamp |
getTimestamp(String columnName) |
Timestamp |
getTimestamp(String columnName,
Calendar cal) |
int |
getTransactionIsolation() |
int |
getType() |
Map<String,Class<?>> |
getTypeMap() |
InputStream |
getUnicodeStream(int columnIndex) |
InputStream |
getUnicodeStream(String columnName) |
String |
getUrl() |
URL |
getURL(int columnIndex) |
URL |
getURL(String columnName) |
String |
getUsername() |
SQLWarning |
getWarnings() |
void |
insertRow() |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
isReadOnly() |
boolean |
isReady() |
boolean |
last() |
void |
moveToCurrentRow() |
void |
moveToInsertRow() |
boolean |
next() |
boolean |
nextPage() |
void |
open() |
void |
populate(ResultSet data) |
void |
populate(ResultSet rs,
int startRow) |
boolean |
previous() |
boolean |
previousPage() |
net.idea.modbcum.i.IQueryRetrieval |
process(T target) |
void |
propertyChange(PropertyChangeEvent evt) |
void |
refreshRow() |
boolean |
relative(int rows) |
void |
release() |
void |
removeRowSetListener(RowSetListener listener) |
void |
restoreOriginal() |
void |
rollback() |
void |
rollback(Savepoint s) |
boolean |
rowDeleted() |
boolean |
rowInserted() |
void |
rowSetPopulated(RowSetEvent event,
int numRows) |
boolean |
rowUpdated() |
void |
setArray(int i,
Array x) |
void |
setAsciiStream(int parameterIndex,
InputStream x,
int length) |
void |
setBigDecimal(int parameterIndex,
BigDecimal x) |
void |
setBinaryStream(int parameterIndex,
InputStream x,
int length) |
void |
setBlob(int i,
Blob x) |
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 |
setClob(int i,
Clob x) |
void |
setCommand(String cmd) |
void |
setConcurrency(int concurrency) |
void |
setDataSourceName(String name) |
void |
setDate(int parameterIndex,
Date x) |
void |
setDate(int parameterIndex,
Date x,
Calendar cal) |
void |
setDouble(int parameterIndex,
double x) |
void |
setEscapeProcessing(boolean enable) |
void |
setFetchDirection(int direction) |
void |
setFetchSize(int rows) |
void |
setFloat(int parameterIndex,
float x) |
void |
setInt(int parameterIndex,
int x) |
void |
setKeyColumns(int[] keys) |
void |
setLong(int parameterIndex,
long x) |
void |
setMatchColumn(int columnIdx) |
void |
setMatchColumn(int[] columnIdxes) |
void |
setMatchColumn(String columnName) |
void |
setMatchColumn(String[] columnNames) |
void |
setMaxFieldSize(int max) |
void |
setMaxRows(int max) |
void |
setMetaData(RowSetMetaData md) |
void |
setNull(int parameterIndex,
int sqlType) |
void |
setNull(int paramIndex,
int sqlType,
String typeName) |
void |
setObject(int parameterIndex,
Object x) |
void |
setObject(int parameterIndex,
Object x,
int targetSqlType) |
void |
setObject(int parameterIndex,
Object x,
int targetSqlType,
int scale) |
void |
setObject(T object) |
void |
setOriginalRow() |
void |
setPageSize(int size) |
void |
setPassword(String password) |
void |
setPropertyname(String propertyname) |
void |
setQuery(net.idea.modbcum.i.IQueryRetrieval<T> query) |
void |
setQueryTimeout(int seconds) |
void |
setReadOnly(boolean value) |
void |
setReady(boolean ready) |
void |
setRef(int i,
Ref x) |
void |
setShort(int parameterIndex,
short x) |
void |
setShowDeleted(boolean b) |
void |
setString(int parameterIndex,
String x) |
void |
setSyncProvider(String provider) |
void |
setTableName(String tabName) |
void |
setTime(int parameterIndex,
Time x) |
void |
setTime(int parameterIndex,
Time x,
Calendar cal) |
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<String,Class<?>> map) |
void |
setUrl(String url) |
void |
setUsername(String name) |
int |
size() |
Collection<?> |
toCollection() |
Collection<?> |
toCollection(int column) |
Collection<?> |
toCollection(String column) |
void |
undoDelete() |
void |
undoInsert() |
void |
undoUpdate() |
void |
unsetMatchColumn(int columnIdx) |
void |
unsetMatchColumn(int[] columnIdxes) |
void |
unsetMatchColumn(String columnName) |
void |
unsetMatchColumn(String[] columnName) |
void |
updateArray(int columnIndex,
Array x) |
void |
updateArray(String columnName,
Array x) |
void |
updateAsciiStream(int columnIndex,
InputStream x,
int length) |
void |
updateAsciiStream(String columnName,
InputStream x,
int length) |
void |
updateBigDecimal(int columnIndex,
BigDecimal x) |
void |
updateBigDecimal(String columnName,
BigDecimal x) |
void |
updateBinaryStream(int columnIndex,
InputStream x,
int length) |
void |
updateBinaryStream(String columnName,
InputStream x,
int length) |
void |
updateBlob(int columnIndex,
Blob x) |
void |
updateBlob(String columnName,
Blob x) |
void |
updateBoolean(int columnIndex,
boolean x) |
void |
updateBoolean(String columnName,
boolean x) |
void |
updateByte(int columnIndex,
byte x) |
void |
updateByte(String columnName,
byte x) |
void |
updateBytes(int columnIndex,
byte[] x) |
void |
updateBytes(String columnName,
byte[] x) |
void |
updateCharacterStream(int columnIndex,
Reader x,
int length) |
void |
updateCharacterStream(String columnName,
Reader reader,
int length) |
void |
updateClob(int columnIndex,
Clob x) |
void |
updateClob(String columnName,
Clob x) |
void |
updateDate(int columnIndex,
Date x) |
void |
updateDate(String columnName,
Date x) |
void |
updateDouble(int columnIndex,
double x) |
void |
updateDouble(String columnName,
double x) |
void |
updateFloat(int columnIndex,
float x) |
void |
updateFloat(String columnName,
float x) |
void |
updateInt(int columnIndex,
int x) |
void |
updateInt(String columnName,
int x) |
void |
updateLong(int columnIndex,
long x) |
void |
updateLong(String columnName,
long x) |
void |
updateNull(int columnIndex) |
void |
updateNull(String columnName) |
void |
updateObject(int columnIndex,
Object x) |
void |
updateObject(int columnIndex,
Object x,
int scale) |
void |
updateObject(String columnName,
Object x) |
void |
updateObject(String columnName,
Object x,
int scale) |
void |
updateRef(int columnIndex,
Ref x) |
void |
updateRef(String columnName,
Ref x) |
void |
updateRow() |
void |
updateShort(int columnIndex,
short x) |
void |
updateShort(String columnName,
short x) |
void |
updateString(int columnIndex,
String x) |
void |
updateString(String columnName,
String x) |
void |
updateTime(int columnIndex,
Time x) |
void |
updateTime(String columnName,
Time x) |
void |
updateTimestamp(int columnIndex,
Timestamp x) |
void |
updateTimestamp(String columnName,
Timestamp x) |
boolean |
wasNull() |
getConnection, isCloseConnection, isEnabled, setCloseConnection, setConnectionaddPropertyChangeListener, addPropertyChangeListener, getID, removePropertyChangeListener, removePropertyChangeListener, setEnabled, toStringprotected net.idea.modbcum.i.IQueryRetrieval<T> query
protected CachedRowSet rowset
protected QueryExecutor<net.idea.modbcum.i.IQueryRetrieval<T>> executor
protected String propertyname
protected boolean ready
public CachedRowSet getRowSet()
public boolean isReady()
public void setReady(boolean ready)
public String getPropertyname()
public void setPropertyname(String propertyname)
protected net.idea.modbcum.i.IQueryRetrieval createNewQuery(T target) throws net.idea.modbcum.i.exceptions.AmbitException
net.idea.modbcum.i.exceptions.AmbitExceptionpublic net.idea.modbcum.i.IQueryRetrieval process(T target) throws net.idea.modbcum.i.exceptions.AmbitException
process in interface net.idea.modbcum.i.processors.IProcessor<T,net.idea.modbcum.i.IQueryRetrieval>net.idea.modbcum.i.exceptions.AmbitExceptionpublic T getObject() throws net.idea.modbcum.i.exceptions.AmbitException
net.idea.modbcum.i.exceptions.AmbitExceptionpublic void setObject(T object) throws net.idea.modbcum.i.exceptions.AmbitException
net.idea.modbcum.i.exceptions.AmbitExceptionpublic void open()
throws net.idea.modbcum.i.exceptions.DbAmbitException
protected void finalize()
throws Throwable
public net.idea.modbcum.i.IQueryRetrieval<T> getQuery()
public void setQuery(net.idea.modbcum.i.IQueryRetrieval<T> query) throws net.idea.modbcum.i.exceptions.AmbitException
net.idea.modbcum.i.exceptions.AmbitExceptionpublic void populate(ResultSet data) throws SQLException
SQLExceptionpublic void populate(ResultSet rs, int startRow) throws SQLException
SQLExceptionpublic void acceptChanges()
throws SyncProviderException
SyncProviderExceptionpublic void acceptChanges(Connection con) throws SyncProviderException
SyncProviderExceptionpublic boolean columnUpdated(int idx)
throws SQLException
SQLExceptionpublic boolean columnUpdated(String columnName) throws SQLException
SQLExceptionpublic void commit()
throws SQLException
SQLExceptionpublic CachedRowSet createCopy() throws SQLException
SQLExceptionpublic CachedRowSet createCopyNoConstraints() throws SQLException
SQLExceptionpublic CachedRowSet createCopySchema() throws SQLException
SQLExceptionpublic RowSet createShared() throws SQLException
SQLExceptionpublic void execute(Connection conn) throws SQLException
SQLExceptionpublic int[] getKeyColumns()
throws SQLException
SQLExceptionpublic ResultSet getOriginal() throws SQLException
SQLExceptionpublic ResultSet getOriginalRow() throws SQLException
SQLExceptionpublic int getPageSize()
public RowSetWarning getRowSetWarnings() throws SQLException
SQLExceptionpublic boolean getShowDeleted()
throws SQLException
SQLExceptionpublic SyncProvider getSyncProvider() throws SQLException
SQLExceptionpublic String getTableName() throws SQLException
SQLExceptionpublic boolean nextPage()
throws SQLException
SQLExceptionpublic boolean previousPage()
throws SQLException
SQLExceptionpublic void release()
throws SQLException
SQLExceptionpublic void restoreOriginal()
throws SQLException
SQLExceptionpublic void rollback()
throws SQLException
SQLExceptionpublic void rollback(Savepoint s) throws SQLException
SQLExceptionpublic void rowSetPopulated(RowSetEvent event, int numRows) throws SQLException
SQLExceptionpublic void setKeyColumns(int[] keys)
throws SQLException
SQLExceptionpublic void setMetaData(RowSetMetaData md) throws SQLException
SQLExceptionpublic void setOriginalRow()
throws SQLException
SQLExceptionpublic void setPageSize(int size)
throws SQLException
SQLExceptionpublic void setShowDeleted(boolean b)
throws SQLException
SQLExceptionpublic void setSyncProvider(String provider) throws SQLException
SQLExceptionpublic void setTableName(String tabName) throws SQLException
SQLExceptionpublic int size()
public Collection<?> toCollection() throws SQLException
SQLExceptionpublic Collection<?> toCollection(int column) throws SQLException
SQLExceptionpublic Collection<?> toCollection(String column) throws SQLException
SQLExceptionpublic void undoDelete()
throws SQLException
SQLExceptionpublic void undoInsert()
throws SQLException
SQLExceptionpublic void undoUpdate()
throws SQLException
SQLExceptionpublic void addRowSetListener(RowSetListener listener)
public void clearParameters()
throws SQLException
SQLExceptionpublic void execute()
throws SQLException
SQLExceptionpublic String getCommand()
public String getDataSourceName()
public boolean getEscapeProcessing()
throws SQLException
SQLExceptionpublic int getMaxFieldSize()
throws SQLException
SQLExceptionpublic int getMaxRows()
throws SQLException
SQLExceptionpublic String getPassword()
public int getQueryTimeout()
throws SQLException
SQLExceptionpublic int getTransactionIsolation()
public Map<String,Class<?>> getTypeMap() throws SQLException
SQLExceptionpublic String getUrl() throws SQLException
SQLExceptionpublic String getUsername()
public boolean isReadOnly()
public void removeRowSetListener(RowSetListener listener)
public void setArray(int i,
Array x)
throws SQLException
SQLExceptionpublic void setAsciiStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
SQLExceptionpublic void setBigDecimal(int parameterIndex,
BigDecimal x)
throws SQLException
SQLExceptionpublic void setBinaryStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
SQLExceptionpublic void setBlob(int i,
Blob x)
throws SQLException
SQLExceptionpublic void setBoolean(int parameterIndex,
boolean x)
throws SQLException
SQLExceptionpublic void setByte(int parameterIndex,
byte x)
throws SQLException
SQLExceptionpublic void setBytes(int parameterIndex,
byte[] x)
throws SQLException
SQLExceptionpublic void setCharacterStream(int parameterIndex,
Reader reader,
int length)
throws SQLException
SQLExceptionpublic void setClob(int i,
Clob x)
throws SQLException
SQLExceptionpublic void setCommand(String cmd) throws SQLException
SQLExceptionpublic void setConcurrency(int concurrency)
throws SQLException
SQLExceptionpublic void setDataSourceName(String name) throws SQLException
SQLExceptionpublic void setDate(int parameterIndex,
Date x)
throws SQLException
SQLExceptionpublic void setDate(int parameterIndex,
Date x,
Calendar cal)
throws SQLException
SQLExceptionpublic void setDouble(int parameterIndex,
double x)
throws SQLException
SQLExceptionpublic void setEscapeProcessing(boolean enable)
throws SQLException
SQLExceptionpublic void setFloat(int parameterIndex,
float x)
throws SQLException
SQLExceptionpublic void setInt(int parameterIndex,
int x)
throws SQLException
SQLExceptionpublic void setLong(int parameterIndex,
long x)
throws SQLException
SQLExceptionpublic void setMaxFieldSize(int max)
throws SQLException
SQLExceptionpublic void setMaxRows(int max)
throws SQLException
SQLExceptionpublic void setNull(int parameterIndex,
int sqlType)
throws SQLException
SQLExceptionpublic void setNull(int paramIndex,
int sqlType,
String typeName)
throws SQLException
SQLExceptionpublic void setObject(int parameterIndex,
Object x)
throws SQLException
SQLExceptionpublic void setObject(int parameterIndex,
Object x,
int targetSqlType)
throws SQLException
SQLExceptionpublic void setObject(int parameterIndex,
Object x,
int targetSqlType,
int scale)
throws SQLException
SQLExceptionpublic void setPassword(String password) throws SQLException
SQLExceptionpublic void setQueryTimeout(int seconds)
throws SQLException
SQLExceptionpublic void setReadOnly(boolean value)
throws SQLException
SQLExceptionpublic void setRef(int i,
Ref x)
throws SQLException
SQLExceptionpublic void setShort(int parameterIndex,
short x)
throws SQLException
SQLExceptionpublic void setString(int parameterIndex,
String x)
throws SQLException
SQLExceptionpublic void setTime(int parameterIndex,
Time x)
throws SQLException
SQLExceptionpublic void setTime(int parameterIndex,
Time x,
Calendar cal)
throws SQLException
SQLExceptionpublic void setTimestamp(int parameterIndex,
Timestamp x)
throws SQLException
SQLExceptionpublic void setTimestamp(int parameterIndex,
Timestamp x,
Calendar cal)
throws SQLException
SQLExceptionpublic void setTransactionIsolation(int level)
throws SQLException
SQLExceptionpublic void setType(int type)
throws SQLException
SQLExceptionpublic void setTypeMap(Map<String,Class<?>> map) throws SQLException
SQLExceptionpublic void setUrl(String url) throws SQLException
SQLExceptionpublic void setUsername(String name) throws SQLException
SQLExceptionpublic boolean absolute(int row)
throws SQLException
SQLExceptionpublic void afterLast()
throws SQLException
SQLExceptionpublic void beforeFirst()
throws SQLException
SQLExceptionpublic void cancelRowUpdates()
throws SQLException
SQLExceptionpublic void clearWarnings()
throws SQLException
SQLExceptionpublic void close()
throws SQLException
close in interface net.idea.modbcum.i.processors.IProcessor<T,net.idea.modbcum.i.IQueryRetrieval>close in class net.idea.modbcum.p.AbstractDBProcessor<T,net.idea.modbcum.i.IQueryRetrieval>SQLExceptionpublic void deleteRow()
throws SQLException
SQLExceptionpublic int findColumn(String columnName) throws SQLException
SQLExceptionpublic boolean first()
throws SQLException
SQLExceptionpublic Array getArray(int i) throws SQLException
SQLExceptionpublic Array getArray(String colName) throws SQLException
SQLExceptionpublic InputStream getAsciiStream(int columnIndex) throws SQLException
SQLExceptionpublic InputStream getAsciiStream(String columnName) throws SQLException
SQLExceptionpublic BigDecimal getBigDecimal(int columnIndex) throws SQLException
SQLExceptionpublic BigDecimal getBigDecimal(String columnName) throws SQLException
SQLExceptionpublic BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException
SQLExceptionpublic BigDecimal getBigDecimal(String columnName, int scale) throws SQLException
SQLExceptionpublic InputStream getBinaryStream(int columnIndex) throws SQLException
SQLExceptionpublic InputStream getBinaryStream(String columnName) throws SQLException
SQLExceptionpublic Blob getBlob(int i) throws SQLException
SQLExceptionpublic Blob getBlob(String colName) throws SQLException
SQLExceptionpublic boolean getBoolean(int columnIndex)
throws SQLException
SQLExceptionpublic boolean getBoolean(String columnName) throws SQLException
SQLExceptionpublic byte getByte(int columnIndex)
throws SQLException
SQLExceptionpublic byte getByte(String columnName) throws SQLException
SQLExceptionpublic byte[] getBytes(int columnIndex)
throws SQLException
SQLExceptionpublic byte[] getBytes(String columnName) throws SQLException
SQLExceptionpublic Reader getCharacterStream(int columnIndex) throws SQLException
SQLExceptionpublic Reader getCharacterStream(String columnName) throws SQLException
SQLExceptionpublic Clob getClob(int i) throws SQLException
SQLExceptionpublic Clob getClob(String colName) throws SQLException
SQLExceptionpublic int getConcurrency()
throws SQLException
SQLExceptionpublic String getCursorName() throws SQLException
SQLExceptionpublic Date getDate(int columnIndex) throws SQLException
SQLExceptionpublic Date getDate(String columnName) throws SQLException
SQLExceptionpublic Date getDate(int columnIndex, Calendar cal) throws SQLException
SQLExceptionpublic Date getDate(String columnName, Calendar cal) throws SQLException
SQLExceptionpublic double getDouble(int columnIndex)
throws SQLException
SQLExceptionpublic double getDouble(String columnName) throws SQLException
SQLExceptionpublic int getFetchDirection()
throws SQLException
SQLExceptionpublic int getFetchSize()
throws SQLException
SQLExceptionpublic float getFloat(int columnIndex)
throws SQLException
SQLExceptionpublic float getFloat(String columnName) throws SQLException
SQLExceptionpublic int getInt(int columnIndex)
throws SQLException
SQLExceptionpublic int getInt(String columnName) throws SQLException
SQLExceptionpublic long getLong(int columnIndex)
throws SQLException
SQLExceptionpublic long getLong(String columnName) throws SQLException
SQLExceptionpublic ResultSetMetaData getMetaData() throws SQLException
SQLExceptionpublic Object getObject(int columnIndex) throws SQLException
SQLExceptionpublic Object getObject(String columnName) throws SQLException
SQLExceptionpublic Object getObject(int i, Map<String,Class<?>> map) throws SQLException
SQLExceptionpublic Object getObject(String colName, Map<String,Class<?>> map) throws SQLException
SQLExceptionpublic Ref getRef(int i) throws SQLException
SQLExceptionpublic Ref getRef(String colName) throws SQLException
SQLExceptionpublic int getRow()
throws SQLException
SQLExceptionpublic short getShort(int columnIndex)
throws SQLException
SQLExceptionpublic short getShort(String columnName) throws SQLException
SQLExceptionpublic Statement getStatement() throws SQLException
SQLExceptionpublic String getString(int columnIndex) throws SQLException
SQLExceptionpublic String getString(String columnName) throws SQLException
SQLExceptionpublic Time getTime(int columnIndex) throws SQLException
SQLExceptionpublic Time getTime(String columnName) throws SQLException
SQLExceptionpublic Time getTime(int columnIndex, Calendar cal) throws SQLException
SQLExceptionpublic Time getTime(String columnName, Calendar cal) throws SQLException
SQLExceptionpublic Timestamp getTimestamp(int columnIndex) throws SQLException
SQLExceptionpublic Timestamp getTimestamp(String columnName) throws SQLException
SQLExceptionpublic Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException
SQLExceptionpublic Timestamp getTimestamp(String columnName, Calendar cal) throws SQLException
SQLExceptionpublic int getType()
throws SQLException
SQLExceptionpublic URL getURL(int columnIndex) throws SQLException
SQLExceptionpublic URL getURL(String columnName) throws SQLException
SQLExceptionpublic InputStream getUnicodeStream(int columnIndex) throws SQLException
SQLExceptionpublic InputStream getUnicodeStream(String columnName) throws SQLException
SQLExceptionpublic SQLWarning getWarnings() throws SQLException
SQLExceptionpublic void insertRow()
throws SQLException
SQLExceptionpublic boolean isAfterLast()
throws SQLException
SQLExceptionpublic boolean isBeforeFirst()
throws SQLException
SQLExceptionpublic boolean isFirst()
throws SQLException
SQLExceptionpublic boolean isLast()
throws SQLException
SQLExceptionpublic boolean last()
throws SQLException
SQLExceptionpublic void moveToCurrentRow()
throws SQLException
SQLExceptionpublic void moveToInsertRow()
throws SQLException
SQLExceptionpublic boolean next()
throws SQLException
SQLExceptionpublic boolean previous()
throws SQLException
SQLExceptionpublic void refreshRow()
throws SQLException
SQLExceptionpublic boolean relative(int rows)
throws SQLException
SQLExceptionpublic boolean rowDeleted()
throws SQLException
SQLExceptionpublic boolean rowInserted()
throws SQLException
SQLExceptionpublic boolean rowUpdated()
throws SQLException
SQLExceptionpublic void setFetchDirection(int direction)
throws SQLException
SQLExceptionpublic void setFetchSize(int rows)
throws SQLException
SQLExceptionpublic void updateArray(int columnIndex,
Array x)
throws SQLException
SQLExceptionpublic void updateArray(String columnName, Array x) throws SQLException
SQLExceptionpublic void updateAsciiStream(int columnIndex,
InputStream x,
int length)
throws SQLException
SQLExceptionpublic void updateAsciiStream(String columnName, InputStream x, int length) throws SQLException
SQLExceptionpublic void updateBigDecimal(int columnIndex,
BigDecimal x)
throws SQLException
SQLExceptionpublic void updateBigDecimal(String columnName, BigDecimal x) throws SQLException
SQLExceptionpublic void updateBinaryStream(int columnIndex,
InputStream x,
int length)
throws SQLException
SQLExceptionpublic void updateBinaryStream(String columnName, InputStream x, int length) throws SQLException
SQLExceptionpublic void updateBlob(int columnIndex,
Blob x)
throws SQLException
SQLExceptionpublic void updateBlob(String columnName, Blob x) throws SQLException
SQLExceptionpublic void updateBoolean(int columnIndex,
boolean x)
throws SQLException
SQLExceptionpublic void updateBoolean(String columnName, boolean x) throws SQLException
SQLExceptionpublic void updateByte(int columnIndex,
byte x)
throws SQLException
SQLExceptionpublic void updateByte(String columnName, byte x) throws SQLException
SQLExceptionpublic void updateBytes(int columnIndex,
byte[] x)
throws SQLException
SQLExceptionpublic void updateBytes(String columnName, byte[] x) throws SQLException
SQLExceptionpublic void updateCharacterStream(int columnIndex,
Reader x,
int length)
throws SQLException
SQLExceptionpublic void updateCharacterStream(String columnName, Reader reader, int length) throws SQLException
SQLExceptionpublic void updateClob(int columnIndex,
Clob x)
throws SQLException
SQLExceptionpublic void updateClob(String columnName, Clob x) throws SQLException
SQLExceptionpublic void updateDate(int columnIndex,
Date x)
throws SQLException
SQLExceptionpublic void updateDate(String columnName, Date x) throws SQLException
SQLExceptionpublic void updateDouble(int columnIndex,
double x)
throws SQLException
SQLExceptionpublic void updateDouble(String columnName, double x) throws SQLException
SQLExceptionpublic void updateFloat(int columnIndex,
float x)
throws SQLException
SQLExceptionpublic void updateFloat(String columnName, float x) throws SQLException
SQLExceptionpublic void updateInt(int columnIndex,
int x)
throws SQLException
SQLExceptionpublic void updateInt(String columnName, int x) throws SQLException
SQLExceptionpublic void updateLong(int columnIndex,
long x)
throws SQLException
SQLExceptionpublic void updateLong(String columnName, long x) throws SQLException
SQLExceptionpublic void updateNull(int columnIndex)
throws SQLException
SQLExceptionpublic void updateNull(String columnName) throws SQLException
SQLExceptionpublic void updateObject(int columnIndex,
Object x)
throws SQLException
SQLExceptionpublic void updateObject(String columnName, Object x) throws SQLException
SQLExceptionpublic void updateObject(int columnIndex,
Object x,
int scale)
throws SQLException
SQLExceptionpublic void updateObject(String columnName, Object x, int scale) throws SQLException
SQLExceptionpublic void updateRef(int columnIndex,
Ref x)
throws SQLException
SQLExceptionpublic void updateRef(String columnName, Ref x) throws SQLException
SQLExceptionpublic void updateRow()
throws SQLException
SQLExceptionpublic void updateShort(int columnIndex,
short x)
throws SQLException
SQLExceptionpublic void updateShort(String columnName, short x) throws SQLException
SQLExceptionpublic void updateString(int columnIndex,
String x)
throws SQLException
SQLExceptionpublic void updateString(String columnName, String x) throws SQLException
SQLExceptionpublic void updateTime(int columnIndex,
Time x)
throws SQLException
SQLExceptionpublic void updateTime(String columnName, Time x) throws SQLException
SQLExceptionpublic void updateTimestamp(int columnIndex,
Timestamp x)
throws SQLException
SQLExceptionpublic void updateTimestamp(String columnName, Timestamp x) throws SQLException
SQLExceptionpublic boolean wasNull()
throws SQLException
SQLExceptionpublic int[] getMatchColumnIndexes()
throws SQLException
SQLExceptionpublic String[] getMatchColumnNames() throws SQLException
SQLExceptionpublic void setMatchColumn(int columnIdx)
throws SQLException
SQLExceptionpublic void setMatchColumn(int[] columnIdxes)
throws SQLException
SQLExceptionpublic void setMatchColumn(String columnName) throws SQLException
SQLExceptionpublic void setMatchColumn(String[] columnNames) throws SQLException
SQLExceptionpublic void unsetMatchColumn(int columnIdx)
throws SQLException
SQLExceptionpublic void unsetMatchColumn(int[] columnIdxes)
throws SQLException
SQLExceptionpublic void unsetMatchColumn(String columnName) throws SQLException
SQLExceptionpublic void unsetMatchColumn(String[] columnName) throws SQLException
SQLExceptionpublic void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerCopyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.