Interface SelectPath
- All Superinterfaces:
Path
- All Known Implementing Classes:
DefaultSelectPath
public interface SelectPath extends Path
.
- Author:
- Michael Nitschinger
-
Method Summary
Modifier and Type Method Description FromPath
select(Expression... expressions)
FromPath
select(String... expressions)
FromPath
selectAll(Expression... expressions)
FromPath
selectAll(String... expressions)
FromPath
selectDistinct(Expression... expressions)
FromPath
selectDistinct(String... expressions)
FromPath
selectDistinctRaw(Expression expression)
FromPath
selectDistinctRaw(String expression)
FromPath
selectRaw(Expression expression)
FromPath
selectRaw(String expression)
-
Method Details
-
select
-
select
-
selectAll
-
selectAll
-
selectDistinct
-
selectDistinct
-
selectRaw
-
selectRaw
-
selectDistinctRaw
-
selectDistinctRaw
-