Class Bindings.IndexBinding
java.lang.Object
io.r2dbc.proxy.core.Bindings.IndexBinding
- All Implemented Interfaces:
Binding
,Comparable<Bindings.IndexBinding>
- Enclosing class:
Bindings
public static class Bindings.IndexBinding
extends Object
implements Binding, Comparable<Bindings.IndexBinding>
Represents index binding.
- Author:
- Tadaya Tsuyukubo
-
Method Summary
Modifier and TypeMethodDescriptionint
Get aBoundValue
.getKey()
Get a key which represents index or name of the binding.
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Bindings.IndexBinding>
-
getKey
-
getBoundValue
Description copied from interface:Binding
Get aBoundValue
.- Specified by:
getBoundValue
in interfaceBinding
- Returns:
- a bound value
-