Class SpatialExpression
java.lang.Object
com.oracle.spring.spatial.SpatialExpression
- All Implemented Interfaces:
SpatialJdbcBindable
Represents 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.
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.jdbc.core.simple.JdbcClient.StatementSpecbind(org.springframework.jdbc.core.simple.JdbcClient.StatementSpec statement) Applies this part's bind parameters to the given statement.Returns the raw SQL expression.Returns this expression as a select-list projection with the given alias.
-
Method Details
-
expression
-
selection
-
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
-