klyn.databases.sql.sqlserver.SqlServerDatabaseMetaData.getTables
method
public getTables(catalog as String = null, schemaPattern as String = null, tableNamePattern as String = null, types as String[] = null) 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.