クラス SqlServer2005CreateIndexFactory
- java.lang.Object
-
- com.sqlapp.data.db.sql.AbstractSqlFactory<T,S>
-
- com.sqlapp.data.db.sql.SimpleSqlFactory<T,S>
-
- com.sqlapp.data.db.sql.AbstractCreateNamedObjectFactory<com.sqlapp.data.schemas.Index,S>
-
- com.sqlapp.data.db.sql.AbstractCreateIndexFactory<SqlServerSqlBuilder>
-
- com.sqlapp.data.db.dialect.sqlserver.sql.SqlServerCreateIndexFactory
-
- com.sqlapp.data.db.dialect.sqlserver.sql.SqlServer2005CreateIndexFactory
-
- すべての実装されたインタフェース:
com.sqlapp.data.db.sql.AddTableObjectDetailFactory<com.sqlapp.data.schemas.Index,SqlServerSqlBuilder>,com.sqlapp.data.db.sql.SqlFactory<com.sqlapp.data.schemas.Index>
- 直系の既知のサブクラス:
SqlServer2008CreateIndexFactory
public class SqlServer2005CreateIndexFactory extends SqlServerCreateIndexFactory
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 SqlServer2005CreateIndexFactory()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 protected voidaddIncludes(com.sqlapp.data.schemas.Index obj, com.sqlapp.data.schemas.Table table, SqlServerSqlBuilder builder)protected voidaddIncludesAfter(com.sqlapp.data.schemas.Index obj, com.sqlapp.data.schemas.Table table, SqlServerSqlBuilder builder)protected voidaddObjectDetailAfter(com.sqlapp.data.schemas.Index obj, com.sqlapp.data.schemas.Table table, SqlServerSqlBuilder builder)protected voidaddPartitioning(com.sqlapp.data.schemas.Index obj, com.sqlapp.data.schemas.Table table, SqlServerSqlBuilder builder)protected java.util.Map<java.lang.String,java.lang.String>createIndexWithOption(com.sqlapp.data.schemas.Index obj, com.sqlapp.data.schemas.Table table)-
クラスから継承されたメソッド com.sqlapp.data.db.dialect.sqlserver.sql.SqlServerCreateIndexFactory
addIndexType, addIndexWithOption, addObjectDetail
-
クラスから継承されたメソッド com.sqlapp.data.db.sql.AbstractCreateIndexFactory
addCreateObject, createIndex, createSql
-
クラスから継承されたメソッド com.sqlapp.data.db.sql.AbstractCreateNamedObjectFactory
addOptions, addOtherDefinitions
-
クラスから継承されたメソッド com.sqlapp.data.db.sql.SimpleSqlFactory
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, getSqlFactoryRegistry, getStartSqlOperations, getValueDefinitionForCondition, getValueDefinitionForInsert, getValueDefinitionForInsert, getValueDefinitionForUpdate, getValueDefinitionForUpdate, getValueDefinitionSimple, initialize, initialize, isAutoIncrementColumn, isCreatedAtColumn, isFormulaColumn, isOptimisticLockColumn, isQuateColumnName, isQuateObjectName, isUpdatedAtColumn, setDialect, setOptions, setQuateColumnName, setQuateObjectName, setSqlFactoryRegistry, sort, sort, sortDbObjectDifference, toString, withCoalesceAtInsert, withCoalesceAtUpdate
-
-
-
-
メソッドの詳細
-
addObjectDetailAfter
protected void addObjectDetailAfter(com.sqlapp.data.schemas.Index obj, com.sqlapp.data.schemas.Table table, SqlServerSqlBuilder builder)- オーバーライド:
addObjectDetailAfterクラス内SqlServerCreateIndexFactory
-
addIncludes
protected void addIncludes(com.sqlapp.data.schemas.Index obj, com.sqlapp.data.schemas.Table table, SqlServerSqlBuilder builder)
-
addIncludesAfter
protected void addIncludesAfter(com.sqlapp.data.schemas.Index obj, com.sqlapp.data.schemas.Table table, SqlServerSqlBuilder builder)
-
createIndexWithOption
protected java.util.Map<java.lang.String,java.lang.String> createIndexWithOption(com.sqlapp.data.schemas.Index obj, com.sqlapp.data.schemas.Table table)- オーバーライド:
createIndexWithOptionクラス内SqlServerCreateIndexFactory
-
addPartitioning
protected void addPartitioning(com.sqlapp.data.schemas.Index obj, com.sqlapp.data.schemas.Table table, SqlServerSqlBuilder builder)
-
-