go back Home

DBDriver

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 addPrimaryKeyStatement="..." additionalCreateStatements="..." afterDDLStatements="..." alterColumnStatment="..." applicationNameConnectionProperty="..." beforeDDLStatements="..." countExpression="..." dateFunction="..." dropColumnStatement="..." dropIndexStatement="..." extraCreateDatabaseSQL="..." fieldDefinition="..." hostNameQueryText="..." identityInsertDisableStatement="..." identityInsertEnableStatement="..." indexSpaceString="..." lOBSpaceString="..." lastCountQuery="..." readOnlyDatabaseCheckSQL="..." readOnlyIsolationLevel="..." renameColumnStatement="..." renameTableStatement="..." sPIDQueryText="..." schemaStatement="..." sequenceValueQueryText="..." substringFunction="..." tableSpaceString="..." transactionCountStatement="..."/>

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.

{"addPrimaryKeyStatement":"...","additionalCreateStatements":"...","afterDDLStatements":"...","alterColumnStatment":"...","applicationNameConnectionProperty":"...","beforeDDLStatements":"...","countExpression":"...","dateFunction":"...","dropColumnStatement":"...","dropIndexStatement":"...","extraCreateDatabaseSQL":"...","fieldDefinition":"...","hostNameQueryText":"...","identityInsertDisableStatement":"...","identityInsertEnableStatement":"...","indexSpaceString":"...","lOBSpaceString":"...","lastCountQuery":"...","readOnlyDatabaseCheckSQL":"...","readOnlyIsolationLevel":"...","renameColumnStatement":"...","renameTableStatement":"...","sPIDQueryText":"...","schemaStatement":"...","sequenceValueQueryText":"...","substringFunction":"...","tableSpaceString":"...","transactionCountStatement":"..."}

Fields

name type
addPrimaryKeyStatement String
additionalCreateStatements String[]
afterDDLStatements String[]
alterColumnStatment String
applicationNameConnectionProperty String
beforeDDLStatements String[]
countExpression String
dateFunction String
dropColumnStatement String
dropIndexStatement String
extraCreateDatabaseSQL String[]
fieldDefinition String
hostNameQueryText String
identityInsertDisableStatement String
identityInsertEnableStatement String
indexSpaceString String
lOBSpaceString String
lastCountQuery String
readOnlyDatabaseCheckSQL String
readOnlyIsolationLevel Integer
renameColumnStatement String
renameTableStatement String
sPIDQueryText String
schemaStatement String
sequenceValueQueryText String
substringFunction String
tableSpaceString String
transactionCountStatement String