public class QueryUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
QueryUtil.IQueryTransformer |
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
QueryUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isSelectStatement(String sql) |
static String |
makeErrorMsgUserFriendly(String errorMsg) |
static String |
makeErrorMsgUserFriendly(Throwable e) |
static String |
massageSql(String sql,
String project,
int limit,
int offset,
String defaultSchema) |
static String |
removeCommentInSql(String sql1) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.