| java.lang.Object com.quadcap.sql.TableOps
TableOps | public class TableOps (Code) | | author: Stan Bailes |
Method Summary | |
public static void | deleteRow(Session session, Table table, long rowId, Row row, Constraint constraint) Delete a row with integrity checking under control of a given
constraint. | final static void | freeBlobsInRow(Session session, Table tuple, Row row) Release any BLOB references held by this row. | public static Cursor | getCursor(Session session, Relation t, SelectExpression select) | final static void | holdBlobsInRow(Session session, Table tuple, Row row) Hold references to any blobs in the row. | public static void | insertRow(Session session, Table table, Row row) Called to insert a new row on behalf of a session. | public static void | updateRow(Session session, Table table, byte[] key, long rowId, Row row, Constraint constraint) |
|
|