public class SqlServer2005CreateIndexFactory extends SqlServerCreateIndexFactory
| Constructor and Description |
|---|
SqlServer2005CreateIndexFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addIncludes(com.sqlapp.data.schemas.Index obj,
com.sqlapp.data.schemas.Table table,
SqlServerSqlBuilder builder) |
protected void |
addIncludesAfter(com.sqlapp.data.schemas.Index obj,
com.sqlapp.data.schemas.Table table,
SqlServerSqlBuilder builder) |
protected void |
addIndexOption(com.sqlapp.data.schemas.Index obj,
com.sqlapp.data.schemas.Table table,
SqlServerSqlBuilder builder) |
protected void |
addObjectDetailAfter(com.sqlapp.data.schemas.Index obj,
com.sqlapp.data.schemas.Table table,
SqlServerSqlBuilder builder) |
addIndexType, addObjectDetailaddCreateObject, createIndex, createSqladdOptions, addOtherDefinitionscreateSqlBuilder, getAddObjectDetail, newSqlBuilderadd, 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, withCoalesceAtUpdateprotected void addObjectDetailAfter(com.sqlapp.data.schemas.Index obj,
com.sqlapp.data.schemas.Table table,
SqlServerSqlBuilder builder)
addObjectDetailAfter in class SqlServerCreateIndexFactoryprotected void addIncludes(com.sqlapp.data.schemas.Index obj,
com.sqlapp.data.schemas.Table table,
SqlServerSqlBuilder builder)
protected void addIncludesAfter(com.sqlapp.data.schemas.Index obj,
com.sqlapp.data.schemas.Table table,
SqlServerSqlBuilder builder)
protected void addIndexOption(com.sqlapp.data.schemas.Index obj,
com.sqlapp.data.schemas.Table table,
SqlServerSqlBuilder builder)
addIndexOption in class SqlServerCreateIndexFactory