Interface CqnXsert

All Superinterfaces:
CqnStatement, JSONizable
All Known Subinterfaces:
CqnInsert, CqnUpsert, Insert, Upsert

public interface CqnXsert extends CqnStatement
  • Method Details

    • entries

      List<Map<String,Object>> entries()
    • elements

      Stream<String> elements()
      The elements to be xserted by the statement.
      Returns:
      a stream of the elements to be xserted