public class AppendQueryImpl extends BaseSelectQueryImpl implements AppendQuery
INSERT INTO <table> VALUES (<values>)
QueryImpl.AppendableList<E>, QueryImpl.Row, QueryImpl.RowFilter, QueryImpl.RowFormatter
Query.Type
Constructor and Description |
---|
AppendQueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag) |
Modifier and Type | Method and Description |
---|---|
protected List<QueryImpl.Row> |
getColumnRows() |
String |
getRemoteDbPath() |
String |
getRemoteDbType() |
String |
getTargetTable() |
protected List<QueryImpl.Row> |
getValueRows() |
List<String> |
getValues() |
protected void |
toSQLString(StringBuilder builder) |
getFromRemoteDbPath, getFromRemoteDbType, getFromTables, getGroupings, getHavingExpression, getOrderings, getSelectColumns, getSelectType, getWhereExpression, toSelectInto, toSQLSelectString
create, filterRowsByFlag, filterRowsByNotFlag, getFlagRow, getGroupByRows, getHavingRow, getIntValue, getJoinRows, getName, getObjectFlag, getObjectId, getOrderByRows, 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
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 String getRemoteDbPath()
getRemoteDbPath
in interface AppendQuery
public String getRemoteDbType()
getRemoteDbType
in interface AppendQuery
protected List<QueryImpl.Row> getValueRows()
protected List<QueryImpl.Row> getColumnRows()
getColumnRows
in class QueryImpl
public List<String> getValues()
getValues
in interface AppendQuery
protected void toSQLString(StringBuilder builder)
toSQLString
in class QueryImpl
Copyright © 2005–2018. All rights reserved.