Skip navigation links
A B C D E F G H I J L M O Q R S T U V 

R

registerObserver(String, String[], TxObserverCallback) - Method in class org.mozilla.mentat.Mentat
Register an callback and a set of attributes to observer for transaction observation.
RelResult() - Constructor for class org.mozilla.mentat.JNA.RelResult
 
RelResult - Class in org.mozilla.mentat
Wraps a `Rel` result from a Mentat query.
RelResult(JNA.RelResult) - Constructor for class org.mozilla.mentat.RelResult
 
RelResultHandler - Interface in org.mozilla.mentat
Interface defining the structure of a callback from a query returning a RelResult.
RelResultIter() - Constructor for class org.mozilla.mentat.JNA.RelResultIter
 
RelResultIterator - Class in org.mozilla.mentat
Iterator for a RelResult
reports - Variable in class org.mozilla.mentat.TxChangeList
 
retract(String, long) - Method in class org.mozilla.mentat.EntityBuilder
Retracts the value of attribute `keyword` from the provided `value`.
retract(String, boolean) - Method in class org.mozilla.mentat.EntityBuilder
Retracts the value of attribute `keyword` from the provided `value`.
retract(String, double) - Method in class org.mozilla.mentat.EntityBuilder
Retracts the value of attribute `keyword` from the provided `value`.
retract(String, Date) - Method in class org.mozilla.mentat.EntityBuilder
Retracts the value of attribute `keyword` from the provided `value`.
retract(String, String) - Method in class org.mozilla.mentat.EntityBuilder
Retracts the value of attribute `keyword` from the provided `value`.
retract(String, UUID) - Method in class org.mozilla.mentat.EntityBuilder
Retracts the value of attribute `keyword` from the provided `value`.
retract(long, String, long) - Method in class org.mozilla.mentat.InProgressBuilder
Retracts the value of attribute `keyword` from the provided `value`.
retract(long, String, boolean) - Method in class org.mozilla.mentat.InProgressBuilder
Retracts the value of attribute `keyword` from the provided `value`.
retract(long, String, double) - Method in class org.mozilla.mentat.InProgressBuilder
Retracts the value of attribute `keyword` from the provided `value`.
retract(long, String, Date) - Method in class org.mozilla.mentat.InProgressBuilder
Retracts the value of attribute `keyword` from the provided `value`.
retract(long, String, String) - Method in class org.mozilla.mentat.InProgressBuilder
Retracts the value of attribute `keyword` from the provided `value`.
retract(long, String, UUID) - Method in class org.mozilla.mentat.InProgressBuilder
Retracts the value of attribute `keyword` from the provided `value`.
retractKeyword(String, String) - Method in class org.mozilla.mentat.EntityBuilder
Retracts the value of attribute `keyword` from the provided `value`.
retractKeyword(long, String, String) - Method in class org.mozilla.mentat.InProgressBuilder
Retracts the value of attribute `keyword` from the provided `value`.
retractRef(String, long) - Method in class org.mozilla.mentat.EntityBuilder
Retracts the value of attribute `keyword` from the provided `value`.
retractRef(long, String, long) - Method in class org.mozilla.mentat.InProgressBuilder
Retracts the value of attribute `keyword` from the provided `value`.
rollback() - Method in class org.mozilla.mentat.InProgress
Rolls back all the transacts that have been performed on this `InProgress`, either directly or through a Builder.
row_at_index(JNA.RelResult, int) - Method in interface org.mozilla.mentat.JNA
 
rowAtIndex(int) - Method in class org.mozilla.mentat.RelResult
Fetch the row at the requested index.
run(RelResultHandler) - Method in class org.mozilla.mentat.Query
Execute the query with the values bound associated with this Query and call the provided callback function with the results as a list of rows of TypedValues.
run(ScalarResultHandler) - Method in class org.mozilla.mentat.Query
Execute the query with the values bound associated with this Query and call the provided callback function with the results with the result as a single TypedValue.
run(CollResultHandler) - Method in class org.mozilla.mentat.Query
Execute the query with the values bound associated with this Query and call the provided callback function with the results with the result as a list of single TypedValues.
run(TupleResultHandler) - Method in class org.mozilla.mentat.Query
Execute the query with the values bound associated with this Query and call the provided callback function with the results with the result as a list of single TypedValues.
rust_c_string_destroy(Pointer) - Method in interface org.mozilla.mentat.JNA
 
RustError - Class in org.mozilla.mentat
Represents a C struct containing a Pointers and String that map to a Rust Result.
RustError() - Constructor for class org.mozilla.mentat.RustError
 
RustError.ByReference - Class in org.mozilla.mentat
 
RustError.ByValue - Class in org.mozilla.mentat
 
A B C D E F G H I J L M O Q R S T U V 
Skip navigation links