public class InsertRow extends Object
Modifier and Type | Field and Description |
---|---|
static int |
IS_NULL
The field with this offset has a null value.
|
static int |
IS_PKEY
The field with this offset is a primary key.
|
Constructor and Description |
---|
InsertRow(Table table,
Object[] values)
Constructs an InsertRow object for a row containing the specified
values that is to be inserted in the specified table.
|
Modifier and Type | Method and Description |
---|---|
RowOutput |
getKeyBuffer()
Returns the RowOutput used for the key portion of the marshalled row.
|
RowOutput |
getValueBuffer()
Returns the RowOutput used for the value portion of the marshalled row.
|
void |
marshall()
Takes the collection of values for this InsertRow
and marshalls them into a key/value pair.
|
String |
toString()
Returns a String representation of this InsertRow object.
|
public static final int IS_PKEY
public static final int IS_NULL
public void marshall() throws IOException
IOException
public RowOutput getKeyBuffer()
public RowOutput getValueBuffer()