public class BindParameterBinding extends Object
Constructor and Description |
---|
BindParameterBinding(Map<String,Object> bindVars) |
Modifier and Type | Method and 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) |
int |
bindPoint(Object value,
boolean shouldIgnoreCase,
com.arangodb.springframework.repository.query.derived.BindParameterBinding.UniqueCheck uniqueCheck,
int startIndex) |
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) |
public int bind(Object value, boolean shouldIgnoreCase, Boolean borderStatus, com.arangodb.springframework.repository.query.derived.BindParameterBinding.UniqueCheck uniqueCheck, int startIndex)
public int bindPolygon(Object value, boolean shouldIgnoreCase, int startIndex)
public int bindRing(Object value, boolean shouldIgnoreCase, com.arangodb.springframework.repository.query.derived.BindParameterBinding.UniqueCheck uniqueCheck, int startIndex)
public int bindRange(Object value, boolean shouldIgnoreCase, int startIndex)
public int bindBox(Object value, boolean shouldIgnoreCase, int startIndex)
public int bindPoint(Object value, boolean shouldIgnoreCase, com.arangodb.springframework.repository.query.derived.BindParameterBinding.UniqueCheck uniqueCheck, int startIndex)
public int bindCircle(Object value, boolean shouldIgnoreCase, com.arangodb.springframework.repository.query.derived.BindParameterBinding.UniqueCheck uniqueCheck, int startIndex)
Copyright © 2017–2020 ArangoDB GmbH. All rights reserved.