Uses of Class
com.alibaba.druid.wall.WallConfig.TenantCallBack.StatementType
-
Packages that use WallConfig.TenantCallBack.StatementType Package Description com.alibaba.druid.wall com.alibaba.druid.wall.spi -
-
Uses of WallConfig.TenantCallBack.StatementType in com.alibaba.druid.wall
Methods in com.alibaba.druid.wall that return WallConfig.TenantCallBack.StatementType Modifier and Type Method Description static WallConfig.TenantCallBack.StatementTypeWallConfig.TenantCallBack.StatementType. valueOf(String name)Returns the enum constant of this type with the specified name.static WallConfig.TenantCallBack.StatementType[]WallConfig.TenantCallBack.StatementType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.druid.wall with parameters of type WallConfig.TenantCallBack.StatementType Modifier and Type Method Description StringWallConfig.TenantCallBack. getTenantColumn(WallConfig.TenantCallBack.StatementType statementType, String tableName)ObjectWallConfig.TenantCallBack. getTenantValue(WallConfig.TenantCallBack.StatementType statementType, String tableName) -
Uses of WallConfig.TenantCallBack.StatementType in com.alibaba.druid.wall.spi
Methods in com.alibaba.druid.wall.spi with parameters of type WallConfig.TenantCallBack.StatementType Modifier and Type Method Description static voidWallVisitorUtils. checkJoinConditionForMultiTenant(WallVisitor visitor, SQLJoinTableSource join, boolean checkLeft, WallConfig.TenantCallBack.StatementType statementType)Deprecated.
-