Module c3p0_sqlx::sqlx::prelude [−][src]
Convenience re-export of common traits.
Traits
| Acquire | |
| ConnectOptions | |
| Connection | Represents a single database connection. |
| Decode | A type that can be decoded from the database. |
| Encode | Encode a single value to be sent to the database. |
| Executor | A type that contains or can provide a database connection to use for executing queries against the database. |
| FromRow | A record that can be built from a row returned by the database. |
| IntoArguments | |
| Row | Represents a single row from the database. |
| Statement | An explicitly prepared statement. |
| Type | Indicates that a SQL type is supported for a database. |