public class UpdateQueryImpl extends QueryImpl implements UpdateQuery
UPDATE <table> SET <newValues>
QueryImpl.AppendableList<E>, QueryImpl.Row, QueryImpl.RowFilter, QueryImpl.RowFormatter
Query.Type
Constructor and Description |
---|
UpdateQueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getNewValues() |
String |
getRemoteDbPath() |
String |
getRemoteDbType() |
List<String> |
getTargetTables() |
String |
getWhereExpression() |
protected void |
toSQLString(StringBuilder builder) |
create, filterRowsByFlag, filterRowsByNotFlag, getColumnRows, getFlagRow, getFromRemoteDbPath, getFromRemoteDbType, getFromTables, getGroupByRows, getHavingRow, getIntValue, getJoinRows, getName, getObjectFlag, getObjectId, getOrderByRows, getOrderings, getOwnerAccessType, getParameterRows, getParameters, getRemoteDatabaseRow, getRowByAttribute, getRows, getRowsByAttribute, getShortValue, getTableRows, getType, getTypeRow, getUniqueRow, getWhereRow, hasFlag, hasFlag, isHidden, isQuoted, supportsStandardClauses, toAlias, toOptionalQuotedExpr, toQuotedExpr, toRemoteDb, toSQLParameterString, toSQLString, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName, getObjectFlag, getObjectId, getOwnerAccessType, getParameters, getType, isHidden, toSQLString
public UpdateQueryImpl(String name, List<QueryImpl.Row> rows, int objectId, int objectFlag)
public List<String> getTargetTables()
getTargetTables
in interface UpdateQuery
public String getRemoteDbPath()
getRemoteDbPath
in interface UpdateQuery
public String getRemoteDbType()
getRemoteDbType
in interface UpdateQuery
public List<String> getNewValues()
getNewValues
in interface UpdateQuery
public String getWhereExpression()
getWhereExpression
in interface UpdateQuery
getWhereExpression
in class QueryImpl
protected void toSQLString(StringBuilder builder)
toSQLString
in class QueryImpl
Copyright © 2005–2018. All rights reserved.