Differences Between: [Versions 310 and 400] [Versions 311 and 400] [Versions 39 and 400] [Versions 400 and 401] [Versions 400 and 402] [Versions 400 and 403]
ADOdb base PDO driver
Copyright: | 2000-2013 John Lim |
Copyright: | 2014 Damien Regad, Mark Newnham and the ADOdb community |
License: | BSD-3-Clause |
License: | LGPL-2.1-or-later |
File Size: | 901 lines (20 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ADODB_pdo:: (34 methods):
_UpdatePDO()
Time()
_connect()
Concat()
_pconnect()
SelectLimit()
ServerInfo()
MetaTables()
MetaColumns()
metaIndexes()
metaPrimaryKeys()
metaForeignKeys()
metaProcedures()
InParameter()
OffsetDate()
SelectDB()
SQLDate()
ErrorMsg()
ErrorNo()
SetAutoCommit()
SetTransactionMode()
beginTrans()
commitTrans()
RollbackTrans()
Prepare()
PrepareStmt()
createSequence()
DropSequence()
GenID()
_query()
_close()
_affectedrows()
_insertID()
qStr()
ADODB_pdo_base:: (5 methods):
_init()
ServerInfo()
SelectLimit()
MetaTables()
MetaColumns()
ADOPDOStatement:: (7 methods):
__construct()
Execute()
InParameter()
Affected_Rows()
ErrorMsg()
NumCols()
ErrorNo()
Name:: (0 methods):
ADORecordSet_pdo:: (8 methods):
__construct()
Init()
_initrs()
FetchField()
_seek()
_fetch()
_close()
Fields()
ADORecordSet_array_pdo:: (0 methods):
_UpdatePDO() X-Ref |
No description |
Time() X-Ref |
No description |
_connect($argDSN, $argUsername, $argPassword, $argDatabasename, $persist=false) X-Ref |
No description |
Concat() X-Ref |
No description |
_pconnect($argDSN, $argUsername, $argPassword, $argDatabasename) X-Ref |
No description |
SelectLimit($sql,$nrows=-1,$offset=-1,$inputarr=false,$secs2cache=0) X-Ref |
No description |
ServerInfo() X-Ref |
No description |
MetaTables($ttype=false,$showSchema=false,$mask=false) X-Ref |
No description |
MetaColumns($table,$normalize=true) X-Ref |
No description |
metaIndexes($table,$normalize=true,$owner=false) X-Ref |
No description |
metaPrimaryKeys($table,$owner=false) X-Ref |
Return a list of Primary Keys for a specified table. return: string[] Array of indexes param: string $table param: bool $owner (optional) not used in this driver |
metaForeignKeys($table, $owner=false, $upper=false,$associative=false) X-Ref |
Returns a list of Foreign Keys for a specified table. return: string[] where keys are tables, and values are foreign keys param: string $table param: bool $owner (optional) not used in this driver param: bool $upper param: bool $associative |
metaProcedures($procedureNamePattern = null, $catalog = null, $schemaPattern = null) X-Ref |
List procedures or functions in an array. return: false|array false if not supported, or array of procedures on current database with structure below param: $procedureNamePattern A procedure name pattern; must match the procedure name as it is stored in the database. param: $catalog A catalog name; must match the catalog name as it is stored in the database. param: $schemaPattern A schema name pattern. |
InParameter(&$stmt,&$var,$name,$maxLen=4000,$type=false) X-Ref |
No description |
OffsetDate($dayFraction,$date=false) X-Ref |
No description |
SelectDB($dbName) X-Ref |
No description |
SQLDate($fmt, $col=false) X-Ref |
No description |
ErrorMsg() X-Ref |
No description |
ErrorNo() X-Ref |
No description |
SetAutoCommit($auto_commit) X-Ref |
return: void param: bool $auto_commit |
SetTransactionMode($transaction_mode) X-Ref |
No description |
beginTrans() X-Ref |
No description |
commitTrans($ok=true) X-Ref |
No description |
RollbackTrans() X-Ref |
No description |
Prepare($sql) X-Ref |
No description |
PrepareStmt($sql) X-Ref |
No description |
createSequence($seqname='adodbseq',$startID=1) X-Ref |
No description |
DropSequence($seqname='adodbseq') X-Ref |
No description |
GenID($seqname='adodbseq',$startID=1) X-Ref |
No description |
_query($sql,$inputarr=false) X-Ref |
No description |
_close() X-Ref |
No description |
_affectedrows() X-Ref |
No description |
_insertID($table = '', $column = '') X-Ref |
No description |
qStr($s, $magic_quotes = false) X-Ref |
Quotes a string to be sent to the database. If we have an active connection, delegates quoting to the underlying PDO object PDO::quote(). Otherwise, replace "'" by the value of $replaceQuote (same behavior as mysqli driver). return: string Quoted string param: string $s The string to quote param: bool $magic_quotes This param is not used since 5.21.0. |
Class: ADODB_pdo_base - X-Ref
_init($parentDriver) X-Ref |
No description |
ServerInfo() X-Ref |
No description |
SelectLimit($sql,$nrows=-1,$offset=-1,$inputarr=false,$secs2cache=0) X-Ref |
No description |
MetaTables($ttype=false,$showSchema=false,$mask=false) X-Ref |
No description |
MetaColumns($table,$normalize=true) X-Ref |
No description |
Class: ADOPDOStatement - X-Ref
Class: ADORecordSet_pdo - X-Ref
Class: ADORecordSet_array_pdo - X-Ref