クラス SqlServer2005FunctionReader

java.lang.Object
com.sqlapp.data.db.metadata.MetadataReader<T,S>
com.sqlapp.data.db.metadata.AbstractNamedMetadataReader<T,com.sqlapp.data.schemas.Schema>
com.sqlapp.data.db.metadata.AbstractSchemaObjectReader<T>
com.sqlapp.data.db.metadata.RoutineReader<com.sqlapp.data.schemas.Function>
com.sqlapp.data.db.metadata.FunctionReader
com.sqlapp.data.db.dialect.sqlserver.metadata.SqlServer2005FunctionReader

public class SqlServer2005FunctionReader extends com.sqlapp.data.db.metadata.FunctionReader
SqlServer2005の関数読み込みクラス
  • フィールドの概要

    クラスから継承されたフィールド com.sqlapp.data.db.metadata.FunctionReader

    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, 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
  • コンストラクタの概要

    コンストラクタ
    修飾子
    コンストラクタ
    説明
    protected
    SqlServer2005FunctionReader(com.sqlapp.data.db.dialect.Dialect dialect)
     
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    protected com.sqlapp.data.schemas.Function
    createFunction(com.sqlapp.jdbc.ExResultSet rs)
     
    protected List<com.sqlapp.data.schemas.Function>
    doGetAll(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)
     
    protected com.sqlapp.data.db.metadata.RoutineArgumentReader<?>
     

    クラスから継承されたメソッド com.sqlapp.data.db.metadata.FunctionReader

    getNameLabel, getSchemaObjectProperties

    クラスから継承されたメソッド com.sqlapp.data.db.metadata.RoutineReader

    getObjectKeyMap, getRoutineArgumentReader, setMetadataDetail, setReaderParameter, setReaderParameter

    クラスから継承されたメソッド com.sqlapp.data.db.metadata.AbstractSchemaObjectReader

    defaultParametersContext, getSchemaName, load, loadFull, setObjectName, setSchemaName, toParametersContext

    クラスから継承されたメソッド com.sqlapp.data.db.metadata.AbstractNamedMetadataReader

    getObjectName, getObjectName

    クラスから継承されたメソッド 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, setParent, setReadDbObjectPredicate, setReaderOptions, setSpecifics, setSpecifics, setSpecifics, setSpecifics, setSpecifics, setSpecifics, setStatistics, setStatistics, setStatistics, setStatistics, setStatistics, setStatistics, toBoolean

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • コンストラクタの詳細

    • SqlServer2005FunctionReader

      protected SqlServer2005FunctionReader(com.sqlapp.data.db.dialect.Dialect dialect)
  • メソッドの詳細

    • doGetAll

      protected List<com.sqlapp.data.schemas.Function> 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.Function,com.sqlapp.data.schemas.Schema>
    • getSqlSqlNode

      protected com.sqlapp.jdbc.sql.node.SqlNode getSqlSqlNode(com.sqlapp.data.schemas.ProductVersionInfo productVersionInfo)
    • createFunction

      protected com.sqlapp.data.schemas.Function createFunction(com.sqlapp.jdbc.ExResultSet rs) throws SQLException
      例外:
      SQLException
    • newRoutineArgumentReader

      protected com.sqlapp.data.db.metadata.RoutineArgumentReader<?> newRoutineArgumentReader()
      定義:
      newRoutineArgumentReader クラス内 com.sqlapp.data.db.metadata.RoutineReader<com.sqlapp.data.schemas.Function>