ILIAS
Release_4_1_x_branch Revision 61804
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
DatabaseConnection.php
Go to the documentation of this file.
1
<?php
2
25
class
Auth_OpenID_DatabaseConnection
{
32
function
autoCommit
($mode)
33
{
34
}
35
51
function
query
($sql, $params = array())
52
{
53
}
54
58
function
begin
()
59
{
60
}
61
65
function
commit
()
66
{
67
}
68
72
function
rollback
()
73
{
74
}
75
91
function
getOne
($sql, $params = array())
92
{
93
}
94
109
function
getRow
($sql, $params = array())
110
{
111
}
112
126
function
getAll
($sql, $params = array())
127
{
128
}
129
}
130
Services
OpenId
lib
Auth
OpenID
DatabaseConnection.php
Generated on Thu Apr 21 2016 19:02:56 for ILIAS by
1.8.1.2 (using
Doxyfile
)