public static class SQLExec.DelimiterType extends EnumeratedAttribute
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | NORMALThe enumerated strings | 
| static java.lang.String | ROWThe enumerated strings | 
value| Constructor and Description | 
|---|
| DelimiterType() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String[] | getValues()This is the only method a subclass needs to implement. | 
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toStringpublic static final java.lang.String NORMAL
public static final java.lang.String ROW
public java.lang.String[] getValues()
EnumeratedAttributegetValues in class EnumeratedAttribute