クラス ExportData2FileCommand
- java.lang.Object
-
- com.sqlapp.data.db.command.AbstractCommand
-
- com.sqlapp.data.db.command.AbstractDataSourceCommand
-
- com.sqlapp.data.db.command.AbstractSchemaDataSourceCommand
-
- com.sqlapp.data.db.command.AbstractTableCommand
-
- com.sqlapp.data.db.command.export.AbstractExportCommand
-
- com.sqlapp.data.db.command.export.ExportData2FileCommand
-
- すべての実装されたインタフェース:
java.lang.Runnable
public class ExportData2FileCommand extends AbstractExportCommand
Exportコマンド
-
-
フィールドの概要
-
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 ExportData2FileCommand()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 protected voiddoRun()com.sqlapp.data.converter.ConvertersgetConverters()com.sqlapp.data.db.sql.OptionsgetOptions()com.sqlapp.data.schemas.rowiterator.WorkbookFileTypegetOutputFileType()protected com.sqlapp.data.schemas.RowIteratorHandlergetRowIteratorHandler()java.lang.StringgetSheetName()booleanisDefaultExport()voidsetConverters(com.sqlapp.data.converter.Converters converters)voidsetDefaultExport(boolean defaultExport)voidsetOption(com.sqlapp.data.db.sql.Options options)voidsetOutputFileType(com.sqlapp.data.schemas.rowiterator.WorkbookFileType outputFileType)voidsetSheetName(java.lang.String sheetName)-
クラスから継承されたメソッド com.sqlapp.data.db.command.export.AbstractExportCommand
getCsvEncoding, getDirectory, getJsonConverter, getTableOptions, getYamlConverter, isUseSchemaNameDirectory, setCsvEncoding, setDirectory, setJsonConverter, setTableOptions, setUseSchemaNameDirectory, setYamlConverter
-
クラスから継承されたメソッド com.sqlapp.data.db.command.AbstractTableCommand
getExcludeSchemas, getExcludeTables, getIncludeSchemas, getIncludeTables, getMetadataReaderFilter, getSchemaReader, getSchemaReader, isOnlyCurrentCatalog, isOnlyCurrentSchema, setExcludeSchemas, setExcludeTables, setIncludeSchemas, setIncludeTables, setOnlyCurrentCatalog, setOnlyCurrentSchema
-
クラスから継承されたメソッド com.sqlapp.data.db.command.AbstractSchemaDataSourceCommand
getSchemas, getSqlFactoryRegistry, setSqlFactoryRegistry
-
クラスから継承されたメソッド com.sqlapp.data.db.command.AbstractDataSourceCommand
createOutputTextBuilder, getConnection, getConnectionHandler, getCurrentCatalogName, getCurrentSchemaName, getDataSource, getDialect, newConverters, releaseConnection, rollback, setConnection, setConnectionHandler, setDataSource, setDialect
-
クラスから継承されたメソッド com.sqlapp.data.db.command.AbstractCommand
createJsonConverter, createYamlConverter, getContext, getConvertHandler, getErr, getExceptionHandler, initialize, initializeContext, println, run, setConvertHandler, setExceptionHandler
-
-
-
-
メソッドの詳細
-
doRun
protected void doRun()
- 定義:
doRunクラス内AbstractCommand
-
getRowIteratorHandler
protected com.sqlapp.data.schemas.RowIteratorHandler getRowIteratorHandler()
-
getOutputFileType
public com.sqlapp.data.schemas.rowiterator.WorkbookFileType getOutputFileType()
- 戻り値:
- the outputFileType
-
setOutputFileType
public void setOutputFileType(com.sqlapp.data.schemas.rowiterator.WorkbookFileType outputFileType)
- パラメータ:
outputFileType- the outputFileType to set
-
getOptions
public com.sqlapp.data.db.sql.Options getOptions()
- 戻り値:
- the options
-
setOption
public void setOption(com.sqlapp.data.db.sql.Options options)
- パラメータ:
options- the options to set
-
isDefaultExport
public boolean isDefaultExport()
- 戻り値:
- the defaultExport
-
setDefaultExport
public void setDefaultExport(boolean defaultExport)
- パラメータ:
defaultExport- the defaultExport to set
-
getSheetName
public java.lang.String getSheetName()
- 戻り値:
- the sheetName
-
setSheetName
public void setSheetName(java.lang.String sheetName)
- パラメータ:
sheetName- the sheetName to set
-
getConverters
public com.sqlapp.data.converter.Converters getConverters()
-
setConverters
public void setConverters(com.sqlapp.data.converter.Converters converters)
-
-