クラス SqlServer2005DropTableFactory
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.SqlServer2005DropTableFactory
- すべての実装されたインタフェース:
com.sqlapp.data.db.sql.SqlFactory<com.sqlapp.data.schemas.Table>
public class SqlServer2005DropTableFactory
extends com.sqlapp.data.db.sql.AbstractDropTableFactory<SqlServerSqlBuilder>
-
フィールドの概要
インタフェースから継承されたフィールド com.sqlapp.data.db.sql.SqlFactory
COMMAND_METHOD -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected voidaddIfNotExists(com.sqlapp.data.schemas.Table obj, List<com.sqlapp.data.db.sql.SqlOperation> sqlList) List<com.sqlapp.data.db.sql.SqlOperation>createSql(com.sqlapp.data.schemas.Table obj) クラスから継承されたメソッド com.sqlapp.data.db.sql.AbstractDropTableFactory
addDropObject, addDropTable, sort, sortDbObjectDifferenceクラスから継承されたメソッド com.sqlapp.data.db.sql.AbstractDropNamedObjectFactory
appendNameクラスから継承されたメソッド 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
-
コンストラクタの詳細
-
SqlServer2005DropTableFactory
public SqlServer2005DropTableFactory()
-
-
メソッドの詳細
-
createSql
- 定義:
createSqlインタフェース内com.sqlapp.data.db.sql.SqlFactory<com.sqlapp.data.schemas.Table>- オーバーライド:
createSqlクラス内com.sqlapp.data.db.sql.AbstractDropNamedObjectFactory<com.sqlapp.data.schemas.Table,SqlServerSqlBuilder>
-
addIfNotExists
protected void addIfNotExists(com.sqlapp.data.schemas.Table obj, List<com.sqlapp.data.db.sql.SqlOperation> sqlList)
-