Struct hdbconnect::ResultSetMetadata [] [src]

pub struct ResultSetMetadata { /* fields omitted */ }

Metadata for the fields in a result set.

Methods

impl ResultSetMetadata
[src]

[src]

Returns the number of fields.

[src]

Returns true if the set of fields is empty.

[src]

Database schema of the i'th column in the resultset.

[src]

Database table of the i'th column in the resultset.

[src]

Name of the i'th column in the resultset.

[src]

Display name of the column.

[src]

True if column can contain NULL values.

[src]

Returns true if the column has a default value.

[src]

Returns true if the column is readonly.

[src]

Returns true if the column is auto-incremented.

[src]

Returns true if the column is of array type.

[src]

Returns the id of the value type. See module hdbconnect::metadata::type_id.

[src]

Scale length (for some numeric types only).

[src]

Precision (for some numeric types only).

Trait Implementations

impl Clone for ResultSetMetadata
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ResultSetMetadata
[src]

[src]

Formats the value using the given formatter.

impl Display for ResultSetMetadata
[src]

[src]

Formats the value using the given formatter. Read more