PHP Class Ouzo\Db\Dialect\Dialect

Datei anzeigen Open project: letsdrink/ouzo Class Usage Examples

Protected Properties

Property Type Description
$_query Ouzo\Db\Query

Public Methods

Method Description
batchInsert ( $table, $primaryKey, $columns, $batchSize )
buildQuery ( Query $query )
delete ( )
from ( )
getConnectionErrorCodes ( )
getErrorCode ( $errorInfo )
getExceptionForError ( $errorInfo )
groupBy ( )
insert ( )
isConnectionError ( $errorInfo )
join ( )
limit ( )
lockForUpdate ( )
offset ( )
order ( )
regexpMatcher ( )
select ( )
table ( )
tableOrSubQuery ( )
update ( )
using ( )
where ( )

Protected Methods

Method Description
_using ( $usingClauses, $glue = ', ', $table = null, $alias = null )
_where ( $whereClauses )
insertEmptyRow ( )
quote ( $word )

Private Methods

Method Description
whereWithUsing ( )

Method Details

_using() protected method

protected _using ( $usingClauses, $glue = ', ', $table = null, $alias = null )

_where() protected method

protected _where ( $whereClauses )

batchInsert() abstract public method

abstract public batchInsert ( $table, $primaryKey, $columns, $batchSize )

buildQuery() public method

public buildQuery ( Query $query )
$query Ouzo\Db\Query

delete() public method

public delete ( )

from() public method

public from ( )

getConnectionErrorCodes() abstract public method

abstract public getConnectionErrorCodes ( )

getErrorCode() abstract public method

abstract public getErrorCode ( $errorInfo )

getExceptionForError() public method

public getExceptionForError ( $errorInfo )

groupBy() public method

public groupBy ( )

insert() public method

public insert ( )

insertEmptyRow() abstract protected method

abstract protected insertEmptyRow ( )

isConnectionError() public method

public isConnectionError ( $errorInfo )

join() public method

public join ( )

limit() public method

public limit ( )

lockForUpdate() public method

public lockForUpdate ( )

offset() public method

public offset ( )

order() public method

public order ( )

quote() abstract protected method

abstract protected quote ( $word )

regexpMatcher() abstract public method

abstract public regexpMatcher ( )

select() public method

public select ( )

table() public method

public table ( )

tableOrSubQuery() public method

public tableOrSubQuery ( )

update() public method

public update ( )

using() public method

public using ( )

where() public method

public where ( )

Property Details

$_query protected_oe property

protected Query,Ouzo\Db $_query
return Ouzo\Db\Query