$sql.metaData.supportsUnion
Retrieves whether this database supports SQL UNION.
Syntax
$sql.metaData.supportsUnion{jdbcProfileName}
Documentation
Retrieves whether this database supports SQL UNION.:
Paramter:
Requieres one parameter, this is your JDBC profile name.
Returns:
1 if so; 0 otherwise
Throws:
SQLException - if a database access error occurs
Examples
Group
SQL
Minimum required transaction-mode:
NONE
Required scripting permission of the developer
PERMISSION_FL_BASIC
Minimum parameters
1
Maximum parameters
1