Eneboo - Documentación para desarrolladores
Clases | 'defines' | 'typedefs' | Funciones
Referencia del Archivo src/sqlite/btree_rb.c
#include "btree.h"
#include "sqliteInt.h"
#include <assert.h>

Clases

struct  BtRollbackOp
struct  Rbtree
struct  RbtCursor
struct  BtRbTree
struct  BtRbNode

'defines'

#define ROLLBACK_INSERT   1
#define ROLLBACK_DELETE   2
#define ROLLBACK_CREATE   3
#define ROLLBACK_DROP   4
#define TRANS_NONE   0
#define TRANS_INTRANSACTION   1
#define TRANS_INCHECKPOINT   2
#define TRANS_ROLLBACK   3
#define SKIP_NONE   0
#define SKIP_NEXT   1
#define SKIP_PREV   2
#define SKIP_INVALID   3

'typedefs'

typedef struct BtRbTree BtRbTree
typedef struct BtRbNode BtRbNode
typedef struct BtRollbackOp BtRollbackOp
typedef struct Rbtree Rbtree
typedef struct RbtCursor RbtCursor

Funciones

int sqliteRbtreeOpen (const char *zFilename, int mode, int nPg, Btree **ppBtree)

Documentación de los 'defines'

#define ROLLBACK_CREATE   3
#define ROLLBACK_DELETE   2
#define ROLLBACK_DROP   4
#define ROLLBACK_INSERT   1
#define SKIP_INVALID   3
#define SKIP_NEXT   1
#define SKIP_NONE   0
#define SKIP_PREV   2
#define TRANS_INCHECKPOINT   2
#define TRANS_INTRANSACTION   1
#define TRANS_NONE   0
#define TRANS_ROLLBACK   3

Documentación de los 'typedefs'

typedef struct BtRbNode BtRbNode
typedef struct BtRbTree BtRbTree
typedef struct BtRollbackOp BtRollbackOp
typedef struct RbtCursor RbtCursor
typedef struct Rbtree Rbtree

Documentación de las funciones

int sqliteRbtreeOpen ( const char *  zFilename,
int  mode,
int  nPg,
Btree **  ppBtree 
)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'