public class UpdateQueryImpl extends QueryImpl implements UpdateQuery
UPDATE <table> SET <newValues>QueryImpl.RowQuery.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() |
create, getName, getObjectFlag, getObjectId, getOwnerAccessType, getParameters, getRows, getType, getTypeRow, isHidden, toSQLString, toStringequals, 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 UpdateQueryCopyright © 2005–2025 OpenHMS. All rights reserved.