klyn.databases.sql.sqlserver.SqlServerDatabaseMetaData.getIndexInfo
method
public getIndexInfo(catalog as String = null, schema as String = null, table as String = null, unique as Boolean = false, approximate as Boolean = true) as ResultSet throws SQLException:
Description

Reads SQL metadata.

Throws
  • SQLException if metadata cannot be read, the index is out of range, or the database reports an error.