com.healthmarketscience.jackcess.query
Class AppendQuery
java.lang.Object
com.healthmarketscience.jackcess.query.Query
com.healthmarketscience.jackcess.query.BaseSelectQuery
com.healthmarketscience.jackcess.query.AppendQuery
public class AppendQuery
- extends BaseSelectQuery
Concrete Query subclass which represents an append query, e.g.: INSERT INTO
<table> VALUES (<values>)
Fields inherited from class com.healthmarketscience.jackcess.query.Query |
LOG |
Constructor Summary |
AppendQuery(java.lang.String name,
java.util.List<Query.Row> rows,
int objectId)
|
Methods inherited from class com.healthmarketscience.jackcess.query.BaseSelectQuery |
getFromRemoteDbPath, getFromRemoteDbType, getFromTables, getGroupings, getHavingExpression, getOrderings, getSelectColumns, getSelectType, getWhereExpression, toSelectInto, toSQLSelectString |
Methods inherited from class com.healthmarketscience.jackcess.query.Query |
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, supportsStandardClauses, toAlias, toOptionalQuotedExpr, toQuotedExpr, toRemoteDb, toSQLParameterString, toSQLString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AppendQuery
public AppendQuery(java.lang.String name,
java.util.List<Query.Row> rows,
int objectId)
getTargetTable
public java.lang.String getTargetTable()
getRemoteDbPath
public java.lang.String getRemoteDbPath()
getRemoteDbType
public java.lang.String getRemoteDbType()
getValueRows
protected java.util.List<Query.Row> getValueRows()
getColumnRows
protected java.util.List<Query.Row> getColumnRows()
- Overrides:
getColumnRows
in class Query
getValues
public java.util.List<java.lang.String> getValues()
toSQLString
protected void toSQLString(java.lang.StringBuilder builder)
- Specified by:
toSQLString
in class Query