public interface EncryptCondition
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getColumnName()
Get column name.
|
Map<Integer,Integer> |
getPositionIndexMap()
Get position index map.
|
Map<Integer,Object> |
getPositionValueMap()
Get position value map.
|
int |
getStartIndex()
Get start index.
|
int |
getStopIndex()
Get stop index.
|
String |
getTableName()
Get table name.
|
List<Object> |
getValues(List<Object> parameters)
Get values.
|
String getColumnName()
String getTableName()
int getStartIndex()
int getStopIndex()
Map<Integer,Integer> getPositionIndexMap()
Map<Integer,Object> getPositionValueMap()
Copyright © 2021 The Apache Software Foundation. All rights reserved.