Uses of Interface
com.oracle.spring.spatial.SpatialJdbcBindable
Packages that use SpatialJdbcBindable
-
Uses of SpatialJdbcBindable in com.oracle.spring.spatial
Classes in com.oracle.spring.spatial that implement SpatialJdbcBindableModifier and TypeClassDescriptionfinal classRepresents a spatial SQL expression that can be used in a select list, insert/update value expression, or order clause while still carrying any required JDBC bind values.final classRepresents a spatial predicate suitable for use in a SQLWHEREclause while carrying the bind values needed by Spring JDBC.Methods in com.oracle.spring.spatial with parameters of type SpatialJdbcBindableModifier and TypeMethodDescriptionorg.springframework.jdbc.core.simple.JdbcClient.StatementSpecOracleSpatialJdbcOperations.bind(org.springframework.jdbc.core.simple.JdbcClient.StatementSpec statement, SpatialJdbcBindable... parts) Applies bind parameters from the given spatial parts to aJdbcClient.StatementSpec.