public interface PgqlSqlDropTrans extends PgqlSqlTrans
PgqlSqlTrans.TranslationType
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDropTranslation()
Returns a SQL string that is used in the
translation of a PGQL DROP PROPERTY GRAPH:
A call to opg_apis.drop_pg to drop PG tables
|
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.String getDropTranslation()
java.lang.String getGraphName()
java.lang.String getGraphSchema()
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.