Enumerations

The following enumerations are available globally.

  • Enumeration used in checkpoint methods.

    See more

    Declaration

    Objective-C

    enum FMDBCheckpointMode {}

    Swift

    enum FMDBCheckpointMode : Int32
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(int, SqliteValueType) {
        SqliteValueTypeInteger = 1,
        SqliteValueTypeFloat   = 2,
        SqliteValueTypeText    = 3,
        SqliteValueTypeBlob    = 4,
        SqliteValueTypeNull    = 5
    }

    Swift

    enum SqliteValueType : Int32