Differences Between: [Versions 310 and 311] [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403] [Versions 39 and 311]
(no description)
File Size: | 696 lines (16 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ADODB_sqlite3:: (28 methods):
ServerInfo()
BeginTrans()
CommitTrans()
RollbackTrans()
metaType()
MetaColumns()
metaForeignKeys()
_init()
_insertid()
_affectedrows()
ErrorMsg()
ErrorNo()
SQLDate()
_createFunctions()
_connect()
_pconnect()
_query()
SelectLimit()
GenID()
CreateSequence()
DropSequence()
_close()
metaIndexes()
charMax()
textMax()
month()
day()
year()
Name:: (0 methods):
ADORecordset_sqlite3:: (7 methods):
__construct()
FetchField()
_initrs()
Fields()
_seek()
_fetch()
_close()
Class: ADODB_sqlite3 - X-Ref
ServerInfo() X-Ref |
No description |
BeginTrans() X-Ref |
No description |
CommitTrans($ok=true) X-Ref |
No description |
RollbackTrans() X-Ref |
No description |
metaType($t,$len=-1,$fieldobj=false) X-Ref |
No description |
MetaColumns($table, $normalize=true) X-Ref |
No description |
metaForeignKeys( $table, $owner = FALSE, $upper = FALSE, $associative = FALSE ) X-Ref |
No description |
_init($parentDriver) X-Ref |
No description |
_insertid() X-Ref |
No description |
_affectedrows() X-Ref |
No description |
ErrorMsg() X-Ref |
No description |
ErrorNo() X-Ref |
No description |
SQLDate($fmt, $col=false) X-Ref |
No description |
_createFunctions() X-Ref |
No description |
_connect($argHostname, $argUsername, $argPassword, $argDatabasename) X-Ref |
No description |
_pconnect($argHostname, $argUsername, $argPassword, $argDatabasename) X-Ref |
No description |
_query($sql,$inputarr=false) X-Ref |
No description |
SelectLimit($sql,$nrows=-1,$offset=-1,$inputarr=false,$secs2cache=0) X-Ref |
No description |
GenID($seq='adodbseq',$start=1) X-Ref |
No description |
CreateSequence($seqname='adodbseq',$start=1) X-Ref |
No description |
DropSequence($seqname = 'adodbseq') X-Ref |
No description |
_close() X-Ref |
No description |
metaIndexes($table, $primary = FALSE, $owner = false) X-Ref |
No description |
charMax() X-Ref |
Returns the maximum size of a MetaType C field. Because of the database design, sqlite places no limits on the size of data inserted return: int |
textMax() X-Ref |
Returns the maximum size of a MetaType X field. Because of the database design, sqlite places no limits on the size of data inserted return: int |
month($fld) X-Ref |
Converts a date to a month only field and pads it to 2 characters This uses the more efficient strftime native function to process param: str $fld The name of the field to process return: str The SQL Statement |
day($fld) X-Ref |
Converts a date to a day only field and pads it to 2 characters This uses the more efficient strftime native function to process param: str $fld The name of the field to process return: str The SQL Statement |
year($fld) X-Ref |
Converts a date to a year only field This uses the more efficient strftime native function to process param: str $fld The name of the field to process return: str The SQL Statement |
Class: ADORecordset_sqlite3 - X-Ref
__construct($queryID,$mode=false) X-Ref |
No description |
FetchField($fieldOffset = -1) X-Ref |
No description |
_initrs() X-Ref |
No description |
Fields($colname) X-Ref |
No description |
_seek($row) X-Ref |
No description |
_fetch($ignore_fields=false) X-Ref |
No description |
_close() X-Ref |
No description |