クラス AbstractTableCommand

    • コンストラクタの詳細

      • AbstractTableCommand

        public AbstractTableCommand()
    • メソッドの詳細

      • getSchemaReader

        protected com.sqlapp.data.db.metadata.SchemaReader getSchemaReader​(com.sqlapp.data.db.dialect.Dialect dialect)
                                                                    throws java.sql.SQLException
        例外:
        java.sql.SQLException
      • getSchemaReader

        protected com.sqlapp.data.db.metadata.SchemaReader getSchemaReader​(java.sql.Connection connection,
                                                                           com.sqlapp.data.db.dialect.Dialect dialect)
                                                                    throws java.sql.SQLException
        例外:
        java.sql.SQLException
      • getMetadataReaderFilter

        protected com.sqlapp.data.db.metadata.ReadDbObjectPredicate getMetadataReaderFilter()
      • getIncludeSchemas

        public java.lang.String[] getIncludeSchemas()
        戻り値:
        the includeSchemas
      • setIncludeSchemas

        public void setIncludeSchemas​(java.lang.String... includeSchemas)
        パラメータ:
        includeSchemas - the includeSchemas to set
      • getExcludeSchemas

        public java.lang.String[] getExcludeSchemas()
        戻り値:
        the excludeSchemas
      • setExcludeSchemas

        public void setExcludeSchemas​(java.lang.String... excludeSchemas)
        パラメータ:
        excludeSchemas - the excludeSchemas to set
      • getIncludeTables

        public java.lang.String[] getIncludeTables()
        戻り値:
        the includeTables
      • setIncludeTables

        public void setIncludeTables​(java.lang.String... includeTables)
        パラメータ:
        includeTables - the includeTables to set
      • getExcludeTables

        public java.lang.String[] getExcludeTables()
        戻り値:
        the excludeTables
      • setExcludeTables

        public void setExcludeTables​(java.lang.String... excludeTables)
        パラメータ:
        excludeTables - the excludeTables to set
      • isOnlyCurrentCatalog

        public boolean isOnlyCurrentCatalog()
        戻り値:
        the onlyCurrentCatalog
      • setOnlyCurrentCatalog

        public void setOnlyCurrentCatalog​(boolean onlyCurrentCatalog)
        パラメータ:
        onlyCurrentCatalog - the onlyCurrentCatalog to set
      • isOnlyCurrentSchema

        public boolean isOnlyCurrentSchema()
        戻り値:
        the onlyCurrentSchema
      • setOnlyCurrentSchema

        public void setOnlyCurrentSchema​(boolean onlyCurrentSchema)
        パラメータ:
        onlyCurrentSchema - the onlyCurrentSchema to set