クラス SqlServer2016DropTableFactory

java.lang.Object
com.sqlapp.data.db.sql.AbstractSqlFactory<T,S>
com.sqlapp.data.db.sql.SimpleSqlFactory<T,S>
com.sqlapp.data.db.sql.AbstractDropNamedObjectFactory<com.sqlapp.data.schemas.Table,S>
com.sqlapp.data.db.sql.AbstractDropTableFactory<SqlServerSqlBuilder>
com.sqlapp.data.db.dialect.sqlserver.sql.SqlServer2016DropTableFactory
すべての実装されたインタフェース:
com.sqlapp.data.db.sql.SqlFactory<com.sqlapp.data.schemas.Table>

public class SqlServer2016DropTableFactory extends com.sqlapp.data.db.sql.AbstractDropTableFactory<SqlServerSqlBuilder>
DROP TABLE
  • フィールドの概要

    インタフェースから継承されたフィールド com.sqlapp.data.db.sql.SqlFactory

    COMMAND_METHOD
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ
    説明
     
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    protected void
    addDropObject(com.sqlapp.data.schemas.Table table, SqlServerSqlBuilder builder)
     

    クラスから継承されたメソッド com.sqlapp.data.db.sql.AbstractDropTableFactory

    addDropTable, sort, sortDbObjectDifference

    クラスから継承されたメソッド com.sqlapp.data.db.sql.AbstractDropNamedObjectFactory

    appendName, createSql

    クラスから継承されたメソッド com.sqlapp.data.db.sql.SimpleSqlFactory

    addInsertColumnComment, addSelectColumnComment, addTableComment, addUpdateColumnComment, addWhereColumnComment, createSqlBuilder, getAddObjectDetail, isInsertable, isUpdateable, newSqlBuilder

    クラスから継承されたメソッド com.sqlapp.data.db.sql.AbstractSqlFactory

    add, addSchemaName, addSql, addSql, addSql, createDiffSql, createDiffSql, createOperation, createOperation, createOperation, createOperation, createSql, createSqlBuilder, getAll, getCurrentDateDefinition, getDefaultValueDefinition, getDialect, getEndSqlOperations, getOptimisticLockColumnCondition, getOptimisticLockColumnUpdateDefinition, getOptimisticLockColumnUpdateDefinition, getOptions, getQuoteName, getQuoteName, getSqlFactoryRegistry, getStartSqlOperations, getValueDefinitionForCondition, getValueDefinitionForInsert, getValueDefinitionForInsert, getValueDefinitionForUpdate, getValueDefinitionForUpdate, getValueDefinitionForUpdate, getValueDefinitionSimple, initialize, initialize, isAutoIncrementColumn, isCreatedAtColumn, isFormulaColumn, isOptimisticLockColumn, isUpdatedAtColumn, setDialect, setOptions, setSqlFactoryRegistry, sort, toString, withCoalesceAtInsert, withCoalesceAtUpdate

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    インタフェースから継承されたメソッド com.sqlapp.data.db.sql.SqlFactory

    createSql
  • コンストラクタの詳細

    • SqlServer2016DropTableFactory

      public SqlServer2016DropTableFactory()
  • メソッドの詳細

    • addDropObject

      protected void addDropObject(com.sqlapp.data.schemas.Table table, SqlServerSqlBuilder builder)
      オーバーライド:
      addDropObject クラス内 com.sqlapp.data.db.sql.AbstractDropTableFactory<SqlServerSqlBuilder>