1 connection.metadata.getMaxProcedureNameLength
<connection.metadata.getMaxProcedureNameLength />
Returns | |
---|---|
Type | Description |
Integer | Returns the maximum numbers of characters which this database allows to the name of a process. |
Example
Maximum number of characters for the name of a process.
Copy
<xsql-script name='connection_getMaxProcedureNameLength_test1'> <body> <println> <connection.metadata.getMaxProcedureNameLength /> </println> </body> </xsql-script>