toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql.vendors
/
DatabaseDialect
/
tableColumns
table
Columns
open
fun
tableColumns
(
vararg
tables
:
Table
)
:
Map
<
Table
,
List
<
ColumnMetadata
>
>
Returns a map with the column metadata of all the defined columns in each of the specified
tables
.