metadata

abstract fun <T> metadata(body: JdbcExposedDatabaseMetadata.() -> T): T

Calls the specified function body with a JdbcExposedDatabaseMetadata implementation as its receiver and returns the retrieved metadata as a result.