Interface QueryOutParameterBinding
@Internal
public interface QueryOutParameterBinding
Describes an OUT parameter binding for a SQL query (for example Oracle RETURNING ... INTO ...).
This metadata is attached to
QueryResult and can be propagated into the runtime
to register or bind OUT parameters in the correct order and data type.- Since:
- 5.0
-
Method Summary
-
Method Details
-
getName
- Returns:
- The name of the column/parameter (when available).
-
getDataType
- Returns:
- The data type, when known.
-