public abstract class QuerySource extends SqlPart
Constructor and Description |
---|
QuerySource() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
containsTable(String table) |
String |
getNestedAlias() |
abstract String |
getTable()
Returns the first table in the list of tables.
|
abstract List<String> |
getTables() |
QuerySource |
setNestedAlias(String nestedAlias) |
QuerySource |
setPretty(boolean pretty) |
boolean |
shouldWrapWhenNested() |
collectParameterValues, collectSqlFragment, getParameterValues, getSqlFragment, isPretty, printSqlParts, toString
public QuerySource setPretty(boolean pretty)
public abstract String getTable()
Returns the first table in the list of tables.
getTables()
instead of this method.public abstract boolean containsTable(String table)
public boolean shouldWrapWhenNested()
public String getNestedAlias()
public QuerySource setNestedAlias(String nestedAlias)
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.