RBSQLiteConnectionState Constants Reference
Declared in | RBSQLiteConnection.h |
---|
RBSQLiteConnectionState
The state of an SQLite connection.
Definition
typedef NS_ENUM(NSInteger, RBSQLiteConnectionState ) {
RBSQLiteConnectionStateBroken = 0,
RBSQLiteConnectionStateClosed,
RBSQLiteConnectionStateOpen,
RBSQLiteConnectionStateBusy,
};
Constants
RBSQLiteConnectionStateBroken
-
The SQLite connection is broken.
Declared In
RBSQLiteConnection.h
. RBSQLiteConnectionStateClosed
-
The SQLite connection is closed.
Declared In
RBSQLiteConnection.h
. RBSQLiteConnectionStateOpen
-
The SQLite connection is open.
Declared In
RBSQLiteConnection.h
. RBSQLiteConnectionStateBusy
-
The SQLite connection is busy.
Declared In
RBSQLiteConnection.h
.
Declared In
RBSQLiteConnection.h