All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xsparql.rdb.rdb31.xsparql Maven / Gradle / Ivy

The newest version!
{
let $tables := xsparql:getRDBTables()
for $tableName in $tables//relation
return {
  let $attrs := xsparql:getRDBTableAttributes(data($tableName))
  return $attrs
}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy