Package oracle.pg.rdbms.pgql.jdbc
Class PgqlJdbcHintClause
- java.lang.Object
-
- oracle.pg.rdbms.pgql.jdbc.PgqlJdbcHintClause
-
public class PgqlJdbcHintClause extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAUTO_COMMIT_OPTIONS_FALSEstatic java.lang.StringAUTO_COMMIT_OPTIONS_TRUE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDynamicSamplingLevel()booleangetIsSql()java.lang.StringgetMatchOptions()java.lang.StringgetOptions()intgetParallelDop()static PgqlJdbcHintClauseparse(java.lang.String query)
-
-
-
Field Detail
-
AUTO_COMMIT_OPTIONS_TRUE
public static final java.lang.String AUTO_COMMIT_OPTIONS_TRUE
- See Also:
- Constant Field Values
-
AUTO_COMMIT_OPTIONS_FALSE
public static final java.lang.String AUTO_COMMIT_OPTIONS_FALSE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getParallelDop
public int getParallelDop()
-
getDynamicSamplingLevel
public int getDynamicSamplingLevel()
-
getOptions
public java.lang.String getOptions()
-
getMatchOptions
public java.lang.String getMatchOptions()
-
getIsSql
public boolean getIsSql()
-
parse
public static PgqlJdbcHintClause parse(java.lang.String query)
-
-