Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Class
oracle.javatools.db.sql.SQLFragmentExpressionBuilder.ExpressionType

Packages that use SQLFragmentExpressionBuilder.ExpressionType
oracle.javatools.db.sql Contains an API for declaratively parsing SQL queries (SELECT statements). 

 

Uses of SQLFragmentExpressionBuilder.ExpressionType in oracle.javatools.db.sql

 

Methods in oracle.javatools.db.sql that return SQLFragmentExpressionBuilder.ExpressionType
static SQLFragmentExpressionBuilder.ExpressionType SQLFragmentExpressionBuilder.ExpressionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SQLFragmentExpressionBuilder.ExpressionType[] SQLFragmentExpressionBuilder.ExpressionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.javatools.db.sql with parameters of type SQLFragmentExpressionBuilder.ExpressionType
static java.util.Collection<java.lang.String[]> ParserUtils.getColumnNames(java.lang.String expression, SQLFragmentExpressionBuilder.ExpressionType type, DBObjectProvider prov, Relation rel)
          Returns a Collection of names of the columns used in expression.
static SQLFragment SQLFragmentExpressionBuilder.getExpression(DBObjectProvider provider, Relation relation, SQLFragmentExpressionBuilder.ExpressionType type, java.lang.String expression)
          For the given relation in the given provider, creates a SQLFragment condition representing the condition (such as a where clause predicate or check constraint) If the parser fails, return a SimpleSQLFragment for the expression string.
static SQLFragment SQLFragmentExpressionBuilder.getExpression(DBObjectProvider provider, Relation relation, SQLFragmentExpressionBuilder.ExpressionType type, java.lang.String expression, boolean ignorErrors)
          For the given relation in the given provider, creates a SQLFragment condition representing the condition (such as a where clause predicate or check constraint) If the parser fails, return a SimpleSQLFragment for the expression string.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.