| org.netbeans.modules.mashup.db.model.FlatfileDBColumn
All known Subclasses: org.netbeans.modules.mashup.db.model.impl.FlatfileDBColumnImpl,
FlatfileDBColumn | public interface FlatfileDBColumn extends SQLDBColumn(Code) | | Extends DBColumn to hold metadata required for parsing a flatfile field as a column in
a database table.
author: Jonathan Giron author: Ahimanikya Satapathy version: $Revision$ |
getCardinalPosition | int getCardinalPosition()(Code) | | |
getCreateStatementSQL | String getCreateStatementSQL()(Code) | | Gets the SQL create statement to create a column representing this flatfile field.
SQL statement fragment to create of a column representing this field |
getProperties | Map getProperties()(Code) | | Gets Map of current properties associated with this field.
unmodifiable Map of current properties. |
getProperty | String getProperty(String propName)(Code) | | Gets property string associated with the given name.
Parameters: propName - property key property associated with propName, or null if no such property exists. |
isSelected | boolean isSelected()(Code) | | Indicates whether column is selected
true if selected, false otherwise |
setCardinalPosition | void setCardinalPosition(int theCardinalPosition)(Code) | | |
|
|