public class SqlParser
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
STATE_COMMENT |
static int |
STATE_COMMENT_BLOCK |
static int |
STATE_NONE |
static int |
STATE_STRING |
Constructor and Description |
---|
SqlParser() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
parse(java.io.InputStream stream) |
public static final int STATE_NONE
public static final int STATE_STRING
public static final int STATE_COMMENT
public static final int STATE_COMMENT_BLOCK