This is the complete list of members for
PostgresDialect, including all inherited members.
$rankFunction | PostgresDialect | [private, static] |
$tsConfiguration | PostgresDialect | [private, static] |
__construct() | Singleton | [protected] |
checkColumn(DBColumn $column) | PostgresDialect | [private, static] |
dropInstance($class) | Singleton | [static] |
dropTableMode($cascade=false) | Dialect | [static] |
fieldToString($field) | Dialect | |
fullTextRank($field, $words, $logic) | PostgresDialect | |
fullTextSearch($field, $words, $logic) | PostgresDialect | |
getAllInstances() | Singleton | [static] |
getInstance($class, $args=null) | Singleton | [static] |
getTsConfiguration() | PostgresDialect | [static] |
hasMultipleTruncate() | PostgresDialect | |
hasReturning() | PostgresDialect | |
hasTruncate() | PostgresDialect | |
makeSequenceName(DBColumn $column) | PostgresDialect | [protected] |
me() | PostgresDialect | [static] |
postAutoincrement(DBColumn $column) | PostgresDialect | |
preAutoincrement(DBColumn $column) | PostgresDialect | |
prepareFullText($words, $logic) | PostgresDialect | [static] |
quoteBinary($data) | PostgresDialect | |
quoteField($field) | Dialect | [static] |
quoteTable($table) | Dialect | [static] |
quoteValue($value) | PostgresDialect | [static] |
setRankFunction($rank) | PostgresDialect | [static] |
setTsConfiguration($configuration) | PostgresDialect | [static] |
timeZone($exist=false) | Dialect | [static] |
toCasted($field, $type) | PostgresDialect | [static] |
toFieldString($expression) | Dialect | |
toValueString($expression) | Dialect | |
typeToString(DataType $type) | PostgresDialect | |
unquoteBinary($data) | PostgresDialect | |
valueToString($value) | Dialect | |