toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql
/
Transaction
/
fullIdentity
full
Identity
fun
fullIdentity
(
column
:
Column
<
*
>
)
:
String
Returns the complete string identifier of a
column
, based on its
Table.tableName
and
Column.name
.