org.maverickdbms.basic
Class Delimiter
java.lang.Object
org.maverickdbms.basic.Delimiter
- public class Delimiter
- extends java.lang.Object
This is the set of delimiters needed for strings
|
Field Summary |
static char |
AM
|
static char |
FM
|
static char |
IM
|
static char |
RM
|
static char |
SM
|
static char |
TM
|
static char |
VM
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IM
public static final char IM
- See Also:
- Constant Field Values
RM
public static final char RM
- See Also:
- Constant Field Values
AM
public static final char AM
- See Also:
- Constant Field Values
FM
public static final char FM
- See Also:
- Constant Field Values
VM
public static final char VM
- See Also:
- Constant Field Values
SM
public static final char SM
- See Also:
- Constant Field Values
TM
public static final char TM
- See Also:
- Constant Field Values
Delimiter
public Delimiter()