| Package | Description |
|---|---|
| oracle.pg.rdbms.pgql |
This package contains the APIs for executing PGQL on Oracle Database.
|
| Modifier and Type | Method and Description |
|---|---|
PgqlColumnDescriptor.Type |
PgqlColumnDescriptor.getColType()
Returns the column type.
|
PgqlColumnDescriptor.Type |
PgqlResultElement.getColumnType()
Returns the type of column:
|
PgqlColumnDescriptor.Type |
PgqlResultSetMetaDataImpl.getColumnType(int column)
Gets the type of the column at the given offset starting from 1
|
static PgqlColumnDescriptor.Type |
PgqlColumnDescriptor.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PgqlColumnDescriptor.Type[] |
PgqlColumnDescriptor.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|