klyn.databases.sql.DatabaseMetaData.typeInfo
method
public typeInfo() as ResultSet throws SQLException
Description

Returns supported SQL type metadata.

import klyn.databases.sql

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