クラス SqlServer2005PartitionFunctionReader
java.lang.Object
com.sqlapp.data.db.metadata.MetadataReader<T,com.sqlapp.data.schemas.Catalog>
com.sqlapp.data.db.metadata.AbstractCatalogObjectMetadataReader<T>
com.sqlapp.data.db.metadata.AbstractCatalogNamedObjectMetadataReader<com.sqlapp.data.schemas.PartitionFunction>
com.sqlapp.data.db.metadata.PartitionFunctionReader
com.sqlapp.data.db.dialect.sqlserver.metadata.SqlServer2005PartitionFunctionReader
public class SqlServer2005PartitionFunctionReader
extends com.sqlapp.data.db.metadata.PartitionFunctionReader
パーティション関数読み込み
-
フィールドの概要
クラスから継承されたフィールド com.sqlapp.data.db.metadata.PartitionFunctionReader
PARTITION_FUNCTION_NAMEクラスから継承されたフィールド com.sqlapp.data.db.metadata.MetadataReader
CATALOG_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 -
コンストラクタの概要
コンストラクタ修飾子コンストラクタ説明protectedSqlServer2005PartitionFunctionReader(com.sqlapp.data.db.dialect.Dialect dialect) -
メソッドの概要
修飾子とタイプメソッド説明protected com.sqlapp.data.schemas.PartitionFunctioncreatePartitionFunction(com.sqlapp.jdbc.ExResultSet rs) protected List<com.sqlapp.data.schemas.PartitionFunction>doGetAll(Connection connection, com.sqlapp.data.parameter.ParametersContext context, com.sqlapp.data.schemas.ProductVersionInfo productVersionInfo) protected com.sqlapp.jdbc.sql.node.SqlNodegetSqlSqlNode(com.sqlapp.data.schemas.ProductVersionInfo productVersionInfo) クラスから継承されたメソッド com.sqlapp.data.db.metadata.PartitionFunctionReader
getNameLabel, getSchemaObjectPropertiesクラスから継承されたメソッド com.sqlapp.data.db.metadata.AbstractCatalogNamedObjectMetadataReader
defaultParametersContext, getObjectName, getObjectName, getSchemaObjectList, loadFull, setObjectName, toParametersContextクラスから継承されたメソッド com.sqlapp.data.db.metadata.MetadataReader
doGetAllAfter, execute, filterObject, 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, setSpecifics, setSpecifics, setSpecifics, setStatistics, setStatistics, setStatistics, setStatistics, setStatistics, setStatistics, toBoolean
-
コンストラクタの詳細
-
SqlServer2005PartitionFunctionReader
protected SqlServer2005PartitionFunctionReader(com.sqlapp.data.db.dialect.Dialect dialect)
-
-
メソッドの詳細
-
doGetAll
protected List<com.sqlapp.data.schemas.PartitionFunction> doGetAll(Connection connection, com.sqlapp.data.parameter.ParametersContext context, com.sqlapp.data.schemas.ProductVersionInfo productVersionInfo) - 定義:
doGetAllクラス内com.sqlapp.data.db.metadata.MetadataReader<com.sqlapp.data.schemas.PartitionFunction,com.sqlapp.data.schemas.Catalog>
-
getSqlSqlNode
protected com.sqlapp.jdbc.sql.node.SqlNode getSqlSqlNode(com.sqlapp.data.schemas.ProductVersionInfo productVersionInfo) -
createPartitionFunction
protected com.sqlapp.data.schemas.PartitionFunction createPartitionFunction(com.sqlapp.jdbc.ExResultSet rs) throws SQLException - 例外:
SQLException
-