com.healthmarketscience.jackcess.impl.query
Class DataDefinitionQueryImpl

java.lang.Object
  extended by com.healthmarketscience.jackcess.impl.query.QueryImpl
      extended by com.healthmarketscience.jackcess.impl.query.DataDefinitionQueryImpl
All Implemented Interfaces:
DataDefinitionQuery, Query

public class DataDefinitionQueryImpl
extends QueryImpl
implements DataDefinitionQuery

Concrete Query subclass which represents a DDL query.

Author:
James Ahlborn

Nested Class Summary
 
Nested classes/interfaces inherited from class com.healthmarketscience.jackcess.impl.query.QueryImpl
QueryImpl.AppendableList<E>, QueryImpl.Row, QueryImpl.RowFilter, QueryImpl.RowFormatter
 
Nested classes/interfaces inherited from interface com.healthmarketscience.jackcess.query.Query
Query.Type
 
Field Summary
 
Fields inherited from class com.healthmarketscience.jackcess.impl.query.QueryImpl
LOG
 
Constructor Summary
DataDefinitionQueryImpl(String name, List<QueryImpl.Row> rows, int objectId, int objectFlag)
           
 
Method Summary
 String getDDLString()
           
protected  boolean supportsStandardClauses()
           
protected  void toSQLString(StringBuilder builder)
           
 
Methods inherited from class com.healthmarketscience.jackcess.impl.query.QueryImpl
create, filterRowsByFlag, filterRowsByNotFlag, getColumnRows, getFlagRow, getFromRemoteDbPath, getFromRemoteDbType, getFromTables, getGroupByRows, getHavingRow, getIntValue, getJoinRows, getName, getObjectFlag, getObjectId, getOrderByRows, getOrderings, getOwnerAccessType, getParameterRows, getParameters, getRemoteDatabaseRow, getRowByAttribute, getRows, getRowsByAttribute, getShortValue, getTableRows, getType, getTypeRow, getUniqueRow, getWhereExpression, getWhereRow, hasFlag, hasFlag, isHidden, isQuoted, toAlias, toOptionalQuotedExpr, toQuotedExpr, toRemoteDb, toSQLParameterString, toSQLString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.healthmarketscience.jackcess.query.Query
getName, getObjectFlag, getObjectId, getOwnerAccessType, getParameters, getType, isHidden, toSQLString
 

Constructor Detail

DataDefinitionQueryImpl

public DataDefinitionQueryImpl(String name,
                               List<QueryImpl.Row> rows,
                               int objectId,
                               int objectFlag)
Method Detail

getDDLString

public String getDDLString()
Specified by:
getDDLString in interface DataDefinitionQuery

supportsStandardClauses

protected boolean supportsStandardClauses()
Overrides:
supportsStandardClauses in class QueryImpl

toSQLString

protected void toSQLString(StringBuilder builder)
Specified by:
toSQLString in class QueryImpl


Copyright © 2005-2017 Health Market Science. All Rights Reserved.