Struct cassandra_cpp::FunctionMeta [] [src]

pub struct FunctionMeta(_);

The metadata for a function

Methods

impl FunctionMeta
[src]

[src]

Iterator over the fields in this function

[src]

Gets the name of the function.

[src]

Gets the full name of the function. The full name includes the function's name and the function's signature: "name(type1 type2.. typeN)".

[src]

Gets the body of the function.

[src]

Gets the language of the function.

[src]

Gets whether a function is called on "null".

[src]

Gets the number of arguments this function takes.

[src]

Gets the function's argument name and type for the provided index.

[src]

Gets the function's argument and type for the provided name.

[src]

Gets the return type of the function.

[src]

Gets a metadata field for the provided name. Metadata fields allow direct access to the column data found in the underlying "functions" metadata table.

Trait Implementations

impl Debug for FunctionMeta
[src]

[src]

Formats the value using the given formatter.