public class PreparedStatementProxy extends AbstractStatementProxy implements InvocationHandler
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
PreparedStatementProxy.PreparedStatementMaker
PreparedStatement的构造器,由创建者传入.
|
manager| 构造器和说明 |
|---|
PreparedStatementProxy(RuleCheckServiceClient client,
com.xforceplus.tenant.data.domain.authorization.Authorization authorization,
PreparedStatementProxy.PreparedStatementMaker maker,
HintParser hintParser,
String sql) |
PreparedStatementProxy(RuleCheckServiceClient client,
com.xforceplus.tenant.data.domain.authorization.Authorization authorization,
PreparedStatementProxy.PreparedStatementMaker maker,
HintParser hintParser,
String sql,
VariableParserManager manager) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.xforceplus.tenant.data.domain.result.CheckResult |
getCheckResult() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
boolean |
isRefuse() |
getAuthorization, getClient, getHintParser, isForceMethodpublic PreparedStatementProxy(RuleCheckServiceClient client, com.xforceplus.tenant.data.domain.authorization.Authorization authorization, PreparedStatementProxy.PreparedStatementMaker maker, HintParser hintParser, String sql, VariableParserManager manager) throws SQLException
SQLExceptionpublic PreparedStatementProxy(RuleCheckServiceClient client, com.xforceplus.tenant.data.domain.authorization.Authorization authorization, PreparedStatementProxy.PreparedStatementMaker maker, HintParser hintParser, String sql) throws SQLException
SQLExceptionCopyright © 2021. All rights reserved.