go back Home

MetaDataFetcher

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<null allMetaData="..." indexes="..." metaData="..." tableNames="..." tablespaces="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"allMetaData":"...","indexes":"...","metaData":"...","tableNames":"...","tablespaces":"..."}

Fields

name type
allMetaData Hashtable
indexes Hashtable
metaData QueryMetaData
tableNames String[]
tablespaces Hashtable