See: Description
Interface | Description |
---|---|
PgqlColumnDescriptor |
Describes the metadata for a logical column in a PGQL query result.
|
PgqlPreparedStatement |
This object represents a pre-compiled PGQL statement.
|
PgqlResultElement |
Represents a single element in a PGQL query result row.
|
PgqlResultSet |
This interface provides a ResultSet for a PGQL query execution.
|
PgqlSqlCreateTrans |
Holds the SQL translation of a PGQL create.
|
PgqlSqlDropTrans |
Holds the SQL translation of a PGQL drop.
|
PgqlSqlModifyTrans |
Holds the SQL translation of a PGQL modify.
|
PgqlSqlQueryTrans |
Holds the SQL translation of a PGQL query.
|
PgqlSqlTrans |
Holds the SQL translation of a PGQL statement.
|
PgqlStatement |
This interface is used to execute a static PGQL query.
|
Class | Description |
---|---|
PgDatatypeConstants |
This class defines data type encoding for Property Graph support.
|
PgqlConnection |
This is a class used to create
PgqlStatement and PgqlPreparedStatement objects for executing PGQL queries against graphs stored in Oracle Database. |
PgqlExecution |
This class implements the
PgqlStatement and PgqlPreparedStatement interfaces for executing PGQL queries against graphs stored in Oracle Database. |
PgqlResultSetMetaDataImpl |
This class describes column meta data for a PGQL query result.
|
PgSchemaResultSet |
This class provides a ResultSet for a PGQL query execution.
|
Enum | Description |
---|---|
PgqlColumnDescriptor.Type |
Types of logical return columns
|
PgqlSqlModifyTrans.ModificationType | |
PgqlSqlTrans.TranslationType |
Exception | Description |
---|---|
PgqlToSqlException |