pub struct ResultSetMetadata { /* private fields */ }
Expand description

Metadata for the fields in a result set.

Implementations§

Returns the number of fields.

Returns true if the set of fields is empty.

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

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

Name of the i’th column in the resultset.

Display name of the column.

True if column can contain NULL values.

Returns true if the column has a default value.

Returns true if the column is readonly.

Returns true if the column is auto-incremented.

Returns true if the column is of array type.

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

Scale length (for some numeric types only).

Precision (for some numeric types only).

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
Converts the given value to a String. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.