| Package | Description |
|---|---|
| ch.jalu.datasourcecolumns | |
| ch.jalu.datasourcecolumns.sqlimplementation |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardTypes<T>
Default implementations of
ColumnType. |
| Modifier and Type | Field and Description |
|---|---|
static ColumnType<Boolean> |
StandardTypes.BOOLEAN
Boolean type.
|
static ColumnType<Double> |
StandardTypes.DOUBLE
Double type.
|
static ColumnType<Float> |
StandardTypes.FLOAT
Float type.
|
static ColumnType<Integer> |
StandardTypes.INTEGER
Integer type.
|
static ColumnType<Long> |
StandardTypes.LONG
Long type.
|
static ColumnType<String> |
StandardTypes.STRING
String type.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnType<T> |
Column.getType() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> ResultSetValueRetriever.ResultSetGetter<T> |
ResultSetValueRetriever.createResultSetGetter(ColumnType<T> type)
Returns a function based on the input type from which a value can be retrieved
from the give result set.
|
Copyright © 2017–2024. All rights reserved.