public static class QueryExpressionDSL.FromGatherer<R> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
QueryExpressionDSL.FromGatherer.Builder<R> |
Constructor and Description |
---|
FromGatherer(QueryExpressionDSL.FromGatherer.Builder<R> builder) |
Modifier and Type | Method and Description |
---|---|
QueryExpressionDSL<R> |
from(Buildable<SelectModel> select) |
QueryExpressionDSL<R> |
from(Buildable<SelectModel> select,
String tableAlias) |
QueryExpressionDSL<R> |
from(SqlTable table) |
QueryExpressionDSL<R> |
from(SqlTable table,
String tableAlias) |
public FromGatherer(QueryExpressionDSL.FromGatherer.Builder<R> builder)
public QueryExpressionDSL<R> from(Buildable<SelectModel> select)
public QueryExpressionDSL<R> from(Buildable<SelectModel> select, String tableAlias)
public QueryExpressionDSL<R> from(SqlTable table)
public QueryExpressionDSL<R> from(SqlTable table, String tableAlias)
Copyright © 2016–2021 MyBatis.org. All rights reserved.