public class SqlServer2000IndexReader
extends com.sqlapp.data.db.metadata.IndexReader
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ALLOW_PAGE_LOCKS
インデックス データへのアクセスにページ ロックを使用するか
|
static java.lang.String |
ALLOW_ROW_LOCKS
インデックス データへのアクセスに行ロックを使用するか
|
static java.lang.String |
AUTO_CREATE_STATISTICS |
static java.lang.String |
FILE_GROUP_NAME |
static java.lang.String |
PAD_INDEX
インデックス作成中の中間レベル ページの空き領域の割合
|
FILL_FACTOR, INDEX_TYPE, PCT_FREECATALOG_NAME, CHARACTER_SET_NAME, COLLATION_NAME, COLUMN_NAME, CONSTANT_NAME, CONSTRAINT_NAME, DATA_TYPE, DOMAIN_NAME, EVENT_NAME, FUNCTION_NAME, GRANTEE, GRANTOR, INDEX_NAME, IS_GRANTABLE, logger, MAX_DYNAMIC_RESULT_SETS, OBJECT_NAME, OBJECT_SCHEMA, OPERATOR_NAME, PARAMETER_NAME, PRIVILEGE_TYPE, PROCEDURE_NAME, REMARKS, ROLE_NAME, ROUTINE_NAME, SCHEMA_NAME, SECURITY_TYPE, SEQUENCE_NAME, SPECIFIC_CATALOG, SPECIFIC_NAME, SPECIFIC_SCHEMA, SQL_DATA_ACCESS, SYNONYM_NAME, TABLE_CATALOG, TABLE_NAME, TABLE_SCHEMA, TABLESPACE_NAME, TRIGGER_NAME, TYPE_NAME, VIEW_NAME, WITH_HIERARCHY| Constructor and Description |
|---|
SqlServer2000IndexReader(com.sqlapp.data.db.dialect.Dialect dialect) |
| Modifier and Type | Method and Description |
|---|---|
protected com.sqlapp.data.schemas.Index |
createIndex(com.sqlapp.jdbc.ExResultSet rs) |
protected java.util.List<com.sqlapp.data.schemas.Index> |
doGetAll(java.sql.Connection connection,
com.sqlapp.data.parameter.ParametersContext context,
com.sqlapp.data.schemas.ProductVersionInfo productVersionInfo) |
protected com.sqlapp.jdbc.sql.node.SqlNode |
getSqlSqlNode(com.sqlapp.data.schemas.ProductVersionInfo productVersionInfo) |
defaultParametersContext, getIndexName, getNameLabel, getSchemaObjectList, load, loadFull, setIndexName, toKeyMapfilterObject, getSchemaName, getTableName, setSchemaName, setTableNamegetObjectName, getObjectName, setObjectNamedoGetAllAfter, execute, getAll, getAll, getAllFull, getAllFull, getAncestor, getAncestor, getBoolean, getCatalogName, getCatalogName, getDialect, getInt, getInteger, getLong, getParent, getProductVersionInfo, getReadDbObjectPredicate, getReaderOptions, getSchemaName, getSqlNodeCache, getSqlNodeCache, getString, getTimestamp, handleError, initialize, initializeChild, isConvertNativeCaseIdentifiers, nativeCaseString, newParametersContext, newParametersContext, newParametersContext, setCatalogName, setConvertNativeCaseIdentifiers, setMetadataDetail, setMetadataDetail, setParent, setReadDbObjectPredicate, setReaderOptions, setSpecifics, setSpecifics, setSpecifics, setStatistics, setStatistics, setStatistics, setStatistics, toBoolean, toParametersContextpublic static final java.lang.String PAD_INDEX
public static final java.lang.String ALLOW_ROW_LOCKS
public static final java.lang.String ALLOW_PAGE_LOCKS
public static final java.lang.String AUTO_CREATE_STATISTICS
public static final java.lang.String FILE_GROUP_NAME
public SqlServer2000IndexReader(com.sqlapp.data.db.dialect.Dialect dialect)
protected java.util.List<com.sqlapp.data.schemas.Index> doGetAll(java.sql.Connection connection,
com.sqlapp.data.parameter.ParametersContext context,
com.sqlapp.data.schemas.ProductVersionInfo productVersionInfo)
doGetAll in class com.sqlapp.data.db.metadata.MetadataReader<com.sqlapp.data.schemas.Index,com.sqlapp.data.schemas.Table>protected com.sqlapp.jdbc.sql.node.SqlNode getSqlSqlNode(com.sqlapp.data.schemas.ProductVersionInfo productVersionInfo)
protected com.sqlapp.data.schemas.Index createIndex(com.sqlapp.jdbc.ExResultSet rs)
throws java.sql.SQLException
java.sql.SQLException