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 StringAUTO_INCREMENTstatic StringCOLUMN_CLASS_NAMEstatic StringCOLUMN_FK_REFERENCED_BY_IDS_SUFFIXstatic StringCOLUMN_FK_REFERENCED_BY_SUFFIXstatic StringCOLUMN_FK_REFERENCES_IDS_SUFFIXstatic StringCOLUMN_FK_REFERENCES_SUFFIXstatic StringCOLUMN_IDstatic StringCOLUMN_NAMEstatic StringCOLUMN_PRECISIONstatic StringCOLUMN_SCALEstatic StringCOLUMN_TYPEstatic StringCOLUMN_TYPE_NAMEstatic StringNULLABLEstatic StringPRIMARY_KEY
-
Constructor Summary
Constructors Constructor Description ZipColumnMetaDataWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZipColumnMetaDataWriterwriteColumnMetaDataEntry(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
-
-