1 connection.metadata.getMaxTableNameLength
<connection.metadata.getMaxTableNameLength />
Returns | |
---|---|
Type | Description |
Integer | Returns the maximum number of characters which the database allows for the name of a table. |
Example
Maximum number of characters for the name of a table.
Copy
<xsql-script name='connection_getMaxTableNameLength_test1'> <body> <println> <connection.metadata.getMaxTableNameLength /> </println> </body> </xsql-script>