クラス TableFileReader
java.lang.Object
com.sqlapp.data.db.command.export.TableFileReader
- すべての実装されたインタフェース:
CsvEncodingProperty,FilesProperty,JsonConverterProperty,PlaceholderProperty,UseSchemaNameDirectoryProperty
public class TableFileReader
extends Object
implements PlaceholderProperty, FilesProperty, CsvEncodingProperty, JsonConverterProperty, UseSchemaNameDirectoryProperty
-
ネストされたクラスの概要
ネストされたクラス -
コンストラクタの概要
コンストラクタ -
メソッドの概要
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.CsvEncodingProperty
getCsvEncoding, setCsvEncodingインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.FilesProperty
getFiles, setFilesインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.JsonConverterProperty
createJsonConverter, getJsonConverter, setJsonConverterインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.PlaceholderProperty
getPlaceholderPrefix, getPlaceholderSuffix, isPlaceholders, setPlaceholderPrefix, setPlaceholders, setPlaceholderSuffixインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.UseSchemaNameDirectoryProperty
isUseSchemaNameDirectory, setUseSchemaNameDirectory
-
コンストラクタの詳細
-
TableFileReader
public TableFileReader()
-
-
メソッドの詳細
-
getTableFilesPairs
public List<TableFileReader.TableFilesPair> getTableFilesPairs(com.sqlapp.data.schemas.Catalog catalog) -
setFiles
public void setFiles(List<TableFileReader.TableFilesPair> tfs) throws org.apache.poi.EncryptedDocumentException, org.apache.poi.openxml4j.exceptions.InvalidFormatException, IOException, XMLStreamException - 例外:
org.apache.poi.EncryptedDocumentExceptionorg.apache.poi.openxml4j.exceptions.InvalidFormatExceptionIOExceptionXMLStreamException
-
setFiles
- 定義:
setFilesインタフェース内FilesProperty
-