| Package | Description |
|---|---|
| com.dynamic.sql.interceptor | |
| com.dynamic.sql.plugins.pagination |
| Modifier and Type | Method and Description |
|---|---|
ExecutionControl |
SqlInterceptor.beforeExecution(SqlStatementWrapper sqlStatementWrapper,
Connection connection)
在 SQL 执行之前的拦截逻辑。
|
ExecutionControl |
SqlInterceptorChain.beforeExecution(SqlStatementWrapper sqlStatementWrapper,
Connection connection) |
static ExecutionControl |
ExecutionControl.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionControl[] |
ExecutionControl.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionControl |
PageInterceptorPlugin.beforeExecution(SqlStatementWrapper sqlStatementWrapper,
Connection connection) |
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.