Package com.alibaba.druid.sql.parser
Interface LayoutCharacters
public interface LayoutCharacters
- Author:
- wenshao [szujobs@hotmail.com]
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byteCarriage return character.static final byteEnd of input character.static final byteForm feed character.static final byteLine feed character.static final byteTabulator character.static final intTabulator column increment.
-
Field Details
-
TabInc
static final int TabIncTabulator column increment.- See Also:
-
TAB
static final byte TABTabulator character.- See Also:
-
LF
static final byte LFLine feed character.- See Also:
-
FF
static final byte FFForm feed character.- See Also:
-
CR
static final byte CRCarriage return character.- See Also:
-
EOI
static final byte EOIEnd of input character. Used as a sentinel to denote the character one beyond the last defined character in a source file.- See Also:
-