MDBConsts class abstract

Constructors

MDBConsts()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

CREATE → const String
CURSOR_CLOSE → const String
CURSOR_GET → const String
CURSOR_OPEN → const String
DBI_OPEN → const String
ENV_CLOSE → const String
ENV_OPEN → const String
ENV_SYNC → const String
MDB_DEL → const String
MDB_GET → const String
MDB_PUT → const String
SET_MAX_DBS → const String
STR_ERROR → const String
TXN_COMMIT → const String
TXT_BEGIN → const String