| Package | Description |
|---|---|
| oracle.pgx.api.frames.schema |
This package contains classes related to the primitive data types as well as a class for column description.
|
| oracle.pgx.api.frames.schema.datatypes |
This package contains classes for the primitive data types.
|
| oracle.pgx.api.frames.schema.datatypes.collection |
This package contains classes for the collection data types.
|
| oracle.pgx.api.frames.schema.datatypes.graph |
This package contains classes for the data types of graph entities.
|
| oracle.pgx.api.frames.schema.datatypes.numeric |
This package contains classes for the numeric data types.
|
| oracle.pgx.api.frames.schema.datatypes.spatial |
This package contains classes for the spatial data types.
|
| oracle.pgx.api.frames.schema.datatypes.temporal |
This package contains classes for the time-related data types.
|
| Modifier and Type | Method and Description |
|---|---|
DataType |
ColumnDescriptor.getColumnType() |
| Modifier and Type | Method and Description |
|---|---|
static ColumnDescriptor |
ColumnDescriptor.columnDescriptor(java.lang.String columnName,
DataType columnType)
Create a ColumnDescriptor from the name of the column and type
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanType |
class |
StringType |
| Modifier and Type | Method and Description |
|---|---|
static SetType |
DataTypes.set(DataType valueType) |
static VectorType |
DataTypes.vector(DataType componentType,
int dimension) |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionType |
class |
SetType |
class |
VectorType |
| Modifier and Type | Method and Description |
|---|---|
DataType |
CollectionType.getValueType() |
| Constructor and Description |
|---|
CollectionType(DataType valueType) |
SetType(DataType valueType) |
VectorType(DataType componentType,
java.lang.Integer dimension) |
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeType |
class |
GraphEntityType |
class |
VertexType |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleType |
class |
FloatType |
class |
IntegerType |
class |
LongType |
class |
NumericType |
| Modifier and Type | Class and Description |
|---|---|
class |
Point2dType |
class |
SpatialType |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalDateType |
class |
TemporalType |
class |
TimestampType |
class |
TimestampWithTimezoneType |
class |
TimeType |
class |
TimeWithTimezoneType |