public class OraclePgqlExecutionFactory
extends java.lang.Object
OraclePgqlStatement and OraclePgqlPreparedStatement objects for executing PGQL queries against graphs stored in Oracle Database.| Constructor and Description |
|---|
OraclePgqlExecutionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static OraclePgqlStatement |
createStatement(OraclePropertyGraph opg)
Creates a new OraclePgqlStatement object, which is used to execute a static PGQL query.
|
static OraclePgqlPreparedStatement |
prepareStatement(OraclePropertyGraph opg, java.lang.String pgql)
Creates a new OraclePgqlPreparedStatement object, which represents a pre-compiled PGQL statement.
|
public static OraclePgqlStatement createStatement(OraclePropertyGraph opg) throws java.sql.SQLException
opg - the property graph to queryjava.sql.SQLExceptionpublic static OraclePgqlPreparedStatement prepareStatement(OraclePropertyGraph opg, java.lang.String pgql) throws java.sql.SQLException
opg - the property graph to querypgql - the PGQL query to compilejava.sql.SQLExceptionCopyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.