1 connection.metadata.getMaxIndexLength
<connection.metadata.getMaxIndexLength />
Returns | |
---|---|
Type | Description |
Integer | Returns the maximum number of bytes which this database allows for an index, including all the parts of the index. |
Example
Maximum number of Bytes for an index.
Copy
<xsql-script name='connection_getMaxIndexLength_test1'> <body> <println> <connection.metadata.getMaxIndexLength /> </println> </body> </xsql-script>