Package com.github.eikecochu.sqlbuilder
Interface QueryBuilder
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Queryquery()Returns the Query representation of this builder instance
-
-
-
Method Detail
-
query
default Query query()
Returns the Query representation of this builder instance- Returns:
- The Query representation
-
-