oracle.javatools.db.sql
Class SQLFragmentExpressionBuilder
java.lang.Object
  
oracle.javatools.db.sql.SQLFragmentExpressionBuilder
public class SQLFragmentExpressionBuilder
- extends java.lang.Object
 
 
 
| 
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 | 
 
SQLFragmentExpressionBuilder
public SQLFragmentExpressionBuilder()
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
 
 
Copyright © 1997, 2011, Oracle. All rights reserved.