类 FetcherSelectionImpl<T>
java.lang.Object
org.babyfish.jimmer.sql.ast.impl.table.FetcherSelectionImpl<T>
- 所有已实现的接口:
Ast,Selection<T>,FetcherSelection<T>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaccept(@NotNull AstVisitor visitor) Fetcher<?>getPath()Table<?>getTable()booleanvoidrenderTo(@NotNull SqlBuilder builder) toString()
-
构造器详细资料
-
FetcherSelectionImpl
-
FetcherSelectionImpl
-
FetcherSelectionImpl
-
-
方法详细资料
-
getTable
-
getPath
- 指定者:
getPath在接口中FetcherSelection<T>
-
getFetcher
- 指定者:
getFetcher在接口中FetcherSelection<T>
-
getConverter
- 指定者:
getConverter在接口中FetcherSelection<T>
-
accept
-
renderTo
-
hasVirtualPredicate
public boolean hasVirtualPredicate()- 指定者:
hasVirtualPredicate在接口中Ast
-
resolveVirtualPredicate
- 指定者:
resolveVirtualPredicate在接口中Ast
-
toString
-