Trait OutParameterMetadata

Source
pub trait OutParameterMetadata: ReadableMetadata { }
Expand description

Represents the metadata for an [OUT] parameter. The implementation of all methods except [#getName()] is optional for drivers. Parameter metadata is optionally available as by-product of statement execution on a best-effort basis.

Implementorsยง