public class PostgreSQLBuilder.PostgreSQLSelectBuilderBase extends SQLBuilderBase.SelectBuilderBase
check_order_and_offset, columns, distinct, from, groupColumn, limit, offset, order_by, where
properties
Constructor and Description |
---|
PostgreSQLSelectBuilderBase() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isValid(java.lang.StringBuilder message) |
java.lang.String |
toString(Formatter formatter) |
accept, column, column, column, disable_check_order_and_offset, distinct, from, getColumn, getColumns, getGroups, getOrderBy, getOrderBy, group_by, has_aggregate_functions, has_column, has_from, has_group_by, has_limit, has_offset, has_order_by, has_where, isGroupBy, limit, limit, offset, order_by, remove_all_columns, remove_column, replace, toString, where
clone
copyPropertiesFrom, getProperties, getProperty, setProperty
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clone, copyPropertiesFrom
getProperties, getProperty, setProperty
cloneQuietly, cloneQuietly
protected boolean isValid(java.lang.StringBuilder message)
isValid
in class SQLBuilderBase.SelectBuilderBase
public java.lang.String toString(Formatter formatter)
toString
in interface ExpressionBuilder.Value
toString
in class SQLBuilderBase.SelectBuilderBase