Interface CqnInsert

All Superinterfaces:
CqnStatement, CqnXsert, JSONizable
All Known Subinterfaces:
Insert

public interface CqnInsert extends CqnXsert
  • Method Details

    • entries

      List<Map<String,Object>> entries()
      The entries to be inserted by this statement.
      Specified by:
      entries in interface CqnXsert
      Returns:
      a reference to the insert statement's entries
    • isInsert

      default boolean isInsert()
      Description copied from interface: CqnStatement
      Returns true if this is a CqnInsert statement.
      Specified by:
      isInsert in interface CqnStatement
      Returns:
      true if this is an insert statement, otherwise false
    • asInsert

      default CqnInsert asInsert()
      Description copied from interface: CqnStatement
      Casts this CQN statement to CqnInsert.
      Specified by:
      asInsert in interface CqnStatement
      Returns:
      this statement as a CqnInsert