提交 0b758eac 编写于 作者: T tristaZero

add getAssistedQueryColumns()

上级 d3d2251a
......@@ -196,7 +196,13 @@ public final class EncryptRule implements BaseRule {
return tables.get(logicTable).getAssistedQueryColumn(logicColumn);
}
private Collection<String> getAssistedQueryColumns(final String logicTable) {
/**
* Get assisted query columns.
*
* @param logicTable logic table
* @return assisted query columns
*/
public Collection<String> getAssistedQueryColumns(final String logicTable) {
if (!tables.containsKey(logicTable)) {
return Collections.emptyList();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册