Method | Description | |
---|---|---|
Allocate ( int length ) : void |
Allocate enough space for this column.
|
|
BaseCachedColumn ( String theName, bool theInput, bool theOutput ) : System |
Construct the cached column.
|
public BaseCachedColumn ( String theName, bool theInput, bool theOutput ) : System | ||
theName | String | The name of the column. |
theInput | bool | Is this column used for input? |
theOutput | bool | Is this column used for output? |
return | System |