Interface DbExpressionRequest

All Known Subinterfaces:
SpiExpressionRequest
All Known Implementing Classes:
DefaultExpressionRequest

public interface DbExpressionRequest
Request building the expression sql.
  • Method Details

    • append

      DbExpressionRequest append(String expression)
      Append to the expression sql without any parsing.
    • append

      DbExpressionRequest append(char c)
      Append to the expression sql without any parsing.
    • property

      DbExpressionRequest property(String expression)
      Append to the expression sql with logical property parsing to db columns with logical path prefix.