declaration

NAME
SYNTAX
DESCRIPTION
COPYRIGHT
SEE ALSO

NAME

declaration − RWP*Load Simulator complex declarations

SYNTAX

declaration ::=
  databasedeclaration
| proceduredeclaration
| functiondeclaration
| randomproceduredeclaration
| randomstringdeclaration

DESCRIPTION

Declares variables that can only be declared private or public but not locally inside a procedure or function. Variables of type string, double, integer, file and clob are syntactically not declarations but statements.

Databases are database connections with attributes like username, connect string and pool type.

Procedures and functions are callable lists of statements, potentially with arguments. Procedures are called as statements, and functions as part of expressions.

Random strings and procedures are used to implement variable behavior and are a primary method to simulate load that consists of different "business functions"

COPYRIGHT

Copyright © 2023 Oracle Corporation
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl

SEE ALSO

databasedeclaration(1rwl), proceduredeclaration(1rwl), randomproceduredeclaration(1rwl), randomstringdeclaration(1rwl), simpledeclaration(1rwl)