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