Class ZipColumnMetaDataWriter
- java.lang.Object
-
- de.akquinet.jbosscc.guttenbase.export.zip.ZipAbstractMetaDataWriter
-
- de.akquinet.jbosscc.guttenbase.export.zip.ZipColumnMetaDataWriter
-
public class ZipColumnMetaDataWriter extends ZipAbstractMetaDataWriter
Write ZIP file entry containing information about a table column such as type and name.© 2012-2034 akquinet tech@spree
- Author:
- M. Dahm
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTO_INCREMENT
static String
COLUMN_CLASS_NAME
static String
COLUMN_FK_REFERENCED_BY_IDS_SUFFIX
static String
COLUMN_FK_REFERENCED_BY_SUFFIX
static String
COLUMN_FK_REFERENCES_IDS_SUFFIX
static String
COLUMN_FK_REFERENCES_SUFFIX
static String
COLUMN_ID
static String
COLUMN_NAME
static String
COLUMN_PRECISION
static String
COLUMN_SCALE
static String
COLUMN_TYPE
static String
COLUMN_TYPE_NAME
static String
NULLABLE
static String
PRIMARY_KEY
-
Constructor Summary
Constructors Constructor Description ZipColumnMetaDataWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZipColumnMetaDataWriter
writeColumnMetaDataEntry(ColumnMetaData columnMetaData)
-
Methods inherited from class de.akquinet.jbosscc.guttenbase.export.zip.ZipAbstractMetaDataWriter
getProperties, setProperty, store
-
-
-
-
Field Detail
-
COLUMN_NAME
public static final String COLUMN_NAME
- See Also:
- Constant Field Values
-
COLUMN_ID
public static final String COLUMN_ID
- See Also:
- Constant Field Values
-
COLUMN_CLASS_NAME
public static final String COLUMN_CLASS_NAME
- See Also:
- Constant Field Values
-
COLUMN_TYPE_NAME
public static final String COLUMN_TYPE_NAME
- See Also:
- Constant Field Values
-
COLUMN_TYPE
public static final String COLUMN_TYPE
- See Also:
- Constant Field Values
-
COLUMN_PRECISION
public static final String COLUMN_PRECISION
- See Also:
- Constant Field Values
-
COLUMN_SCALE
public static final String COLUMN_SCALE
- See Also:
- Constant Field Values
-
COLUMN_FK_REFERENCES_IDS_SUFFIX
public static final String COLUMN_FK_REFERENCES_IDS_SUFFIX
- See Also:
- Constant Field Values
-
COLUMN_FK_REFERENCES_SUFFIX
public static final String COLUMN_FK_REFERENCES_SUFFIX
- See Also:
- Constant Field Values
-
COLUMN_FK_REFERENCED_BY_IDS_SUFFIX
public static final String COLUMN_FK_REFERENCED_BY_IDS_SUFFIX
- See Also:
- Constant Field Values
-
COLUMN_FK_REFERENCED_BY_SUFFIX
public static final String COLUMN_FK_REFERENCED_BY_SUFFIX
- See Also:
- Constant Field Values
-
PRIMARY_KEY
public static final String PRIMARY_KEY
- See Also:
- Constant Field Values
-
NULLABLE
public static final String NULLABLE
- See Also:
- Constant Field Values
-
AUTO_INCREMENT
public static final String AUTO_INCREMENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
writeColumnMetaDataEntry
public ZipColumnMetaDataWriter writeColumnMetaDataEntry(ColumnMetaData columnMetaData) throws IOException
- Throws:
IOException
-
-