Returns a description of the index and statistics of the given table.

1 connection.metadata.getJDBCMajorVersion

<connection.metadata.getJDBCMajorVersion />
Example

Obtain the higher version of the JDBC controller in the current session.

Copy
<xsql-script name='connection_getJDBCMajorVersion_test1'>
    <body>
        <println>
           <connection.metadata.getJDBCMajorVersion />
        </println>
    </body>
</xsql-script>