[][src]Module sqlx_core::describe

Types for returning SQL type information about queries.

Structs

Column

A single column of a result set.

Describe

The return type of [Executor::describe].