All Classes and Interfaces
Class
Description
The Connection class represents a connection between the user's task and the database.
The ConnectionIntegrity enum represents read integrity access when establishing a new Connection
instance via
Connection.fromDataSetName(String, EnumSet, ConnectionIntegrity, short, boolean).The Database class represents an EzNoSQL database identified by its data set name.
The DatabaseOptions class represents optional configuration parameters when defining a new
EzNoSQL Database.
Fields can be assigned with corresponding 'set' methods.
The DeleteResult class represents the returned output of a
Connection.deleteOne(String, String) request.An exception class representing errors which may have occurred while performing a EzNoSQL
operation.
The IndexFlags enum represents unique and non-unique flags when defining a new secondary index
using
Database.createIndex(String, String, String, int, EnumSet).The InsertResult class represents the returned output of a
Connection.insert(String) or
Connection.insert(String, String) request.The DatabaseLogOptions enum represents database recovery options when defining a new Database.
The NextResult class represents the returned output of a
ResultSet#next(Boolean)
request.The ReadAccess enum represents access levels when defining a new Connection instance in
Connection.fromDataSetName(String, EnumSet, ConnectionIntegrity, short, boolean).The ReadResult class represents the returned output of a
Connection.readOne(String, String) request.This class represents a direct read and exclusive document lock into the database, obtained as a
result of a
Connection.readOneForUpdate(String, String).The ReplaceResult class represents the returned output of a
Connection.replaceOne(String, String, String) request.Base abstract class for
Result return types.This class represents a positioning into the database.