Package oracle.pg.rdbms.pgql
Interface PgqlSqlTrans
-
- All Known Subinterfaces:
PgqlSqlCreateTrans
,PgqlSqlDropTrans
,PgqlSqlModifyTrans
,PgqlSqlQueryTrans
- All Known Implementing Classes:
PgqlExecuteCallStatement
,PgViewModifyTrans
public interface PgqlSqlTrans
Holds the SQL translation of a PGQL statement.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PgqlSqlTrans.TranslationType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PgqlSqlTrans.TranslationType
getTranslationType()
-
-
-
Method Detail
-
getTranslationType
PgqlSqlTrans.TranslationType getTranslationType()
-
-