Package | Description |
---|---|
com.gpudb |
Modifier and Type | Method and Description |
---|---|
Type.Column |
Type.getColumn(int index)
Gets the column with the specified index.
|
Type.Column |
Type.getColumn(String name)
Gets the column with the specified name.
|
Modifier and Type | Method and Description |
---|---|
List<Type.Column> |
Type.getColumns()
Gets the list of columns that the type comprises.
|
Modifier and Type | Method and Description |
---|---|
static <T> TypeObjectMap<T> |
TypeObjectMap.fromClass(Class<T> objectClass,
String label,
Map<String,Type.Column> columnOverrides)
Creates a
TypeObjectMap based on the specified class with the
specified type label and overrides. |
Constructor and Description |
---|
ConvertingFieldHandler(Field field,
Type.Column column)
Creates a
TypeObjectMap.ConvertingFieldHandler for the specified field and
GPUdb column . |
ConvertingMethodHandler(Method getMethod,
Method setMethod,
Type.Column column)
Creates a
TypeObjectMap.ConvertingMethodHandler for the specified get and
set methods and GPUdb column . |
Type(String label,
Type.Column... columns)
Creates a
Type object with the specified metadata. |
Type(Type.Column... columns)
Creates a
Type object with the specified column metadata and an
empty type label. |
Constructor and Description |
---|
Type(List<Type.Column> columns)
Creates a
Type object with the specified column metadata and an
empty type label. |
Type(String label,
List<Type.Column> columns)
Creates a
Type object with the specified metadata. |
Copyright © 2020. All rights reserved.