Interface EncryptCondition
- All Known Implementing Classes:
EncryptBinaryCondition,EncryptInCondition
public interface EncryptCondition
Encrypt condition.
-
Method Summary
Modifier and TypeMethodDescriptionGet column name.Get position index map.Get position value map.intGet start index.intGet stop index.Get table name.Get values.
-
Method Details
-
getColumnName
String getColumnName()Get column name.- Returns:
- column name
-
getTableName
String getTableName()Get table name.- Returns:
- table name
-
getStartIndex
int getStartIndex()Get start index.- Returns:
- start index
-
getStopIndex
int getStopIndex()Get stop index.- Returns:
- stop index
-
getPositionIndexMap
Get position index map.- Returns:
- position index map
-
getPositionValueMap
Get position value map.- Returns:
- position value map
-
getValues
Get values.- Parameters:
params- SQL parameters- Returns:
- values
-