1 connection.metadata.getMaxStatements
<connection.metadata.getMaxStatements />
Returns | |
---|---|
Type | Description |
Integer | Returns the maximum number of active declarations to this database which can be open at the same time. |
Example
Active and open decclarations at the same time.
Copy
<xsql-script name='connection_getMaxStatements_test1'> <body> <println> <connection.metadata.getMaxStatements /> </println> </body> </xsql-script>