public static interface WallConfig.TenantCallBack
| Modifier and Type | Interface and Description |
|---|---|
static class |
WallConfig.TenantCallBack.StatementType |
| Modifier and Type | Method and Description |
|---|---|
void |
filterResultsetTenantColumn(Object value)
resultset返回值中如果包含tenantColumn的回调函数
|
String |
getHiddenColumn(String tableName)
返回resultset隐藏列名
|
String |
getTenantColumn(WallConfig.TenantCallBack.StatementType statementType,
String tableName) |
Object |
getTenantValue(WallConfig.TenantCallBack.StatementType statementType,
String tableName) |
Object getTenantValue(WallConfig.TenantCallBack.StatementType statementType, String tableName)
String getTenantColumn(WallConfig.TenantCallBack.StatementType statementType, String tableName)
void filterResultsetTenantColumn(Object value)
value - tenantColumn对应的值Copyright © 2013–2018 Alibaba Group. All rights reserved.