- equals(Object) - Method in class com.nosdb.common.DocumentKey
-
- equals(Object) - Method in class com.nosdb.common.JSONDocument
-
- executeNonQuery(String) - Method in class com.nosdb.client.Database
-
Executes the query statement and returns the number of documents
affected.
- executeNonQuery(String, Collection<ParameterImpl>) - Method in class com.nosdb.client.Database
-
Executes the query statement and returns the number of documents
affected.
- executeReader(String) - Method in class com.nosdb.client.Database
-
Executes the query and returns the matching documents in the result set
returned by the query.
- executeReader(String, Collection<ParameterImpl>) - Method in class com.nosdb.client.Database
-
Executes the query and returns the matching documents in the result set
returned by the query.
- executeReader(String, Collection<ParameterImpl>, ReadPreference) - Method in class com.nosdb.client.Database
-
Executes the query and returns the matching documents in the result set
returned by the query.
- executeReader(String, Collection<ParameterImpl>, ReadPreference, boolean) - Method in class com.nosdb.client.Database
-
Executes the query and returns the matching documents in the result set
returned by the query.
- executeReader(String, Collection<ParameterImpl>, ReadPreference, boolean, ExpirationType, TimeSpan) - Method in class com.nosdb.client.Database
-
Executes the query and returns the matching documents in the result set
returned by the query.
- executeScalar(String) - Method in class com.nosdb.client.Database
-
Executes the query and returns the first matching document in the result
set returned by the query.
- executeScalar(String, Collection<ParameterImpl>) - Method in class com.nosdb.client.Database
-
Executes the query and returns the first matching document in the result
set returned by the query.