ADD_PLAN_INFORMATION, DEFAULT_SQL_FLAGS, NO_CASTS, QUOTE_ONLY_WHEN_REQUIRED, REPLACE_LOBS_FOR_TRACE, TRACE_SQL_FLAGS| Constructor and Description |
|---|
SetClauseList(Table table) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMultiple(java.util.ArrayList<Column> columns,
java.util.ArrayList<Expression[]> allIndexes,
Expression expression)
Add multiple columns.
|
void |
addSingle(Column column,
Expression[] arrayIndexes,
Expression expression)
Add a single column.
|
java.lang.StringBuilder |
getSQL(java.lang.StringBuilder builder,
int sqlFlags)
Appends the SQL statement of this object to the specified builder.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSQL, getTraceSQLpublic SetClauseList(Table table)
public void addSingle(Column column, Expression[] arrayIndexes, Expression expression)
column - the columnarrayIndexes - non-empty array of indexes for array element assignment, or
null for simple assignmentexpression - the expressionpublic void addMultiple(java.util.ArrayList<Column> columns, java.util.ArrayList<Expression[]> allIndexes, Expression expression)
columns - the columnsallIndexes - list of non-empty arrays of indexes for array element
assignments, or null values for simple assignmentsexpression - the expression (e.g. an expression list)public java.lang.StringBuilder getSQL(java.lang.StringBuilder builder,
int sqlFlags)
HasSQL