go back Home

DBExecutor

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 aliasName="..." allIndexes="..." allMetaData="..." dBDriver="..." database="..." databaseCapabilities="..." databaseInfo="..." indexes="..." log="..." metaData="..." tableNames="..." tablespaces="..." transactionsIgnored="..." uniqueTransactionId="..." userName="..."/>

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.

{"aliasName":"...","allIndexes":"...","allMetaData":"...","dBDriver":"...","database":"...","databaseCapabilities":"...","databaseInfo":"...","indexes":"...","log":"...","metaData":"...","tableNames":"...","tablespaces":"...","transactionsIgnored":"...","uniqueTransactionId":"...","userName":"..."}

Fields

name type
aliasName String
allIndexes Hashtable
allMetaData Hashtable
dBDriver DBDriver
database Database
databaseCapabilities DatabaseCapabilities
databaseInfo DatabaseInfo
indexes TableIndex[]
log Log
metaData QueryMetaData
tableNames String[]
tablespaces Hashtable
transactionsIgnored boolean
uniqueTransactionId String
userName String