Struct hdbconnect::ParameterDescriptor [] [src]

pub struct ParameterDescriptor { /* fields omitted */ }

Metadata for a parameter.

Methods

impl ParameterDescriptor
[src]

[src]

Describes whether a parameter can be NULL or not, or if it has a default value.

[src]

[src]

[src]

[src]

[src]

Returns the id of the value type of the parameter. See also module type_id.

[src]

Scale (for some numeric types only).

[src]

Precision (for some numeric types only).

[src]

Describes whether a parameter is used for input, output, or both.

[src]

Returns the name of the parameter.

Trait Implementations

impl Clone for ParameterDescriptor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ParameterDescriptor
[src]

[src]

Formats the value using the given formatter.