public class TableStar extends BaseASTNode implements DefaultExpression<java.lang.Object>
Constructor and Description |
---|
TableStar(com.liferay.petra.sql.dsl.Table<?> table) |
Modifier and Type | Method and Description |
---|---|
protected void |
doToSQL(java.util.function.Consumer<java.lang.String> consumer,
com.liferay.petra.sql.dsl.ast.ASTNodeListener astNodeListener) |
com.liferay.petra.sql.dsl.Table<?> |
getTable() |
getChild, toSQL, toString, withNewChild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public com.liferay.petra.sql.dsl.Table<?> getTable()
protected void doToSQL(java.util.function.Consumer<java.lang.String> consumer, com.liferay.petra.sql.dsl.ast.ASTNodeListener astNodeListener)
doToSQL
in class BaseASTNode