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, withNewChildclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic 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