| com.quadcap.sql.LogStep com.quadcap.sql.UpdateRow
UpdateRow | public class UpdateRow extends LogStep implements Externalizable(Code) | | Log step to update one or more values in a table row.
author: Stan Bailes |
Constructor Summary | |
public | UpdateRow() | public | UpdateRow(Session session, Table table, long rowId, Row row) | public | UpdateRow(Session session, long rowId, Row orow, Row nrow) Construct update where both old and new rows are already prepared. | public | UpdateRow(Session session, Table table, long rowId, byte[] oldRowBytes, byte[] rowBytes) |
oldRowBytes | byte[] oldRowBytes(Code) | | |
rowBytes | byte[] rowBytes(Code) | | |
UpdateRow | public UpdateRow()(Code) | | Default Constructor
|
copy | final byte[] copy(byte[] b)(Code) | | |
initx | public void initx(Table table, long rowId, byte[] oldRowBytes, byte[] rowBytes)(Code) | | Special re=init for add/drop column
|
toString | public String toString()(Code) | | Return a string representation for debugging
|
|
|