Skip to main content
Version: 10.1

$.udb.hostvars

note

This article is about the hostvars property of the udb object.

$.udb.hostvars

warning

This property is old use. One-time hostvars are mostly appropriate in executeQuery and executeSQLStatement calls. These two functions now have their own hostvars options, which you should prefer: $udb(ds).executeQuery() $.udb.executeSqlStatement() Otherwise, you generally need generic hostvars rather than one-time hostvars.

This object may be used to store one-time (ie., temporary) host variables.

One-time host variables are valid for the time of a single Page Engine call (query or manipulation request). After this call, they are removed.