Package com.alibaba.druid.sql.parser
Interface LayoutCharacters
-
public interface LayoutCharacters- Author:
- wenshao [szujobs@hotmail.com]
-
-
Field Detail
-
TabInc
static final int TabInc
Tabulator column increment.- See Also:
- Constant Field Values
-
TAB
static final byte TAB
Tabulator character.- See Also:
- Constant Field Values
-
LF
static final byte LF
Line feed character.- See Also:
- Constant Field Values
-
FF
static final byte FF
Form feed character.- See Also:
- Constant Field Values
-
CR
static final byte CR
Carriage return character.- See Also:
- Constant Field Values
-
EOI
static final byte EOI
End of input character. Used as a sentinel to denote the character one beyond the last defined character in a source file.- See Also:
- Constant Field Values
-
-