Interface QueryModifiers<R>

All Known Subinterfaces:
Preset.QuerySelect<QR>

public interface QueryModifiers<R>
  • Method Details

    • not

      R not()
    • lower

      R lower()
    • upper

      R upper()
    • substring

      R substring(int start)
    • substring

      R substring(int start, int len)
    • replace

      R replace(String what, String withWhat)
    • trim

      R trim()