Skip navigation links

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

E17493-04


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) If the parser fails, return a SimpleSQLFragment for the expression string.
static SQLFragment 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.

 

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) If the parser fails, return a SimpleSQLFragment for the expression string.

getExpression

public static SQLFragment getExpression(DBObjectProvider provider,
                                        Relation relation,
                                        SQLFragmentExpressionBuilder.ExpressionType type,
                                        java.lang.String expression,
                                        boolean ignorErrors)
                                 throws SQLQueryException
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.
Throws:
SQLQueryException

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.