public class ExportData2FileCommand extends AbstractExportCommand
logger| Constructor and Description |
|---|
ExportData2FileCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doRun() |
com.sqlapp.data.db.sql.Options |
getOptions() |
com.sqlapp.data.schemas.rowiterator.WorkbookFileType |
getOutputFileType() |
protected com.sqlapp.data.schemas.RowIteratorHandler |
getRowIteratorHandler() |
java.lang.String |
getSheetName() |
boolean |
isDefaultExport() |
void |
setDefaultExport(boolean defaultExport) |
void |
setOption(com.sqlapp.data.db.sql.Options options) |
void |
setOutputFileType(com.sqlapp.data.schemas.rowiterator.WorkbookFileType outputFileType) |
void |
setSheetName(java.lang.String sheetName) |
getCsvEncoding, getDirectory, getJsonConverter, getTableOptions, isUseSchemaNameDirectory, setCsvEncoding, setDirectory, setJsonConverter, setTableOptions, setUseSchemaNameDirectorygetExcludeSchemas, getExcludeTables, getIncludeSchemas, getIncludeTables, getMetadataReaderFilter, getSchemaReader, getSchemaReader, isOnlyCurrentCatalog, isOnlyCurrentSchema, setExcludeSchemas, setExcludeTables, setIncludeSchemas, setIncludeTables, setOnlyCurrentCatalog, setOnlyCurrentSchemagetSchemas, getSchemas, getSqlFactoryRegistry, setSqlFactoryRegistrycreateOutputTextBuilder, getConnection, getConnectionHandler, getCurrentCatalogName, getCurrentSchemaName, getDataSource, getDialect, getDialect, newConverters, releaseConnection, setConnection, setConnectionHandler, setDataSource, setDialectcreateJsonConverter, getContext, getConvertHandler, getErr, getExceptionHandler, initialize, initializeContext, println, run, setConvertHandler, setExceptionHandlerprotected void doRun()
doRun in class AbstractCommandprotected com.sqlapp.data.schemas.RowIteratorHandler getRowIteratorHandler()
public com.sqlapp.data.schemas.rowiterator.WorkbookFileType getOutputFileType()
public void setOutputFileType(com.sqlapp.data.schemas.rowiterator.WorkbookFileType outputFileType)
outputFileType - the outputFileType to setpublic com.sqlapp.data.db.sql.Options getOptions()
public void setOption(com.sqlapp.data.db.sql.Options options)
options - the options to setpublic boolean isDefaultExport()
public void setDefaultExport(boolean defaultExport)
defaultExport - the defaultExport to setpublic java.lang.String getSheetName()
public void setSheetName(java.lang.String sheetName)
sheetName - the sheetName to set