クラス PostgresTableReader

  • 直系の既知のサブクラス:
    Postgres82TableReader

    public class PostgresTableReader
    extends com.sqlapp.data.db.metadata.TableReader
    Postgresのテーブル情報読み込み
    • フィールドの概要

      • クラスから継承されたフィールド 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
    • コンストラクタの概要

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

      すべてのメソッド インスタンス・メソッド concreteメソッド 
      修飾子とタイプ メソッド 説明
      protected void addInherits​(com.sqlapp.data.schemas.Table table, com.sqlapp.data.schemas.Table pTable)  
      protected com.sqlapp.data.schemas.Table createTable​(com.sqlapp.jdbc.ExResultSet rs)  
      protected java.util.List<com.sqlapp.data.schemas.Table> doGetAll​(java.sql.Connection connection, com.sqlapp.data.parameter.ParametersContext context, com.sqlapp.data.schemas.ProductVersionInfo productVersionInfo)  
      protected com.sqlapp.jdbc.sql.node.SqlNode getInheritsSqlSqlNode()  
      protected com.sqlapp.jdbc.sql.node.SqlNode getSqlSqlNode​(com.sqlapp.data.schemas.ProductVersionInfo productVersionInfo)  
      protected com.sqlapp.data.db.metadata.CheckConstraintReader newCheckConstraintReader()  
      protected com.sqlapp.data.db.metadata.ColumnReader newColumnReader()  
      protected com.sqlapp.data.db.metadata.ExcludeConstraintReader newExcludeConstraintReader()  
      protected com.sqlapp.data.db.metadata.ForeignKeyConstraintReader newForeignKeyConstraintReader()  
      protected com.sqlapp.data.db.metadata.IndexReader newIndexReader()  
      protected com.sqlapp.data.db.metadata.UniqueConstraintReader newUniqueConstraintReader()  
      protected void setInherits​(java.sql.Connection connection, com.sqlapp.data.parameter.ParametersContext context, com.sqlapp.util.DoubleKeyMap<java.lang.String,​java.lang.String,​com.sqlapp.data.schemas.Table> map)  
      protected void setMetadataDetail​(java.sql.Connection connection, com.sqlapp.data.parameter.ParametersContext context, java.util.List<com.sqlapp.data.schemas.Table> list)  
      void setRelkind​(java.lang.String... relkind)  
      • クラスから継承されたメソッド com.sqlapp.data.db.metadata.TableReader

        createTable, getCheckConstraintReader, getColumnReader, getExcludeConstraintReader, getForeignKeyConstraintReader, getIndexReader, getMetadataReader, getNameLabel, getSchemaObjectProperties, getTableObjectKeyMap, getUniqueConstraintReader, setFilter, setReaderParameter, setTableObjects
      • クラスから継承されたメソッド 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, setStatistics, setStatistics, setStatistics, setStatistics, toBoolean
      • クラスから継承されたメソッド java.lang.Object

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

      • PostgresTableReader

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

      • doGetAll

        protected java.util.List<com.sqlapp.data.schemas.Table> doGetAll​(java.sql.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.Table,​com.sqlapp.data.schemas.Schema>
      • setInherits

        protected void setInherits​(java.sql.Connection connection,
                                   com.sqlapp.data.parameter.ParametersContext context,
                                   com.sqlapp.util.DoubleKeyMap<java.lang.String,​java.lang.String,​com.sqlapp.data.schemas.Table> map)
      • addInherits

        protected void addInherits​(com.sqlapp.data.schemas.Table table,
                                   com.sqlapp.data.schemas.Table pTable)
      • createTable

        protected com.sqlapp.data.schemas.Table createTable​(com.sqlapp.jdbc.ExResultSet rs)
                                                     throws java.sql.SQLException
        例外:
        java.sql.SQLException
      • setMetadataDetail

        protected void setMetadataDetail​(java.sql.Connection connection,
                                         com.sqlapp.data.parameter.ParametersContext context,
                                         java.util.List<com.sqlapp.data.schemas.Table> list)
                                  throws java.sql.SQLException
        オーバーライド:
        setMetadataDetail クラス内 com.sqlapp.data.db.metadata.TableReader
        例外:
        java.sql.SQLException
      • setRelkind

        public void setRelkind​(java.lang.String... relkind)
      • getSqlSqlNode

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

        protected com.sqlapp.jdbc.sql.node.SqlNode getInheritsSqlSqlNode()
      • newColumnReader

        protected com.sqlapp.data.db.metadata.ColumnReader newColumnReader()
        定義:
        newColumnReader クラス内 com.sqlapp.data.db.metadata.TableReader
      • newIndexReader

        protected com.sqlapp.data.db.metadata.IndexReader newIndexReader()
        定義:
        newIndexReader クラス内 com.sqlapp.data.db.metadata.TableReader
      • newUniqueConstraintReader

        protected com.sqlapp.data.db.metadata.UniqueConstraintReader newUniqueConstraintReader()
        定義:
        newUniqueConstraintReader クラス内 com.sqlapp.data.db.metadata.TableReader
      • newCheckConstraintReader

        protected com.sqlapp.data.db.metadata.CheckConstraintReader newCheckConstraintReader()
        定義:
        newCheckConstraintReader クラス内 com.sqlapp.data.db.metadata.TableReader
      • newForeignKeyConstraintReader

        protected com.sqlapp.data.db.metadata.ForeignKeyConstraintReader newForeignKeyConstraintReader()
        定義:
        newForeignKeyConstraintReader クラス内 com.sqlapp.data.db.metadata.TableReader
      • newExcludeConstraintReader

        protected com.sqlapp.data.db.metadata.ExcludeConstraintReader newExcludeConstraintReader()
        定義:
        newExcludeConstraintReader クラス内 com.sqlapp.data.db.metadata.TableReader