public interface SqlSelectGenerator
| Modifier and Type | Method and Description |
|---|---|
default Select |
generateSqlSelect(QuerySource... querySources)
Generates a SQL SELECT statement from the given query sources.
|
default Select generateSqlSelect(QuerySource... querySources)
querySources - the sources to include in the SELECT statementUnsupportedOperationException - if the implementation does not support this operationCopyright (c) 2006-2026 North Concepts Inc. All Rights Reserved.