com.healthmarketscience.jackcess.impl.query
Class MakeTableQueryImpl
java.lang.Object
com.healthmarketscience.jackcess.impl.query.QueryImpl
com.healthmarketscience.jackcess.impl.query.BaseSelectQueryImpl
com.healthmarketscience.jackcess.impl.query.MakeTableQueryImpl
- All Implemented Interfaces:
- BaseSelectQuery, MakeTableQuery, Query
public class MakeTableQueryImpl
- extends BaseSelectQueryImpl
- implements MakeTableQuery
Concrete Query subclass which represents an table creation query, e.g.:
SELECT <query> INTO <newTable>
- Author:
- James Ahlborn
| Nested classes/interfaces inherited from interface com.healthmarketscience.jackcess.query.Query |
Query.Type |
| Fields inherited from class com.healthmarketscience.jackcess.impl.query.QueryImpl |
LOG |
| Methods inherited from class com.healthmarketscience.jackcess.impl.query.QueryImpl |
create, filterRowsByFlag, filterRowsByNotFlag, getColumnRows, 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 |
MakeTableQueryImpl
public MakeTableQueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag)
getTargetTable
public String getTargetTable()
- Specified by:
getTargetTable in interface MakeTableQuery
getRemoteDbPath
public String getRemoteDbPath()
- Specified by:
getRemoteDbPath in interface MakeTableQuery
getRemoteDbType
public String getRemoteDbType()
- Specified by:
getRemoteDbType in interface MakeTableQuery
toSelectInto
protected void toSelectInto(StringBuilder builder)
- Overrides:
toSelectInto in class BaseSelectQueryImpl
toSQLString
protected void toSQLString(StringBuilder builder)
- Specified by:
toSQLString in class QueryImpl
Copyright © 2005-2017 Health Market Science. All Rights Reserved.