mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 10:29:27 +08:00
Introduce MDB_BACKEND_* enum
This commit is contained in:
@@ -190,6 +190,15 @@ enum {
|
||||
typedef struct mdbindex MdbIndex;
|
||||
typedef struct mdbsargtree MdbSargNode;
|
||||
|
||||
enum {
|
||||
MDB_BACKEND_ACCESS = 1,
|
||||
MDB_BACKEND_ORACLE,
|
||||
MDB_BACKEND_SYBASE,
|
||||
MDB_BACKEND_POSTGRES,
|
||||
MDB_BACKEND_MYSQL,
|
||||
MDB_BACKEND_SQLITE,
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
char *name;
|
||||
unsigned char needs_length; /* or precision */
|
||||
|
||||
Reference in New Issue
Block a user