All Classes
-
All Classes Class Summary Enum Summary Exception Summary Class Description Connection The Connection class represents a connection between the user's task and the database.ConnectionIntegrity The ConnectionIntegrity enum represents read integrity access when establishing a new Connection instance viaConnection.fromDataSetName(String, EnumSet, ConnectionIntegrity, short, boolean)
.Database The Database class represents an EzNoSQL database identified by its data set name.DatabaseOptions The DatabaseOptions class represents optional configuration parameters when defining a new EzNoSQL Database.DatabaseOptions.Builder Fields can be assigned with corresponding 'set' methods.DeleteResult The DeleteResult class represents the returned output of aConnection.deleteOne(String, String)
request.EzNoSQLException An exception class representing errors which may have occurred while performing a EzNoSQL operation.IndexFlags The IndexFlags enum represents unique and non-unique flags when defining a new secondary index usingDatabase.createIndex(String, String, String, int, EnumSet)
.InputValidator InputValidator is a helper class that performs basic String parameter validation for known format violations.InsertResult The InsertResult class represents the returned output of aConnection.insert(String)
orConnection.insert(String, String)
request.LogOptions The DatabaseLogOptions enum represents database recovery options when defining a new Database.ReadAccess The ReadAccess enum represents access levels when defining a new Connection instance inConnection.fromDataSetName(String, EnumSet, ConnectionIntegrity, short, boolean)
.ReadResult The ReadResult class represents the returned output of aConnection.readOne(String, String)
request.ReadUpdateResultSet This class represents a direct read and exclusive document lock into the database, obtained as a result of aConnection.readOneForUpdate(String, String)
.ReplaceResult The ReplaceResult class represents the returned output of aConnection.replaceOne(String, String, String)
request.Result Base abstract class for<API_NAME>Result
return types.ResultSet This class represents a positioning into the database.