[][src]Crate rsfbclient_core

Types, traits and constants to abstract over the different implementations of the firebird client

Modules

ibase

FbClient constants and typedefs

Structs

Column
Row

A database row

Enums

ColumnType

Types supported by the crate

Dialect

Firebird sql dialect

FbError
FreeStmtOp

Drop / Close statement

Param

Sql parameter data

StmtType

Statement type

TrIsolationLevel

Transaction isolation level

TrOp

Commit / Rollback operations

Constants

MAX_TEXT_LENGTH

Max length that can be sent without creating a BLOB

Traits

ColumnToVal

Define the conversion from the buffer to a value

FirebirdClient
FirebirdClientEmbeddedAttach
FirebirdClientRemoteAttach
FromRow

Implemented for types that represents a list of values of columns

IntoParam

Implemented for types that can be sent as parameters

IntoParams

Implemented for types that represents a list of parameters