Class BindParameterBinding
java.lang.Object
com.arangodb.springframework.repository.query.derived.BindParameterBinding
- Author:
- Mark
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbind(Object value, boolean shouldIgnoreCase, Boolean borderStatus, com.arangodb.springframework.repository.query.derived.BindParameterBinding.UniqueCheck uniqueCheck, int startIndex) intintbindCircle(Object value, boolean shouldIgnoreCase, com.arangodb.springframework.repository.query.derived.BindParameterBinding.UniqueCheck uniqueCheck, int startIndex, boolean toGeoJson) intbindPoint(Object value, boolean shouldIgnoreCase, com.arangodb.springframework.repository.query.derived.BindParameterBinding.UniqueCheck uniqueCheck, int startIndex, boolean toGeoJson) intbindPolygon(Object value, boolean shouldIgnoreCase, int startIndex) intintbindRing(Object value, boolean shouldIgnoreCase, com.arangodb.springframework.repository.query.derived.BindParameterBinding.UniqueCheck uniqueCheck, int startIndex, boolean toGeoJson)
-
Constructor Details
-
BindParameterBinding
-
-
Method Details
-
bind
-
bindPolygon
-
bindRing
public int bindRing(Object value, boolean shouldIgnoreCase, com.arangodb.springframework.repository.query.derived.BindParameterBinding.UniqueCheck uniqueCheck, int startIndex, boolean toGeoJson) -
bindRange
-
bindBox
-
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)
-