MIOLO20
Toggle main menu visibility
Página principal
Estruturas de dados
Estruturas de dados
Hierarquia de classes
Campos de dados
Tudo
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Funções
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variáveis
$
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Ficheiros
Lista de ficheiros
Globais
Tudo
$
_
a
c
d
e
f
g
i
l
m
o
p
r
s
u
Funções
Variáveis
$
_
c
e
f
l
m
o
p
s
Exemplos
▼
MIOLO20
►
Estruturas de dados
▼
Ficheiros
▼
Lista de ficheiros
▼
classes
►
contrib
►
database
►
doc
▼
extensions
▼
doctrine-dbal
▼
Doctrine
►
Common
▼
DBAL
▼
Driver
►
IBMDB2
►
OCI8
►
PDOIbm
►
PDOMySql
►
PDOOracle
►
PDOPgSql
►
PDOSqlite
►
PDOSqlsrv
►
Connection.php
►
PDOConnection.php
►
PDOStatement.php
►
Statement.php
►
Event
►
Logging
►
Platforms
►
Schema
►
Tools
►
Types
►
Configuration.php
►
Connection.php
►
ConnectionException.php
►
DBALException.php
►
Driver.php
►
DriverManager.php
►
Events.php
►
LockMode.php
►
Statement.php
►
Version.php
►
Symfony
►
jasper
►
spaw
►
class.phpmailer.php
►
class.smtp.php
►
cpaint.inc.php
►
cpaint_proxy.php
►
ezpdf
►
flow
►
interfaces
►
model
►
persistence
►
pslib
►
security
►
services
►
tests
►
ui
►
utils
►
compatibility.class
►
miolo.class
►
Globais
►
Exemplos
•
Tudo
Estruturas de dados
Namespaces
Ficheiros
Funções
Variáveis
Carregando...
Procurando...
Nenhuma entrada encontrada
Connection.php
Ir para a documentação deste ficheiro.
1
<?php
2
/*
3
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
6
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
7
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
8
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
9
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
10
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
11
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
12
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
13
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
14
*
15
* This software consists of voluntary contributions made by many individuals
16
* and is licensed under the LGPL. For more information, see
17
* <http://www.doctrine-project.org>.
18
*/
19
20
namespace
Doctrine\DBAL\Driver
;
21
30
interface
Connection
31
{
32
function
prepare
($prepareString);
33
function
query
();
34
function
quote
($input, $type=\PDO::PARAM_STR);
35
function
exec
($statement);
36
function
lastInsertId
($name =
null
);
37
function
beginTransaction
();
38
function
commit
();
39
function
rollBack
();
40
function
errorCode
();
41
function
errorInfo
();
42
}
30
interface
Connection
{
…
};
Doctrine\DBAL\Driver\Connection
Definição
Connection.php:31
Doctrine\DBAL\Driver\Connection\query
query()
Doctrine\DBAL\Driver\Connection\errorCode
errorCode()
Doctrine\DBAL\Driver\Connection\lastInsertId
lastInsertId($name=null)
Doctrine\DBAL\Driver\Connection\exec
exec($statement)
Doctrine\DBAL\Driver\Connection\errorInfo
errorInfo()
Doctrine\DBAL\Driver\Connection\quote
quote($input, $type=\PDO::PARAM_STR)
Doctrine\DBAL\Driver\Connection\prepare
prepare($prepareString)
Doctrine\DBAL\Driver\Connection\rollBack
rollBack()
Doctrine\DBAL\Driver\Connection\beginTransaction
beginTransaction()
Doctrine\DBAL\Driver\Connection\commit
commit()
Doctrine\DBAL\Driver
Definição
Connection.php:20
classes
extensions
doctrine-dbal
Doctrine
DBAL
Driver
Connection.php
Gerado por
1.10.0