Connection.Interfaceinclude module type of struct include Namespace.Unsupported endval read_connection :
Transaction.t ->
Perms.t ->
Store.Path.t ->
t ->
string list ->
stringval read : Transaction.t -> Perms.t -> Store.Path.t -> stringval exists : Transaction.t -> Perms.t -> Store.Path.t -> boolval write_connection :
Transaction.t ->
int ->
Perms.t ->
Store.Path.t ->
t ->
string ->
string list ->
unitval write : Transaction.t -> int -> Perms.t -> Store.Path.t -> string -> unitval list_connection :
Transaction.t ->
Perms.t ->
t ->
string list ->
string listval list : Transaction.t -> Perms.t -> Store.Path.t -> string list