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 anull
value.- Parameters:
identifier
- the identifier to bind totype
- the type ofnull
value
-
bindNull
Bind anull
value.- Parameters:
index
- the index to bind totype
- the type ofnull
value
-