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.SQLExceptionpublic void close()
throws java.sql.SQLException
java.sql.SQLExceptionpublic 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.SQLExceptionpublic void deleteRow()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void insertRow()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void refreshRow()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean rowInserted()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean rowDeleted()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean rowUpdated()
throws java.sql.SQLException
java.sql.SQLExceptionpublic byte[][] getNewRow()
public byte[][] getInsertRow()
public byte[][] getOldRow()
public void moveToInsertRow()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void moveToCurrentRow()
throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.