public class AppendQueryImpl extends BaseSelectQueryImpl implements AppendQuery
INSERT INTO <table> VALUES (<values>)QueryImpl.AppendableList<E>, QueryImpl.Row, QueryImpl.RowFilter, QueryImpl.RowFormatterQuery.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, toSQLSelectStringcreate, 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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetFromRemoteDbPath, getFromRemoteDbType, getFromTables, getGroupings, getHavingExpression, getOrderings, getSelectColumns, getSelectType, getWhereExpressiongetName, getObjectFlag, getObjectId, getOwnerAccessType, getParameters, getType, isHidden, toSQLStringpublic AppendQueryImpl(String name, List<QueryImpl.Row> rows, int objectId, int objectFlag)
public String getTargetTable()
getTargetTable in interface AppendQuerypublic String getRemoteDbPath()
getRemoteDbPath in interface AppendQuerypublic String getRemoteDbType()
getRemoteDbType in interface AppendQueryprotected List<QueryImpl.Row> getValueRows()
protected List<QueryImpl.Row> getColumnRows()
getColumnRows in class QueryImplpublic List<String> getValues()
getValues in interface AppendQueryprotected void toSQLString(StringBuilder builder)
toSQLString in class QueryImplCopyright © 2005–2016. All rights reserved.