Crate rsfbclient_core

source ·
Expand description

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

Re-exports

Modules

Structs

Enums

Constants

Traits

  • Define the conversion from the buffer to a value
  • A wrapper trait compatible with the niceties provided by the main rsfbclient crate
  • Firebird base event API
  • Responsible for database administration and attachment/detachment
  • Responsible for actual transaction and statement execution
  • Implemented for types that represents a list of values of columns
  • Implemented for types that can be sent as parameters
  • Types with an associated boolean flag function, named() indiciating support for named or positional parameters.