Interface Binding
- All Known Implementing Classes:
Bindings.IndexBinding
,Bindings.NamedBinding
public interface Binding
Represent an operation of
Statement.bind(int, java.lang.Object)
and Statement.bindNull(int, java.lang.Class<?>)
.- Author:
- Tadaya Tsuyukubo
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet aBoundValue
.getKey()
Get a key which represents index or name of the binding.
-
Method Details
-
getKey
-
getBoundValue
-