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