[][src]Module odbc_api::parameter

Structs

VarChar

Binds a byte array as a VarChar input parameter.

WithDataType

Annotates an instance of an inner type with an SQL Data type in order to indicate how it should be bound as a parameter to an SQL Statement.

Traits

Parameter

Extend the input trait with the guarantee, that the bound parameter buffer contains at least one element.