public class FBRowUpdater
extends java.lang.Object
Constructor and Description |
---|
FBRowUpdater(AbstractConnection connection,
XSQLVAR[] xsqlvars,
Synchronizable syncProvider,
boolean cached,
FBObjectListener.ResultSetListener rsListener) |
Modifier and Type | Method and Description |
---|---|
void |
cancelRowUpdates() |
void |
close() |
void |
deleteRow() |
org.firebirdsql.jdbc.field.FBField |
getField(int fieldPosition) |
byte[][] |
getInsertRow() |
byte[][] |
getNewRow() |
byte[][] |
getOldRow() |
void |
insertRow() |
void |
moveToCurrentRow() |
void |
moveToInsertRow() |
void |
refreshRow() |
boolean |
rowDeleted() |
boolean |
rowInserted() |
boolean |
rowUpdated() |
void |
setRow(byte[][] row) |
void |
updateRow() |
public FBRowUpdater(AbstractConnection connection, XSQLVAR[] xsqlvars, 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(byte[][] row)
public void cancelRowUpdates()
public org.firebirdsql.jdbc.field.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 byte[][] getNewRow()
public byte[][] getInsertRow()
public byte[][] getOldRow()
public void moveToInsertRow() throws java.sql.SQLException
java.sql.SQLException
public void moveToCurrentRow() throws java.sql.SQLException
java.sql.SQLException
Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.