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

Returns supported table types.

import klyn.databases.sql

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