Uses of Enum
com.alibaba.druid.wall.WallConfig.TenantCallBack.StatementType
Packages that use WallConfig.TenantCallBack.StatementType
-
Uses of WallConfig.TenantCallBack.StatementType in com.alibaba.druid.wall
Methods in com.alibaba.druid.wall that return WallConfig.TenantCallBack.StatementTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.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.StatementTypeModifier and TypeMethodDescriptionWallConfig.TenantCallBack.getTenantColumn(WallConfig.TenantCallBack.StatementType statementType, String tableName) WallConfig.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.StatementTypeModifier and TypeMethodDescriptionstatic voidWallVisitorUtils.checkJoinConditionForMultiTenant(WallVisitor visitor, SQLJoinTableSource join, boolean checkLeft, WallConfig.TenantCallBack.StatementType statementType) Deprecated.