locationPos

fun Entity<*>.locationPos(column: Column<String>): LocationPosExposedDelegate
fun Entity<*>.locationPos(xColumn: Column<Double>, yColumn: Column<Double>, zColumn: Column<Double>, yawColumn: Column<Float>, pitchColumn: Column<Float>): LocationPosMultiColumnExposedDelegate
fun Entity<*>.locationPos(xColumn: Column<Double?>, yColumn: Column<Double?>, zColumn: Column<Double?>, yawColumn: Column<Float?>, pitchColumn: Column<Float?>): LocationPosMultiColumnExposedDelegateNullable