Class SpatialPredicate
java.lang.Object
com.oracle.spring.spatial.SpatialPredicate
- All Implemented Interfaces:
SpatialJdbcBindable
Represents a spatial predicate suitable for use in a SQL
WHERE
clause while carrying the bind values needed by Spring JDBC.-
Method Summary
-
Method Details
-
clause
-
bind
public org.springframework.jdbc.core.simple.JdbcClient.StatementSpec bind(org.springframework.jdbc.core.simple.JdbcClient.StatementSpec statement) Description copied from interface:SpatialJdbcBindableApplies this part's bind parameters to the given statement.- Specified by:
bindin interfaceSpatialJdbcBindable- Parameters:
statement- statement to update- Returns:
- updated statement
-