identity

fun identity(table: Table): String

Returns the string identifier of a table, based on its Table.tableName and Table.alias, if applicable.


fun identity(column: Column<*>): String

Returns the string identifier of a column, based on its Column.name.