1 connection.metadata.getMaxCursorNameLength
<connection.metadata.getMaxCursorNameLength />
Returns | |
---|---|
Type | Description |
Integer | Returns the maxime number of characters which this database allows for the name of a Cursor. |
Example
Maximum number of characters for the name of a Cursor.
Copy
<xsql-script name='connection_getMaxCursorNameLength_test1'> <body> <println> <connection.metadata.getMaxCursorNameLength /> </println> </body> </xsql-script>