Documentation

Connection
in package
implements ServerInfoAwareConnection

FinalYes

Table of Contents

Interfaces

ServerInfoAwareConnection
Contract for a connection that is able to provide information about the server it is connected to.

Properties

$connection  : resource

Methods

beginTransaction()  : bool
commit()  : bool
exec()  : int
getNativeConnection()  : resource
getServerVersion()  : string
Returns information about the version of the database server connected to.
lastInsertId()  : mixed
{@inheritDoc}
prepare()  : Statement
query()  : Result
quote()  : mixed
{@inheritDoc}
rollBack()  : bool

Properties

Methods

beginTransaction()

public beginTransaction() : bool
Return values
bool

commit()

public commit() : bool
Return values
bool

exec()

public exec(string $sql) : int
Parameters
$sql : string
Return values
int

getNativeConnection()

public getNativeConnection() : resource
Return values
resource

getServerVersion()

Returns information about the version of the database server connected to.

public getServerVersion() : string
Return values
string

lastInsertId()

{@inheritDoc}

public lastInsertId([mixed $name = null ]) : mixed
Parameters
$name : mixed = null

quote()

{@inheritDoc}

public quote(mixed $value[, mixed $type = ParameterType::STRING ]) : mixed
Parameters
$value : mixed
$type : mixed = ParameterType::STRING

rollBack()

public rollBack() : bool
Return values
bool

        
On this page

Search results