public class T_AccessRow
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.derby.iapi.types.DataValueDescriptor[] |
column |
Constructor and Description |
---|
T_AccessRow(int ncols)
Construct a new row which can hold the provided number of columns.
|
T_AccessRow(int col0value,
int col1value,
int col2value)
Construct a new row with three integer columns which
have the column values provided.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(T_AccessRow other) |
org.apache.derby.iapi.types.DataValueDescriptor |
getCol(int colid) |
org.apache.derby.iapi.types.DataValueDescriptor[] |
getRowArray() |
org.apache.derby.iapi.types.DataValueDescriptor[] |
getRowArrayClone() |
org.apache.derby.iapi.services.io.Storable |
getStorableColumn(int colid) |
int |
nColumns() |
protected void |
realloc(int ncols) |
void |
setCol(int colid,
org.apache.derby.iapi.types.DataValueDescriptor val) |
void |
setStorableColumn(int colid,
org.apache.derby.iapi.services.io.Storable value) |
java.lang.String |
toString() |
public T_AccessRow(int ncols)
public T_AccessRow(int col0value, int col1value, int col2value)
public org.apache.derby.iapi.types.DataValueDescriptor getCol(int colid)
public void setCol(int colid, org.apache.derby.iapi.types.DataValueDescriptor val)
public boolean equals(T_AccessRow other) throws org.apache.derby.iapi.error.StandardException
org.apache.derby.iapi.error.StandardException
public java.lang.String toString()
toString
in class java.lang.Object
protected void realloc(int ncols)
public org.apache.derby.iapi.services.io.Storable getStorableColumn(int colid)
public void setStorableColumn(int colid, org.apache.derby.iapi.services.io.Storable value)
public int nColumns()
public org.apache.derby.iapi.types.DataValueDescriptor[] getRowArray()
public org.apache.derby.iapi.types.DataValueDescriptor[] getRowArrayClone()
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.