Interface SpatialJdbcBindable

All Known Implementing Classes:
SpatialExpression, SpatialPredicate

public interface SpatialJdbcBindable
Contract for spatial query parts that can apply their bind parameters to a JdbcClient.StatementSpec.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.jdbc.core.simple.JdbcClient.StatementSpec
    bind(org.springframework.jdbc.core.simple.JdbcClient.StatementSpec statement)
    Applies this part's bind parameters to the given statement.
  • Method Details

    • bind

      org.springframework.jdbc.core.simple.JdbcClient.StatementSpec bind(org.springframework.jdbc.core.simple.JdbcClient.StatementSpec statement)
      Applies this part's bind parameters to the given statement.
      Parameters:
      statement - statement to update
      Returns:
      updated statement