クラス AbstractTableCommand

すべての実装されたインタフェース:
Runnable
直系の既知のサブクラス:
AbstractExportCommand, CountAllTablesCommand

public abstract class AbstractTableCommand extends AbstractSchemaDataSourceCommand
TABLEコマンド
  • コンストラクタの詳細

    • AbstractTableCommand

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

    • getSchemaReader

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

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

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

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

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

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

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

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

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

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

      public void setExcludeTables(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