Package com.liferay.petra.sql.dsl.ast
Interface ASTNode
- All Known Subinterfaces:
Alias<T>,Column<T,,C> ColumnAlias<T,,C> DSLQuery,ElseEndStep<T>,Expression<T>,FromStep,GroupByStep,HavingStep,JoinStep,LimitStep,OrderByExpression,OrderByStep,Predicate,ScalarDSLQueryAlias<T>,Table<T>,WhenThenStep<T>,WhereStep
- All Known Implementing Classes:
BaseTable
public interface ASTNode
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringtoSQL(ASTNodeListener astNodeListener) voidtoSQL(Consumer<String> consumer, ASTNodeListener astNodeListener)
-
Method Details
-
toSQL
-
toSQL
-