public class FBRowUpdater
extends java.lang.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 java.sql.SQLException
java.sql.SQLException
public void close() throws java.sql.SQLException
java.sql.SQLException
public void setRow(RowValue row)
public void cancelRowUpdates()
public FBField getField(int fieldPosition)
public void updateRow() throws java.sql.SQLException
java.sql.SQLException
public void deleteRow() throws java.sql.SQLException
java.sql.SQLException
public void insertRow() throws java.sql.SQLException
java.sql.SQLException
public void refreshRow() throws java.sql.SQLException
java.sql.SQLException
public boolean rowInserted() throws java.sql.SQLException
java.sql.SQLException
public boolean rowDeleted() throws java.sql.SQLException
java.sql.SQLException
public boolean rowUpdated() throws java.sql.SQLException
java.sql.SQLException
public RowValue getNewRow()
public RowValue getInsertRow()
public RowValue getOldRow()
public void moveToInsertRow() throws java.sql.SQLException
java.sql.SQLException
public void moveToCurrentRow() throws java.sql.SQLException
java.sql.SQLException
Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.