クラス 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
- すべての実装されたインタフェース:
Runnable
Exportコマンド
-
フィールドの概要
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected voiddoRun()com.sqlapp.data.converter.Converterscom.sqlapp.data.db.sql.Optionscom.sqlapp.data.schemas.rowiterator.WorkbookFileTypeprotected com.sqlapp.data.schemas.RowIteratorHandlerbooleanvoidsetConverters(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(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, debug, debug, error, error, getConsoleOutputLevel, getContext, getConvertHandler, getErr, getExceptionHandler, info, info, initialize, initializeContext, run, setConsoleOutputLevel, setConvertHandler, setExceptionHandler
-
コンストラクタの詳細
-
ExportData2FileCommand
public ExportData2FileCommand()
-
-
メソッドの詳細
-
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
- 戻り値:
- the sheetName
-
setSheetName
- パラメータ:
sheetName- the sheetName to set
-
getConverters
public com.sqlapp.data.converter.Converters getConverters() -
setConverters
public void setConverters(com.sqlapp.data.converter.Converters converters)
-