com.healthmarketscience.jackcess.query
Class MakeTableQuery
java.lang.Object
com.healthmarketscience.jackcess.query.Query
com.healthmarketscience.jackcess.query.BaseSelectQuery
com.healthmarketscience.jackcess.query.MakeTableQuery
public class MakeTableQuery
- extends BaseSelectQuery
Concrete Query subclass which represents an table creation query, e.g.:
SELECT <query> INTO <newTable>
Fields inherited from class com.healthmarketscience.jackcess.query.Query |
LOG |
Methods inherited from class com.healthmarketscience.jackcess.query.Query |
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, 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 |
MakeTableQuery
public MakeTableQuery(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()
toSelectInto
protected void toSelectInto(java.lang.StringBuilder builder)
- Overrides:
toSelectInto
in class BaseSelectQuery
toSQLString
protected void toSQLString(java.lang.StringBuilder builder)
- Specified by:
toSQLString
in class Query