Interface | Description |
---|---|
Column |
The general interface for columns.
|
Class | Description |
---|---|
AbstractColumn<T,C extends AbstractColumn<T,C>> |
Partial implementation of the
Column interface |
AbstractColumnType |
Defines the type of data held by a
Column |
DateAndTimePredicates |
Predicates for test DateColumn values and/or TimeColumn values
NOTE: These are not for testing DateTimeColumnValues, which are in the class DateTimePredicates
|
SkipColumnType | |
StringParser<T> |
A parser for turning strings into objects that can be inserted into a column
It serves two purposes, to determine if a string can be parsed into the desired object type, and to actually
parse the string.
|
Copyright © 2018. All rights reserved.