public class FBRowUpdater extends Object
Constructor and Description |
---|
FBRowUpdater(FBConnection connection,
RowDescriptor rowDescriptor,
Synchronizable syncProvider,
boolean cached,
FBObjectListener.ResultSetListener rsListener) |
Modifier and Type | Method and Description |
---|---|
void |
cancelRowUpdates() |
void |
close() |
void |
deleteRow() |
FBField |
getField(int fieldPosition) |
RowValue |
getInsertRow() |
RowValue |
getNewRow() |
RowValue |
getOldRow() |
void |
insertRow() |
void |
moveToCurrentRow() |
void |
moveToInsertRow() |
void |
refreshRow() |
boolean |
rowDeleted() |
boolean |
rowInserted() |
boolean |
rowUpdated() |
void |
setRow(RowValue row) |
void |
updateRow() |
public FBRowUpdater(FBConnection connection, RowDescriptor rowDescriptor, Synchronizable syncProvider, boolean cached, FBObjectListener.ResultSetListener rsListener) throws SQLException
SQLException
public void close() throws SQLException
SQLException
public void setRow(RowValue row)
public void cancelRowUpdates()
public FBField getField(int fieldPosition)
public void updateRow() throws SQLException
SQLException
public void deleteRow() throws SQLException
SQLException
public void insertRow() throws SQLException
SQLException
public void refreshRow() throws SQLException
SQLException
public boolean rowInserted() throws SQLException
SQLException
public boolean rowDeleted() throws SQLException
SQLException
public boolean rowUpdated() throws SQLException
SQLException
public RowValue getNewRow()
public RowValue getInsertRow()
public RowValue getOldRow()
public void moveToInsertRow() throws SQLException
SQLException
public void moveToCurrentRow() throws SQLException
SQLException
Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.