Returns the maximum number of columns which this database allows in an index.
1 connection.metadata.getMaxColumnsInIndex
<connection.metadata.getMaxColumnsInIndex />
Returns | |
---|---|
Type | Description |
Integer | Recover the maximum number of columns which this database allows in an index. |
Example
Maximum number of columns for an index.
Copy
<xsql-script name='connection_getMaxColumnsInIndex'> <body> <println> <connection.metadata.getMaxColumnsInIndex /> </println> </body> </xsql-script>
Copy
Running script................: sample 16 Program returned..............: <void> Execution completed...........: 0.062 secs.