public interface ShardingAuditAlgorithm extends ShardingSphereAlgorithm
| Modifier and Type | Method and Description |
|---|---|
void |
check(SQLStatementContext<?> sqlStatementContext,
List<Object> params,
Grantee grantee,
ShardingSphereDatabase database)
Sharding audit algorithm SQL check.
|
getPropsvoid check(SQLStatementContext<?> sqlStatementContext, List<Object> params, Grantee grantee, ShardingSphereDatabase database)
sqlStatementContext - SQL statement contextparams - SQL parametersgrantee - granteedatabase - databaseCopyright © 2023 The Apache Software Foundation. All rights reserved.