Interface EncryptCondition

All Known Implementing Classes:
EncryptBinaryCondition, EncryptInCondition

public interface EncryptCondition
Encrypt condition.
  • 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

      Map<Integer,Integer> getPositionIndexMap()
      Get position index map.
      Returns:
      position index map
    • getPositionValueMap

      Map<Integer,Object> getPositionValueMap()
      Get position value map.
      Returns:
      position value map
    • getValues

      List<Object> getValues(List<Object> params)
      Get values.
      Parameters:
      params - SQL parameters
      Returns:
      values