$autoIncrementField | JDatabaseQuery | protected |
$call | JDatabaseQuery | protected |
$columns | JDatabaseQuery | protected |
$db | JDatabaseQuery | protected |
$delete | JDatabaseQuery | protected |
$element | JDatabaseQuery | protected |
$exec | JDatabaseQuery | protected |
$forShare | JDatabaseQueryPostgresql | protected |
$forUpdate | JDatabaseQueryPostgresql | protected |
$from | JDatabaseQuery | protected |
$group | JDatabaseQuery | protected |
$having | JDatabaseQuery | protected |
$insert | JDatabaseQuery | protected |
$join | JDatabaseQuery | protected |
$limit | JDatabaseQueryPostgresql | protected |
$noWait | JDatabaseQueryPostgresql | protected |
$offset | JDatabaseQueryPostgresql | protected |
$order | JDatabaseQuery | protected |
$returning | JDatabaseQueryPostgresql | protected |
$select | JDatabaseQuery | protected |
$set | JDatabaseQuery | protected |
$sql | JDatabaseQuery | protected |
$type | JDatabaseQuery | protected |
$union | JDatabaseQuery | protected |
$unionAll | JDatabaseQuery | protected |
$update | JDatabaseQuery | protected |
$values | JDatabaseQuery | protected |
$where | JDatabaseQuery | protected |
__call($method, $args) | JDatabaseQuery | |
__clone() | JDatabaseQuery | |
__construct(JDatabaseDriver $db=null) | JDatabaseQuery | |
__get($name) | JDatabaseQuery | |
__toString() | JDatabaseQueryPostgresql | |
call($columns) | JDatabaseQuery | |
castAsChar($value) | JDatabaseQueryPostgresql | |
charLength($field, $operator=null, $condition=null) | JDatabaseQuery | |
clear($clause=null) | JDatabaseQueryPostgresql | |
columns($columns) | JDatabaseQuery | |
concatenate($values, $separator=null) | JDatabaseQueryPostgresql | |
currentTimestamp() | JDatabaseQueryPostgresql | |
dateAdd($date, $interval, $datePart) | JDatabaseQueryPostgresql | |
dateFormat() | JDatabaseQuery | |
day($date) | JDatabaseQueryPostgresql | |
delete($table=null) | JDatabaseQuery | |
dump() | JDatabaseQuery | |
escape($text, $extra=false) | JDatabaseQuery | |
exec($columns) | JDatabaseQuery | |
format($format) | JDatabaseQuery | |
forShare($table_name, $glue= ',') | JDatabaseQueryPostgresql | |
forUpdate($table_name, $glue= ',') | JDatabaseQueryPostgresql | |
from($tables, $subQueryAlias=null) | JDatabaseQuery | |
group($columns) | JDatabaseQuery | |
having($conditions, $glue= 'AND') | JDatabaseQuery | |
hour($date) | JDatabaseQueryPostgresql | |
innerJoin($condition) | JDatabaseQuery | |
insert($table, $incrementField=false) | JDatabaseQuery | |
join($type, $conditions) | JDatabaseQuery | |
leftJoin($condition) | JDatabaseQuery | |
length($value) | JDatabaseQuery | |
limit($limit=0) | JDatabaseQueryPostgresql | |
minute($date) | JDatabaseQueryPostgresql | |
month($date) | JDatabaseQueryPostgresql | |
noWait() | JDatabaseQueryPostgresql | |
nullDate($quoted=true) | JDatabaseQuery | |
offset($offset=0) | JDatabaseQueryPostgresql | |
order($columns) | JDatabaseQuery | |
outerJoin($condition) | JDatabaseQuery | |
processLimit($query, $limit, $offset=0) | JDatabaseQueryPostgresql | |
quote($text, $escape=true) | JDatabaseQuery | |
quoteName($name, $as=null) | JDatabaseQuery | |
returning($pkCol) | JDatabaseQueryPostgresql | |
rightJoin($condition) | JDatabaseQuery | |
second($date) | JDatabaseQueryPostgresql | |
select($columns) | JDatabaseQuery | |
set($conditions, $glue= ',') | JDatabaseQuery | |
setLimit($limit=0, $offset=0) | JDatabaseQueryPostgresql | |
setQuery($sql) | JDatabaseQuery | |
union($query, $distinct=false, $glue= '') | JDatabaseQuery | |
unionAll($query, $distinct=false, $glue= '') | JDatabaseQuery | |
unionDistinct($query, $glue= '') | JDatabaseQuery | |
update($table) | JDatabaseQuery | |
values($values) | JDatabaseQuery | |
where($conditions, $glue= 'AND') | JDatabaseQuery | |
year($date) | JDatabaseQueryPostgresql | |