table

abstract fun table(key: String?): TableSchema?

Looks up a table schema by its identifier.

Return

The matching TableSchema or null if not present.

Parameters

key

Optional table key; null returns null.