serql_xml_result.pl
- write_table(+Format, +Serialization, +Rows, +Options)[private]
- Write a result table in Sesame compliant XML format.
- header(+Out, +Options) is det[private]
- Write the column-names obtained from the
variables(+Vars)
option. Vars is either a list of atoms or a term holding the comlumn names as arguments (as inv('Name', 'Age')
). - xml_read_result_table(+In, -Rows, -VarNames)
- Read an XML document from In and return the rows and variable names in there.
- xml_to_result_table(+XML, -Rows, -VarNames)
- Convert a parsed XML document into a list of rows and a column
name (variable name) term of the format
names(Col1, Col2, ...)
.
Undocumented predicates
The following predicates are exported, but not or incorrectly documented.