plain/ZPlainSqLiteDriver.pas File Reference

Go to the source code of this file.

Classes

class  IZSQLitePlainDriver
 Represents a generic interface to SQLite native API. More...
class  TZSQLite28PlainDriver
 Implements a driver for SQLite 2.8. More...
class  TZSQLite3PlainDriver
 Implements a driver for SQLite 3. More...

Typedefs

typedef Pointer Psqlite
typedef Pointer Psqlite_func
typedef Pointer Psqlite_vm

Variables

const _SQLITE_INTERRUPT = 9
const MASTER_NAME = "sqlite_master"
const SQLITE_ABORT = 4
const SQLITE_ARGS = -3
const SQLITE_ATTACH = 24
const SQLITE_AUTH = 23
const SQLITE_BUSY = 5
const SQLITE_CANTOPEN = 14
const SQLITE_CONSTRAINT = 19
const SQLITE_COPY = 0
const SQLITE_CORRUPT = 11
const SQLITE_CREATE_INDEX = 1
const SQLITE_CREATE_TABLE = 2
const SQLITE_CREATE_TEMP_INDEX = 3
const SQLITE_CREATE_TEMP_TABLE = 4
const SQLITE_CREATE_TEMP_TRIGGER = 5
const SQLITE_CREATE_TEMP_VIEW = 6
const SQLITE_CREATE_TRIGGER = 7
const SQLITE_CREATE_VIEW = 8
const SQLITE_DELETE = 9
const SQLITE_DENY = 1
const SQLITE_DETACH = 25
const SQLITE_DONE = 101
const SQLITE_DROP_INDEX = 10
const SQLITE_DROP_TABLE = 11
const SQLITE_DROP_TEMP_INDEX = 12
const SQLITE_DROP_TEMP_TABLE = 13
const SQLITE_DROP_TEMP_TRIGGER = 14
const SQLITE_DROP_TEMP_VIEW = 15
const SQLITE_DROP_TRIGGER = 16
const SQLITE_DROP_VIEW = 17
const SQLITE_EMPTY = 16
const SQLITE_ERROR = 1
const SQLITE_FORMAT = 24
const SQLITE_FULL = 13
const SQLITE_IGNORE = 2
const SQLITE_INSERT = 18
const SQLITE_INTERNAL = 2
const SQLITE_IOERR = 10
const SQLITE_LOCKED = 6
const SQLITE_MISMATCH = 20
const SQLITE_MISUSE = 21
const SQLITE_NOLFS = 22
const SQLITE_NOMEM = 7
const SQLITE_NOTADB = 26
const SQLITE_NOTFOUND = 12
const SQLITE_NUMERIC = -1
const SQLITE_OK = 0
const SQLITE_PERM = 3
const SQLITE_PRAGMA = 19
const SQLITE_PROTOCOL = 15
const SQLITE_RANGE = 25
const SQLITE_READ = 20
const SQLITE_READONLY = 8
const SQLITE_ROW = 100
const SQLITE_SCHEMA = 17
const SQLITE_SELECT = 21
const SQLITE_TEXT = -2
const SQLITE_TOOBIG = 18
const SQLITE_TRANSACTION = 22
const SQLITE_UPDATE = 23
const TEMP_MASTER_NAME = "sqlite_temp_master"


Typedef Documentation

typedef Pointer Psqlite

Definition at line 147 of file ZPlainSqLiteDriver.pas.

typedef Pointer Psqlite_func

Definition at line 148 of file ZPlainSqLiteDriver.pas.

typedef Pointer Psqlite_vm

Definition at line 149 of file ZPlainSqLiteDriver.pas.


Variable Documentation

const _SQLITE_INTERRUPT = 9

Definition at line 77 of file ZPlainSqLiteDriver.pas.

const MASTER_NAME = "sqlite_master"

Definition at line 64 of file ZPlainSqLiteDriver.pas.

const SQLITE_ABORT = 4

Definition at line 72 of file ZPlainSqLiteDriver.pas.

const SQLITE_ARGS = -3

Definition at line 100 of file ZPlainSqLiteDriver.pas.

const SQLITE_ATTACH = 24

Definition at line 139 of file ZPlainSqLiteDriver.pas.

const SQLITE_AUTH = 23

Definition at line 91 of file ZPlainSqLiteDriver.pas.

const SQLITE_BUSY = 5

Definition at line 73 of file ZPlainSqLiteDriver.pas.

const SQLITE_CANTOPEN = 14

Definition at line 82 of file ZPlainSqLiteDriver.pas.

const SQLITE_CONSTRAINT = 19

Definition at line 87 of file ZPlainSqLiteDriver.pas.

const SQLITE_COPY = 0

Definition at line 115 of file ZPlainSqLiteDriver.pas.

const SQLITE_CORRUPT = 11

Definition at line 79 of file ZPlainSqLiteDriver.pas.

Definition at line 116 of file ZPlainSqLiteDriver.pas.

Definition at line 117 of file ZPlainSqLiteDriver.pas.

Definition at line 118 of file ZPlainSqLiteDriver.pas.

Definition at line 119 of file ZPlainSqLiteDriver.pas.

Definition at line 120 of file ZPlainSqLiteDriver.pas.

Definition at line 121 of file ZPlainSqLiteDriver.pas.

Definition at line 122 of file ZPlainSqLiteDriver.pas.

const SQLITE_CREATE_VIEW = 8

Definition at line 123 of file ZPlainSqLiteDriver.pas.

const SQLITE_DELETE = 9

Definition at line 124 of file ZPlainSqLiteDriver.pas.

const SQLITE_DENY = 1

Definition at line 144 of file ZPlainSqLiteDriver.pas.

const SQLITE_DETACH = 25

Definition at line 140 of file ZPlainSqLiteDriver.pas.

const SQLITE_DONE = 101

Definition at line 96 of file ZPlainSqLiteDriver.pas.

const SQLITE_DROP_INDEX = 10

Definition at line 125 of file ZPlainSqLiteDriver.pas.

const SQLITE_DROP_TABLE = 11

Definition at line 126 of file ZPlainSqLiteDriver.pas.

Definition at line 127 of file ZPlainSqLiteDriver.pas.

Definition at line 128 of file ZPlainSqLiteDriver.pas.

Definition at line 129 of file ZPlainSqLiteDriver.pas.

Definition at line 130 of file ZPlainSqLiteDriver.pas.

const SQLITE_DROP_TRIGGER = 16

Definition at line 131 of file ZPlainSqLiteDriver.pas.

const SQLITE_DROP_VIEW = 17

Definition at line 132 of file ZPlainSqLiteDriver.pas.

const SQLITE_EMPTY = 16

Definition at line 84 of file ZPlainSqLiteDriver.pas.

const SQLITE_ERROR = 1

Definition at line 69 of file ZPlainSqLiteDriver.pas.

const SQLITE_FORMAT = 24

Definition at line 92 of file ZPlainSqLiteDriver.pas.

const SQLITE_FULL = 13

Definition at line 81 of file ZPlainSqLiteDriver.pas.

const SQLITE_IGNORE = 2

Definition at line 145 of file ZPlainSqLiteDriver.pas.

const SQLITE_INSERT = 18

Definition at line 133 of file ZPlainSqLiteDriver.pas.

const SQLITE_INTERNAL = 2

Definition at line 70 of file ZPlainSqLiteDriver.pas.

const SQLITE_IOERR = 10

Definition at line 78 of file ZPlainSqLiteDriver.pas.

const SQLITE_LOCKED = 6

Definition at line 74 of file ZPlainSqLiteDriver.pas.

const SQLITE_MISMATCH = 20

Definition at line 88 of file ZPlainSqLiteDriver.pas.

const SQLITE_MISUSE = 21

Definition at line 89 of file ZPlainSqLiteDriver.pas.

const SQLITE_NOLFS = 22

Definition at line 90 of file ZPlainSqLiteDriver.pas.

const SQLITE_NOMEM = 7

Definition at line 75 of file ZPlainSqLiteDriver.pas.

const SQLITE_NOTADB = 26

Definition at line 94 of file ZPlainSqLiteDriver.pas.

const SQLITE_NOTFOUND = 12

Definition at line 80 of file ZPlainSqLiteDriver.pas.

const SQLITE_NUMERIC = -1

Definition at line 98 of file ZPlainSqLiteDriver.pas.

const SQLITE_OK = 0

Definition at line 68 of file ZPlainSqLiteDriver.pas.

const SQLITE_PERM = 3

Definition at line 71 of file ZPlainSqLiteDriver.pas.

const SQLITE_PRAGMA = 19

Definition at line 134 of file ZPlainSqLiteDriver.pas.

const SQLITE_PROTOCOL = 15

Definition at line 83 of file ZPlainSqLiteDriver.pas.

const SQLITE_RANGE = 25

Definition at line 93 of file ZPlainSqLiteDriver.pas.

const SQLITE_READ = 20

Definition at line 135 of file ZPlainSqLiteDriver.pas.

const SQLITE_READONLY = 8

Definition at line 76 of file ZPlainSqLiteDriver.pas.

const SQLITE_ROW = 100

Definition at line 95 of file ZPlainSqLiteDriver.pas.

const SQLITE_SCHEMA = 17

Definition at line 85 of file ZPlainSqLiteDriver.pas.

const SQLITE_SELECT = 21

Definition at line 136 of file ZPlainSqLiteDriver.pas.

const SQLITE_TEXT = -2

Definition at line 99 of file ZPlainSqLiteDriver.pas.

const SQLITE_TOOBIG = 18

Definition at line 86 of file ZPlainSqLiteDriver.pas.

const SQLITE_TRANSACTION = 22

Definition at line 137 of file ZPlainSqLiteDriver.pas.

const SQLITE_UPDATE = 23

Definition at line 138 of file ZPlainSqLiteDriver.pas.

const TEMP_MASTER_NAME = "sqlite_temp_master"

Definition at line 65 of file ZPlainSqLiteDriver.pas.


Generated on Wed Dec 30 08:42:43 2009 for zeoslib by  doxygen 1.5.7.1