[][src]Module odbc_api::parameter

Structs

VarCharParam

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

Can be bound to a single Placeholder in an SQL statement.