public class UpdateQueryImpl extends QueryImpl implements UpdateQuery
UPDATE <table> SET <newValues>QueryImpl.AppendableList<E>, QueryImpl.Row, QueryImpl.RowFilter, QueryImpl.RowFormatterQuery.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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, getObjectFlag, getObjectId, getOwnerAccessType, getParameters, getType, isHidden, toSQLStringpublic UpdateQueryImpl(String name, List<QueryImpl.Row> rows, int objectId, int objectFlag)
public List<String> getTargetTables()
getTargetTables in interface UpdateQuerypublic String getRemoteDbPath()
getRemoteDbPath in interface UpdateQuerypublic String getRemoteDbType()
getRemoteDbType in interface UpdateQuerypublic List<String> getNewValues()
getNewValues in interface UpdateQuerypublic String getWhereExpression()
getWhereExpression in interface UpdateQuerygetWhereExpression in class QueryImplprotected void toSQLString(StringBuilder builder)
toSQLString in class QueryImplCopyright © 2005–2016. All rights reserved.