Class Rdf.QueryResults.c


class c : object .. end
Redland QueryResults class.

method repr : Rdf.repr
method is_valid : bool
method as_stream : Rdf.Stream.c
method get_count : int
method get_bindings_count : int
method get_binding_name : int -> string
method get_binding_value : int -> Rdf.Node.c
method get_binding_value_by_name : string -> Rdf.Node.c
method make_assoc : (string * Rdf.Node.c) list
method iter : ((string * Rdf.Node.c) list -> unit) -> unit
method is_bindings : bool
method is_boolean : bool
method is_graph : bool
method is_syntax : bool
method get_boolean : bool
method to_string : ?base_uri:Rdf.Uri.c -> Rdf.Uri.c -> string
method to_file : ?base_uri:Rdf.Uri.c -> string -> Rdf.Uri.c -> unit