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

1 connection.metadata.getJDBCMinorVersion

<connection.metadata.getJDBCMinorVersion />
Example

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

Copy
<xsql-script name='connection_getJDBCMinorVersion_test1'>
    <body>

        <println>
           <connection.metadata.getJDBCMinorVersion />
        </println>
    </body>
</xsql-script>