public interface PgqlSqlCreateTrans extends PgqlSqlTrans
PgqlSqlTrans.TranslationType
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getCreateTranslation()
Returns a series of SQL strings that are used in the translation of a PGQL CREATE PROPERTY GRAPH: 0) A call to opg_apis.create_pg to create PG tables 1) An array of translations to populate Vertex table 2) An array of translations to populate Edge table 3) A couple of translations to populate distinct tables 4) A call to opg_apis.create_pg to create PG indices and triggers
|
java.lang.String |
getGraphName()
Returns the graph name for the PGQL to SQL translation.
|
java.lang.String |
getGraphSchema()
Returns the graph schema for the PGQL to SQL translation.
|
getTranslationType
java.lang.Object[] getCreateTranslation()
java.lang.String getGraphName()
java.lang.String getGraphSchema()
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.