Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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 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)

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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