Uses of Interface
jakarta.nosql.query.InsertQuery
-
-
Uses of InsertQuery in jakarta.nosql.query
Methods in jakarta.nosql.query that return InsertQuery Modifier and Type Method Description static InsertQuery
InsertQuery. parse(String query)
Obtains an instance ofInsertQuery.InsertQueryProvider
from a text string.
-