public interface HintParser
| Modifier and Type | Field and Description |
|---|---|
static String |
HINT_FLAG
hint 的标识.
|
static String |
KEY_IGNORE
是否忽略权限.
|
| Modifier and Type | Method and Description |
|---|---|
Hint |
parse(String sql)
解析目标 SQL 中的提示.
|
static final String HINT_FLAG
static final String KEY_IGNORE
Hint parse(String sql) throws SQLException
sql - 需要解析的目标 SQL.SQLException - 解析失败.Copyright © 2021. All rights reserved.