1 connection.metadata.getMaxConnections
<connection.metadata.getMaxConnections />
Returns | |
---|---|
Type | Description |
Integer | Returns the maximum number of connections which this database allows in a table |
Example
Maximum number of possible connections.
Copy
<xsql-script name='connection_getMaxConnections_test1'> <body> <println> <connection.metadata.getMaxConnections /> </println> </body> </xsql-script>