com.alibaba.druid.sql.parser
接口 LayoutCharacters


public interface LayoutCharacters

作者:
wenshao

字段摘要
static byte CR
          Carriage return character.
static byte EOI
          QS_TODO 为什么不是0x0?
static byte FF
          Form feed character.
static byte LF
          Line feed character.
static byte TAB
          Tabulator character.
static int TabInc
          Tabulator column increment.
 

字段详细信息

TabInc

static final int TabInc
Tabulator column increment.

另请参见:
常量字段值

TAB

static final byte TAB
Tabulator character.

另请参见:
常量字段值

LF

static final byte LF
Line feed character.

另请参见:
常量字段值

FF

static final byte FF
Form feed character.

另请参见:
常量字段值

CR

static final byte CR
Carriage return character.

另请参见:
常量字段值

EOI

static final byte EOI
QS_TODO 为什么不是0x0?
End of input character. Used as a sentinel to denote the character one beyond the last defined character in a source file.

另请参见:
常量字段值


Copyright © 2013 Alibaba Group. All Rights Reserved.