tableMetaData

open fun tableMetaData(tableName: String, schemaName: String? = defaultSchemaName): List<ColumnMetaData>

Return

the list of the table's metadata or an empty list if the table or schema is not found

Parameters

schemaName

the name of the schema for the table

tableName

the name of the table, unqualified if the schema