Class ZipTableMetaDataWriter
- java.lang.Object
-
- de.akquinet.jbosscc.guttenbase.export.zip.ZipAbstractMetaDataWriter
-
- de.akquinet.jbosscc.guttenbase.export.zip.ZipTableMetaDataWriter
-
public class ZipTableMetaDataWriter extends ZipAbstractMetaDataWriter
Write ZIP file entry containing information about a table such as name and row count.© 2012-2034 akquinet tech@spree
- Author:
- M. Dahm
-
-
Field Summary
Fields Modifier and Type Field Description static String
COLUMN_COUNT
static String
ROW_COUNT
static String
TABLE_NAME
-
Constructor Summary
Constructors Constructor Description ZipTableMetaDataWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZipTableMetaDataWriter
writeTableMetaDataEntry(TableMetaData tableMetaData)
-
Methods inherited from class de.akquinet.jbosscc.guttenbase.export.zip.ZipAbstractMetaDataWriter
getProperties, setProperty, store
-
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
COLUMN_COUNT
public static final String COLUMN_COUNT
- See Also:
- Constant Field Values
-
ROW_COUNT
public static final String ROW_COUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
writeTableMetaDataEntry
public ZipTableMetaDataWriter writeTableMetaDataEntry(TableMetaData tableMetaData) throws IOException
- Throws:
IOException
-
-