クラス ExportXmlCommand

すべての実装されたインタフェース:
ConsoleOutputLevelProperty, ConvertersProperty, DataSourceProperty, OnlyCurrentCatalogProperty, OnlyCurrentSchemaProperty, OutputDirectoryProperty, SchemaOptionProperty, Runnable

Export XMLコマンド
  • コンストラクタの詳細

    • ExportXmlCommand

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

    • doRun

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

      protected com.sqlapp.data.db.metadata.MetadataReader getMetadataReader(Connection connection, com.sqlapp.data.db.dialect.Dialect dialect) throws SQLException
      例外:
      SQLException
    • getRowIteratorHandler

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

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

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

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

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

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

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

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

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

      public String getOutputFileFullPath()