key, MATCH_ALL_ROW_KEY, MEMORY_CALCULATE, ROWID_INDEXARRAY, BIGINT, BINARY, BLOB, BOOLEAN, CHAR, CLOB, DATE, DECFLOAT, DOUBLE, EMPTY_VALUES, ENUM, GEOMETRY, INTEGER, INTERVAL_DAY, INTERVAL_DAY_TO_HOUR, INTERVAL_DAY_TO_MINUTE, INTERVAL_DAY_TO_SECOND, INTERVAL_HOUR, INTERVAL_HOUR_TO_MINUTE, INTERVAL_HOUR_TO_SECOND, INTERVAL_MINUTE, INTERVAL_MINUTE_TO_SECOND, INTERVAL_MONTH, INTERVAL_SECOND, INTERVAL_YEAR, INTERVAL_YEAR_TO_MONTH, JAVA_OBJECT, JSON, MIN_LONG_DECIMAL, NULL, NUMERIC, REAL, ROW, SMALLINT, TIME, TIME_TZ, TIMESTAMP, TIMESTAMP_TZ, TINYINT, TYPE_COUNT, UNKNOWN, UUID, VARBINARY, VARCHAR, VARCHAR_IGNORECASEADD_PLAN_INFORMATION, DEFAULT_SQL_FLAGS, NO_CASTS, QUOTE_ONLY_WHEN_REQUIRED, REPLACE_LOBS_FOR_TRACE, TRACE_SQL_FLAGS| Constructor and Description |
|---|
SimpleRowValue(int columnCount) |
SimpleRowValue(int columnCount,
int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(SearchRow source)
Copy all relevant values from the source to this row.
|
int |
getColumnCount()
Get the column count.
|
int |
getMemory()
Get the estimated memory used for this row, in bytes.
|
Value |
getValue(int idx)
Get the value for the column
|
boolean |
isNull(int index)
Determine if specified column contains NULL
|
void |
setValue(int idx,
Value v)
Set the value for given column
|
java.lang.String |
toString() |
compareTypeSafe, equals, getKey, getSQL, getString, getType, getValueType, hashCode, setKeyadd, castTo, charLength, clearCache, compareTo, compareWithNull, containsNull, convertForAssignTo, convertTo, convertTo, convertTo, convertTo, convertTo, convertToAnyArray, convertToAnyRow, convertToBigint, convertToBoolean, convertToChar, convertToDate, convertToDouble, convertToEnum, convertToGeometry, convertToInt, convertToInt, convertToJavaObject, convertToReal, convertToSmallint, convertToTinyint, convertToUuid, divide, getBigDecimal, getBoolean, getByte, getBytes, getBytesNoCopy, getDouble, getFloat, getHigherOrder, getInputStream, getInputStream, getInt, getLong, getReader, getReader, getShort, getSignum, getTypeName, getUnsupportedExceptionForOperation, isFalse, isTrue, modulus, multiply, negate, octetLength, subtractgetCommittedValue, getCurrentValue, getOperationId, isCommittedclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSQL, getTraceSQLpublic SimpleRowValue(int columnCount)
public SimpleRowValue(int columnCount,
int index)
public int getColumnCount()
SearchRowgetColumnCount in class SearchRowpublic Value getValue(int idx)
SearchRowpublic void setValue(int idx,
Value v)
SearchRowpublic int getMemory()
SearchRowpublic boolean isNull(int index)
SearchRow