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 FromPathselect(Expression... expressions)FromPathselect(String... expressions)FromPathselectAll(Expression... expressions)FromPathselectAll(String... expressions)FromPathselectDistinct(Expression... expressions)FromPathselectDistinct(String... expressions)FromPathselectDistinctRaw(Expression expression)FromPathselectDistinctRaw(String expression)FromPathselectRaw(Expression expression)FromPathselectRaw(String expression)
-
Method Details
-
select
-
select
-
selectAll
-
selectAll
-
selectDistinct
-
selectDistinct
-
selectRaw
-
selectRaw
-
selectDistinctRaw
-
selectDistinctRaw
-