The functions documented in this man page are used to set the session's DAS
server and retrieve metadata from it.
- setDasServer
sets the URL of the DAS server to be used.
- getDasServer
returns the URL of the DAS server used in this session
- getDasSource
returns the id's, the titles and the capabilities of the data
sources available in the server
- getDasDsn
returns the id's of the dsn data sources available in the server
- getDasEntries
returns the entry points of the given data source
- getDasTypes
returns the types (a.k.a. tables) of the given data source
Please, be sure to pass the identifiers EXACTLY as the values returned by
the functions available here (DAS is case-sensitive). It is also
recommended that you check the capabilities for each of the data sources.
For performance reasons, the values in the main calls
getDasFeature, getDasSequence, getDasStructure
are not validated against the server.
If you pass wrong values for source, ranges or types
it will result
in NULL
, but no error will rise.