Property | Type | Description | |
---|---|---|---|
$_query |
Method | Description | |
---|---|---|
batchInsert ( $table, $primaryKey, $columns, $batchSize ) | ||
buildQuery ( |
||
delete ( ) | ||
from ( ) | ||
getConnectionErrorCodes ( ) | ||
getErrorCode ( $errorInfo ) | ||
getExceptionForError ( $errorInfo ) | ||
groupBy ( ) | ||
insert ( ) | ||
isConnectionError ( $errorInfo ) | ||
join ( ) | ||
limit ( ) | ||
lockForUpdate ( ) | ||
offset ( ) | ||
order ( ) | ||
regexpMatcher ( ) | ||
select ( ) | ||
table ( ) | ||
tableOrSubQuery ( ) | ||
update ( ) | ||
using ( ) | ||
where ( ) |
Method | Description | |
---|---|---|
_using ( $usingClauses, $glue = ', ', $table = null, $alias = null ) | ||
_where ( $whereClauses ) | ||
insertEmptyRow ( ) | ||
quote ( $word ) |
Method | Description | |
---|---|---|
whereWithUsing ( ) |
protected _using ( $usingClauses, $glue = ', ', $table = null, $alias = null ) |
abstract public batchInsert ( $table, $primaryKey, $columns, $batchSize ) |