Uses of Class
oracle.pg.rdbms.pgql.PgqlSqlModifyTrans.ModificationType
-
Packages that use PgqlSqlModifyTrans.ModificationType Package Description oracle.pg.rdbms.pgql This package contains the APIs for executing PGQL on Oracle Database. -
-
Uses of PgqlSqlModifyTrans.ModificationType in oracle.pg.rdbms.pgql
Methods in oracle.pg.rdbms.pgql that return PgqlSqlModifyTrans.ModificationType Modifier and Type Method Description static PgqlSqlModifyTrans.ModificationTypePgqlSqlModifyTrans.ModificationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PgqlSqlModifyTrans.ModificationType[]PgqlSqlModifyTrans.ModificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.pg.rdbms.pgql that return types with arguments of type PgqlSqlModifyTrans.ModificationType Modifier and Type Method Description java.util.List<PgqlSqlModifyTrans.ModificationType>PgqlSqlModifyTrans. getModifyTypes()Returns the list of modify types for corresponding modify translations
-