public class AppendQueryImpl extends BaseSelectQueryImpl implements AppendQuery
INSERT INTO <table> VALUES (<values>)
QueryImpl.Row
Query.Type
Constructor and Description |
---|
AppendQueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag) |
Modifier and Type | Method and Description |
---|---|
String |
getRemoteDbPath() |
String |
getRemoteDbType() |
List<String> |
getTargetColumns() |
String |
getTargetTable() |
List<String> |
getValues() |
getFromRemoteDbPath, getFromRemoteDbType, getFromTables, getGroupings, getHavingExpression, getOrderings, getSelectColumns, getSelectType, getWhereExpression
create, getName, getObjectFlag, getObjectId, getOwnerAccessType, getParameters, getRows, getType, getTypeRow, isHidden, toSQLString, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getFromRemoteDbPath, getFromRemoteDbType, getFromTables, getGroupings, getHavingExpression, getOrderings, getSelectColumns, getSelectType, getWhereExpression
getName, getObjectFlag, getObjectId, getOwnerAccessType, getParameters, getType, isHidden, toSQLString
public AppendQueryImpl(String name, List<QueryImpl.Row> rows, int objectId, int objectFlag)
public String getTargetTable()
getTargetTable
in interface AppendQuery
public List<String> getTargetColumns()
getTargetColumns
in interface AppendQuery
public String getRemoteDbPath()
getRemoteDbPath
in interface AppendQuery
public String getRemoteDbType()
getRemoteDbType
in interface AppendQuery
public List<String> getValues()
getValues
in interface AppendQuery
Copyright © 2005–2024 OpenHMS. All rights reserved.