Interface Statement<T>

All Known Subinterfaces:
Delete<T>, FilterableStatement<T,S>, Insert, Update<T>, Upsert
All Known Implementing Classes:
Select

public interface Statement<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    hint(String name, Object value)
    Adds a hint to the statement.
    Sets the hints for the statement.
  • Method Details

    • hints

      T hints(Map<String,Object> hints)
      Sets the hints for the statement.
      Parameters:
      hints - the hint map
      Returns:
      this statement
    • hint

      T hint(String name, Object value)
      Adds a hint to the statement.
      Parameters:
      name - the hint name
      value - the hint value
      Returns:
      this statement