| java.lang.Object org.apache.derbyTesting.unitTests.store.T_AccessRow
T_AccessRow | public class T_AccessRow (Code) | | |
Constructor Summary | |
public | T_AccessRow(int ncols) Construct a new row which can hold the provided number of columns. | public | T_AccessRow(int col0value, int col1value, int col2value) Construct a new row with three integer columns which
have the column values provided. |
T_AccessRow | public T_AccessRow(int ncols)(Code) | | Construct a new row which can hold the provided number of columns.
|
T_AccessRow | public T_AccessRow(int col0value, int col1value, int col2value)(Code) | | Construct a new row with three integer columns which
have the column values provided.
|
nColumns | public int nColumns()(Code) | | |
realloc | protected void realloc(int ncols)(Code) | | |
setStorableColumn | public void setStorableColumn(int colid, Storable value)(Code) | | |
|
|