Class BindParameterBinding

java.lang.Object
com.arangodb.springframework.repository.query.derived.BindParameterBinding

public class BindParameterBinding extends Object
Author:
Mark
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    bind(Object value, boolean shouldIgnoreCase, Boolean borderStatus, com.arangodb.springframework.repository.query.derived.BindParameterBinding.UniqueCheck uniqueCheck, int startIndex)
     
    int
    bindBox(Object value, boolean shouldIgnoreCase, int startIndex)
     
    int
    bindCircle(Object value, boolean shouldIgnoreCase, com.arangodb.springframework.repository.query.derived.BindParameterBinding.UniqueCheck uniqueCheck, int startIndex, boolean toGeoJson)
     
    int
    bindPoint(Object value, boolean shouldIgnoreCase, com.arangodb.springframework.repository.query.derived.BindParameterBinding.UniqueCheck uniqueCheck, int startIndex, boolean toGeoJson)
     
    int
    bindPolygon(Object value, boolean shouldIgnoreCase, int startIndex)
     
    int
    bindRange(Object value, boolean shouldIgnoreCase, int startIndex)
     
    int
    bindRing(Object value, boolean shouldIgnoreCase, com.arangodb.springframework.repository.query.derived.BindParameterBinding.UniqueCheck uniqueCheck, int startIndex, boolean toGeoJson)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BindParameterBinding

      public BindParameterBinding(Map<String,Object> bindVars)
  • Method Details

    • bind

      public int bind(Object value, boolean shouldIgnoreCase, Boolean borderStatus, com.arangodb.springframework.repository.query.derived.BindParameterBinding.UniqueCheck uniqueCheck, int startIndex)
    • bindPolygon

      public int bindPolygon(Object value, boolean shouldIgnoreCase, int startIndex)
    • bindRing

      public int bindRing(Object value, boolean shouldIgnoreCase, com.arangodb.springframework.repository.query.derived.BindParameterBinding.UniqueCheck uniqueCheck, int startIndex, boolean toGeoJson)
    • bindRange

      public int bindRange(Object value, boolean shouldIgnoreCase, int startIndex)
    • bindBox

      public int bindBox(Object value, boolean shouldIgnoreCase, int startIndex)
    • bindPoint

      public int bindPoint(Object value, boolean shouldIgnoreCase, com.arangodb.springframework.repository.query.derived.BindParameterBinding.UniqueCheck uniqueCheck, int startIndex, boolean toGeoJson)
    • bindCircle

      public int bindCircle(Object value, boolean shouldIgnoreCase, com.arangodb.springframework.repository.query.derived.BindParameterBinding.UniqueCheck uniqueCheck, int startIndex, boolean toGeoJson)