Classes | |
| class | ADORecordSet_mysqli |
Fonctions | |
| ADODB_mysqli () | |
| SetTransactionMode ($transaction_mode) | |
| _connect ($argHostname=NULL, $argUsername=NULL, $argPassword=NULL, $argDatabasename=NULL, $persist=false) | |
| _pconnect ($argHostname, $argUsername, $argPassword, $argDatabasename) | |
| _nconnect ($argHostname, $argUsername, $argPassword, $argDatabasename) | |
| IfNull ($field, $ifNull) | |
| ServerInfo () | |
| BeginTrans () | |
| CommitTrans ($ok=true) | |
| RollbackTrans () | |
| RowLock ($tables, $where='', $flds='1 as adodb_ignore') | |
| qstr ($s, $magic_quotes=false) | |
| _insertid () | |
| _affectedrows () | |
| CreateSequence ($seqname='adodbseq', $startID=1) | |
| GenID ($seqname='adodbseq', $startID=1) | |
| & | MetaDatabases () |
| & | MetaIndexes ($table, $primary=FALSE) |
| SQLDate ($fmt, $col=false) | |
| Concat () | |
| OffsetDate ($dayFraction, $date=false) | |
| & | MetaTables ($ttype=false, $showSchema=false, $mask=false) |
| MetaForeignKeys ($table, $owner=FALSE, $upper=FALSE, $associative=FALSE) | |
| & | MetaColumns ($table) |
| SelectDB ($dbName) | |
| & | SelectLimit ($sql, $nrows=-1, $offset=-1, $inputarr=false, $arg3=false, $secs=0) |
| Prepare ($sql) | |
| _query ($sql, $inputarr) | |
| ErrorMsg () | |
| ErrorNo () | |
| _close () | |
| CharMax () | |
| TextMax () | |
| GetCharSet () | |
| SetCharSet ($charset_name) | |
Variables | |
| $_genIDSQL = "update %s set id=LAST_INSERT_ID(id+1);" | |
| $_genSeqSQL = "create table %s (id int not null)" | |
| $_genSeq2SQL = "insert into %s values (%s)" | |
| $_dropSeqSQL = "drop table %s" | |
| _affectedrows | ( | ) |
| _close | ( | ) |
| _connect | ( | $ | argHostname = NULL, |
|
| $ | argUsername = NULL, |
|||
| $ | argPassword = NULL, |
|||
| $ | argDatabasename = NULL, |
|||
| $ | persist = false | |||
| ) |
| _insertid | ( | ) |
| _nconnect | ( | $ | argHostname, | |
| $ | argUsername, | |||
| $ | argPassword, | |||
| $ | argDatabasename | |||
| ) |
| _pconnect | ( | $ | argHostname, | |
| $ | argUsername, | |||
| $ | argPassword, | |||
| $ | argDatabasename | |||
| ) |
| _query | ( | $ | sql, | |
| $ | inputarr | |||
| ) |
| ADODB_mysqli | ( | ) |
| BeginTrans | ( | ) |
| CharMax | ( | ) |
| CommitTrans | ( | $ | ok = true |
) |
| Concat | ( | ) |
| CreateSequence | ( | $ | seqname = 'adodbseq', |
|
| $ | startID = 1 | |||
| ) |
| ErrorMsg | ( | ) |
| ErrorNo | ( | ) |
| GenID | ( | $ | seqname = 'adodbseq', |
|
| $ | startID = 1 | |||
| ) |
| GetCharSet | ( | ) |
| IfNull | ( | $ | field, | |
| $ | ifNull | |||
| ) |
| & MetaColumns | ( | $ | table | ) |
| & MetaDatabases | ( | ) |
| MetaForeignKeys | ( | $ | table, | |
| $ | owner = FALSE, |
|||
| $ | upper = FALSE, |
|||
| $ | associative = FALSE | |||
| ) |
| & MetaIndexes | ( | $ | table, | |
| $ | primary = FALSE | |||
| ) |
| OffsetDate | ( | $ | dayFraction, | |
| $ | date = false | |||
| ) |
| Prepare | ( | $ | sql | ) |
| qstr | ( | $ | s, | |
| $ | magic_quotes = false | |||
| ) |
| RollbackTrans | ( | ) |
| RowLock | ( | $ | tables, | |
| $ | where = '', |
|||
| $ | flds = '1 as adodb_ignore' | |||
| ) |
| SelectDB | ( | $ | dbName | ) |
| & SelectLimit | ( | $ | sql, | |
| $ | nrows = -1, |
|||
| $ | offset = -1, |
|||
| $ | inputarr = false, |
|||
| $ | arg3 = false, |
|||
| $ | secs = 0 | |||
| ) |
| ServerInfo | ( | ) |
| SetCharSet | ( | $ | charset_name | ) |
| SetTransactionMode | ( | $ | transaction_mode | ) |
| SQLDate | ( | $ | fmt, | |
| $ | col = false | |||
| ) |
| TextMax | ( | ) |
| $_dropSeqSQL = "drop table %s" |
| $_genIDSQL = "update %s set id=LAST_INSERT_ID(id+1);" |
| $_genSeq2SQL = "insert into %s values (%s)" |
| $_genSeqSQL = "create table %s (id int not null)" |
1.5.3