| Package | Description |
|---|---|
| com.alibaba.druid.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
static SQLType |
SQLParserUtils.getSQLType(String sql,
DbType dbType) |
static SQLType |
SQLParserUtils.getSQLTypeV2(String sql,
DbType dbType) |
SQLType |
Lexer.scanSQLType() |
SQLType |
Lexer.scanSQLTypeV2() |
static SQLType |
SQLType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLType[] |
SQLType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013–2020 Alibaba Group. All rights reserved.