public final class SQLHintExtractor extends Object
| 构造器和说明 |
|---|
SQLHintExtractor(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement) |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<String> |
findDisableAuditNames()
Find hint disable audit names.
|
boolean |
isHintSkipEncryptRewrite()
Judge whether hint skip encrypt rewrite or not.
|
boolean |
isHintWriteRouteOnly()
Judge whether is hint routed to write data source or not.
|
public SQLHintExtractor(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement)
public boolean isHintWriteRouteOnly()
public boolean isHintSkipEncryptRewrite()
public Collection<String> findDisableAuditNames()
Copyright © 2022 The Apache Software Foundation. All rights reserved.