| Package | Description |
|---|---|
| org.voltdb |
Main package for VoltDB contains public interfaces.
|
| org.voltdb.types |
Constant enumerations for various entities in VoltDB - mostly for dealing with Java/C++ agreement.
|
| Modifier and Type | Method and Description |
|---|---|
TimestampType |
VoltTableRow.getTimestampAsTimestamp(int columnIndex)
Retrieve the
TimestampType
value stored in the column specified by index. |
TimestampType |
VoltTableRow.getTimestampAsTimestamp(java.lang.String columnName)
Retrieve the
TimestampType value stored in the column
specified by name. |
| Modifier and Type | Method and Description |
|---|---|
int |
TimestampType.compareTo(TimestampType dateval)
CompareTo - to mimic Java Date
|