Package org.apache.tools.ant.taskdefs
Class SQLExec.DelimiterType
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.apache.tools.ant.taskdefs.SQLExec.DelimiterType
- Enclosing class:
- SQLExec
delimiters we support, "normal" and "row"
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe enumerated stringsstatic final StringThe enumerated stringsFields inherited from class org.apache.tools.ant.types.EnumeratedAttributevalue
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.tools.ant.types.EnumeratedAttributecontainsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
- 
Field Details- 
NORMALThe enumerated strings- See Also:
 
- 
ROWThe enumerated strings- See Also:
 
 
- 
- 
Constructor Details- 
DelimiterTypepublic DelimiterType()
 
- 
- 
Method Details- 
getValuesDescription copied from class:EnumeratedAttributeThis is the only method a subclass needs to implement.- Specified by:
- getValuesin class- EnumeratedAttribute
- Returns:
- the enumerated strings
 
 
-