Package | Description |
---|---|
oracle.pgx.api.frames | |
oracle.pgx.api.frames.schema |
Modifier and Type | Method and Description |
---|---|
ColumnDescriptor[] |
PgxFrame.getColumnDescriptors()
Returns a list containing the description of the different columns of the frames.
|
abstract ColumnDescriptor |
PgxFrameColumn.getDescriptor()
Return a description of the column
|
Modifier and Type | Method and Description |
---|---|
PgxFrameReaderType |
PgxFrameReader.columns(ColumnDescriptor... columnDescriptors)
sets the columns to be loaded from their columnDescriptors
|
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
|