Uses of Class
oracle.pg.rdbms.pgql.PgqlSqlTrans.TranslationType
-
Packages that use PgqlSqlTrans.TranslationType Package Description oracle.pg.rdbms.pgql This package contains the APIs for executing PGQL on Oracle Database.oracle.pg.rdbms.pgql.pgview Contains the APIs for executing PGQL against PG views on Oracle Database. -
-
Uses of PgqlSqlTrans.TranslationType in oracle.pg.rdbms.pgql
Methods in oracle.pg.rdbms.pgql that return PgqlSqlTrans.TranslationType Modifier and Type Method Description PgqlSqlTrans.TranslationTypePgqlSqlTrans. getTranslationType()static PgqlSqlTrans.TranslationTypePgqlSqlTrans.TranslationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PgqlSqlTrans.TranslationType[]PgqlSqlTrans.TranslationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PgqlSqlTrans.TranslationType in oracle.pg.rdbms.pgql.pgview
Methods in oracle.pg.rdbms.pgql.pgview that return PgqlSqlTrans.TranslationType Modifier and Type Method Description PgqlSqlTrans.TranslationTypePgViewModifyTrans. getTranslationType()
-