public class PgqlSqlDropTransImpl extends java.lang.Object implements PgqlSqlDropTrans
PgqlSqlTrans.TranslationType| Constructor and Description |
|---|
PgqlSqlDropTransImpl(java.lang.String graphSchema, java.lang.String graphName, java.lang.String dropTranslation)
Constructor
|
| 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.
|
PgqlSqlTrans.TranslationType |
getTranslationType() |
public PgqlSqlDropTransImpl(java.lang.String graphSchema,
java.lang.String graphName,
java.lang.String dropTranslation)
graphSchema - the graph schemagraphName - the graph namedropTranslation - a SQL string that can be used to drop PGpublic java.lang.String getDropTranslation()
PgqlSqlDropTransgetDropTranslation in interface PgqlSqlDropTranspublic java.lang.String getGraphName()
PgqlSqlDropTransgetGraphName in interface PgqlSqlDropTranspublic java.lang.String getGraphSchema()
PgqlSqlDropTransgetGraphSchema in interface PgqlSqlDropTranspublic PgqlSqlTrans.TranslationType getTranslationType()
getTranslationType in interface PgqlSqlTrans