klyn.databases.sql.odbc.OdbcDatabaseMetaData.tables
method
public tables(catalog as String = "",
schemaPattern as String = "",
tablePattern as String = "%",
types as ArrayList<String> = null) as ResultSet throws SQLException:
Description

Returns table metadata.

Throws
  • SQLException if the ODBC metadata call fails.