public class SQLField extends FormatField
FormatField.NonAvailableFormatFieldNON_AVAILABLE_FIELD| Constructor and Description |
|---|
SQLField(java.lang.String name,
java.lang.String typeName,
int precision)
General constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPrecision()
Return the precision of the field.
|
protected java.lang.String |
getStatement() |
java.lang.String |
getTypeName()
This method returns the string code associated with the type.
|