Documentation
¶
Index ¶
Constants ¶
View Source
const ( SQLITE3_ASSOC = 1 SQLITE3_NUM = 2 SQLITE3_BOTH = 3 SQLITE3_INTEGER = 1 SQLITE3_FLOAT = 2 SQLITE3_TEXT = 3 SQLITE3_BLOB = 4 SQLITE3_NULL = 5 SQLITE3_OPEN_READONLY = 1 SQLITE3_OPEN_READWRITE = 2 SQLITE3_OPEN_CREATE = 4 )
SQLite3 fetch/type constants
Variables ¶
View Source
var SQLite3Class *phpobj.ZClass
SQLite3Class is the PHP SQLite3 class.
View Source
var SQLite3ResultClass *phpobj.ZClass
SQLite3ResultClass is the PHP SQLite3Result class.
View Source
var SQLite3StmtClass *phpobj.ZClass
SQLite3StmtClass is the PHP SQLite3Stmt class.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.