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

E13403-08

oracle.javatools.db.sql
Class SQLFragmentExpressionBuilder

java.lang.Object
  extended by oracle.javatools.db.sql.SQLFragmentExpressionBuilder

public class SQLFragmentExpressionBuilder
extends java.lang.Object


Nested Class Summary
static class SQLFragmentExpressionBuilder.ExpressionType
           
 
Constructor Summary
SQLFragmentExpressionBuilder()
           
 
Method Summary
static SQLFragment 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)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLFragmentExpressionBuilder

public SQLFragmentExpressionBuilder()
Method Detail

getExpression

public static SQLFragment 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)


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

E13403-08

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