クラス ExportXmlCommand

すべての実装されたインタフェース:
Runnable

public class ExportXmlCommand extends AbstractSchemaDataSourceCommand
Export XMLコマンド
  • コンストラクタの詳細

    • ExportXmlCommand

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

    • doRun

      protected void doRun()
      定義:
      doRun クラス内 AbstractCommand
    • getMetadataReader

      protected com.sqlapp.data.db.metadata.MetadataReader getMetadataReader(com.sqlapp.data.db.dialect.Dialect dialect)
    • getRowIteratorHandler

      protected com.sqlapp.data.schemas.RowIteratorHandler getRowIteratorHandler()
    • getMetadataReaderFilter

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

      public String getTarget()
      戻り値:
      the target
    • setTarget

      public void setTarget(String target)
      パラメータ:
      target - the target to set
    • isDumpRows

      public boolean isDumpRows()
      戻り値:
      the dumpRows
    • setDumpRows

      public void setDumpRows(boolean dumpRows)
      パラメータ:
      dumpRows - the dumpRows to set
    • getIncludeRowDumpTables

      public String[] getIncludeRowDumpTables()
      戻り値:
      the includeRowDumpTables
    • setIncludeRowDumpTables

      public void setIncludeRowDumpTables(String... includeRowDumpTables)
      パラメータ:
      includeRowDumpTables - the includeRowDumpTables to set
    • getExcludeRowDumpTables

      public String[] getExcludeRowDumpTables()
      戻り値:
      the excludeRowDumpTables
    • setExcludeRowDumpTables

      public void setExcludeRowDumpTables(String... excludeRowDumpTables)
      パラメータ:
      excludeRowDumpTables - the excludeRowDumpTables to set
    • 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
    • getIncludeObjects

      public String[] getIncludeObjects()
      戻り値:
      the includeObjects
    • setIncludeObjects

      public void setIncludeObjects(String... includeObjects)
      パラメータ:
      includeObjects - the includeObjects to set
    • getExcludeObjects

      public String[] getExcludeObjects()
      戻り値:
      the excludeObjects
    • setExcludeObjects

      public void setExcludeObjects(String... excludeObjects)
      パラメータ:
      excludeObjects - the excludeObjects to set
    • getOutputFileName

      public String getOutputFileName()
      戻り値:
      the outputFileName
    • setOutputFileName

      public void setOutputFileName(String outputFileName)
      パラメータ:
      outputFileName - the outputFileName to set
    • getOutputPath

      public File getOutputPath()
      戻り値:
      the outputPath
    • setOutputPath

      public void setOutputPath(File outputPath)
      パラメータ:
      outputPath - the outputPath to set
    • getOutputFileFullPath

      public String getOutputFileFullPath()
    • 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
    • getConverter

      public Consumer<com.sqlapp.data.schemas.DbObject<?>> getConverter()
      戻り値:
      the converter
    • setConverter

      public void setConverter(Consumer<com.sqlapp.data.schemas.DbObject<?>> converter)
      パラメータ:
      converter - the converter to set
    • getOptions

      public com.sqlapp.data.db.sql.Options getOptions()
    • setOptions

      public void setOptions(com.sqlapp.data.db.sql.Options options)