public class XFTSqlField extends Object
Constructor and Description |
---|
XFTSqlField() |
XFTSqlField(Node node)
Constructs the XFTSqlField based on the attributes of the XML DOM Node.
|
Modifier and Type | Method and Description |
---|---|
XFTSqlField |
clone(XFTElement e) |
String |
getAutoIncrement() |
String |
getDefaultValue() |
String |
getIndex() |
String |
getKey() |
String |
getPrimaryKey() |
String |
getSqlName() |
String |
getType() |
void |
setAutoIncrement(String string) |
void |
setDefaultValue(String string) |
void |
setIndex(String string) |
void |
setKey(String string) |
void |
setPrimaryKey(String string) |
void |
setSqlName(String string) |
void |
setType(String string) |
String |
toString() |
String |
toString(String header) |
Node |
toXML(Document doc) |
public XFTSqlField()
public XFTSqlField(Node node)
node
- public XFTSqlField clone(XFTElement e)
public String getDefaultValue()
public String getKey()
public void setDefaultValue(String string)
string
- public void setKey(String string)
string
- public String getType()
public void setType(String string)
string
- public String getSqlName()
public void setSqlName(String string)
string
- public String getAutoIncrement()
public String getIndex()
public String getPrimaryKey()
public void setAutoIncrement(String string)
string
- public void setIndex(String string)
string
- public void setPrimaryKey(String string)
string
- Copyright © 2015 Neuroinformatics Research Group. All rights reserved.