[jOOQ/jOOQ#16844] Add support for ST_StartPoint and ST_EndPoint
This commit is contained in:
parent
02bb47216a
commit
4b7f12ad1b
@ -9576,7 +9576,7 @@ final class DefaultParseContext extends AbstractScope implements ParseContext {
|
||||
|
||||
|
||||
}
|
||||
else if (parseProFunctionNameIf("ST_ENDPOINT")) {
|
||||
else if (parseProFunctionNameIf("ST_ENDPOINT", "SDO_LRS.GEOM_SEGMENT_END_PT")) {
|
||||
|
||||
|
||||
|
||||
@ -9665,7 +9665,7 @@ final class DefaultParseContext extends AbstractScope implements ParseContext {
|
||||
|
||||
|
||||
}
|
||||
else if (parseProFunctionNameIf("ST_STARTPOINT")) {
|
||||
else if (parseProFunctionNameIf("ST_STARTPOINT", "SDO_LRS.GEOM_SEGMENT_START_PT")) {
|
||||
|
||||
|
||||
|
||||
|
||||
@ -157,6 +157,13 @@ package org.jooq.impl;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -157,6 +157,13 @@ package org.jooq.impl;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user