Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These methods allow you to explore the schema model of your datastore. You can either traverse with e.g. getSchemas (and in turn use the traversal methods of Schema and Table classes) or find specific elements using e.g. getSchemaByNamegetTableByQualifiedLabel and getColumnByQualifiedLabel.  

Querying for data - read more

Methods: 

  • parseQuery(String): Query 
  • executeQuery(Query): DataSet 

  • executeQuery(String): DataSet 

  • query(): (fluent query builder return-types)  

...