location

fun Entity<*>.location(column: Column<String>): LocationExposedDelegate
fun Entity<*>.location(column: Column<String?>): LocationExposedDelegateNullable
fun Entity<*>.location(worldColumn: Column<String>, xColumn: Column<Double>, yColumn: Column<Double>, zColumn: Column<Double>, yawColumn: Column<Float>, pitchColumn: Column<Float>): LocationMultiColumnExposedDelegate