[−][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 | |
| FbError | |
| Row | A database row |
Enums
| ColumnType | Types supported by the crate |
| Dialect | Firebird sql dialect |
| FreeStmtOp | Drop / Close statement |
| Param | Sql parameter data |
| StmtType | Statement type |
| TrIsolationLevel | Transaction isolation level |
| TrOp | Commit / Rollback operations |
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 |