[][src]Crate rsfbclient

Rust Firebird Client

Re-exports

pub use rsfbclient_native;

Modules

charset

Charset definitions and functions

prelude

Structs

Column
Connection

A connection to a firebird database

ConnectionBuilder

The default builder for creating database connections

FirebirdConnectionManager
Row

A database row

Statement
Transaction

Enums

ColumnType

Types supported by the crate

Dialect

Firebird sql dialect

FbError
Param

Sql parameter data

Traits

Execute

Implemented for types that can be used to execute sql statements

FromRow

Implemented for types that represents a list of values of columns

IntoParam

Implemented for types that can be sent as parameters

Queryable

Implemented for types that can be used to execute sql queries