Interface BindTarget
public interface BindTarget
Target to apply bindings to.
- Since:
- 5.3
- Author:
- Mark Paluch
- See Also:
-
Method Summary
-
Method Details
-
bind
Bind a value.- Parameters:
identifier- the identifier to bind tovalue- the value to bind
-
bind
Bind a value to an index. Indexes are zero-based.- Parameters:
index- the index to bind tovalue- the value to bind
-
bindNull
Bind anullvalue.- Parameters:
identifier- the identifier to bind totype- the type ofnullvalue
-
bindNull
Bind anullvalue.- Parameters:
index- the index to bind totype- the type ofnullvalue
-