Uses of Interface
org.huiche.ast.metadata.TableRef
Packages that use TableRef
Package
Description
SQL引用,表|列|别名
可操作接口,包括表达式|语句|引用的操作
SQL语句
SQL子句
ast支持相关
-
Uses of TableRef in org.huiche.ast.metadata
Subinterfaces of TableRef in org.huiche.ast.metadataModifier and TypeInterfaceDescriptioninterface表别名interface派生表(表子查询)interface表Classes in org.huiche.ast.metadata that implement TableRefModifier and TypeClassDescriptionstatic classAliasTableRef 默认实现static classDerivedTable默认实现static classTable默认实现 -
Uses of TableRef in org.huiche.ast.operable
Methods in org.huiche.ast.operable with parameters of type TableRefModifier and TypeMethodDescriptiondefault Select交差连接from操作default JoinOperable<Select> 全连接default JoinOperable<Select> 内连接连接查询default JoinOperable<Select> 左连接default SelectSelectOperable.naturalJoin(TableRef table) 自然连接default JoinOperable<Select> 右连接 -
Uses of TableRef in org.huiche.ast.statement
Methods in org.huiche.ast.statement that return TableRefMethods in org.huiche.ast.statement with parameters of type TableRef -
Uses of TableRef in org.huiche.ast.statement.clause
Methods in org.huiche.ast.statement.clause that return TableRefMethods in org.huiche.ast.statement.clause with parameters of type TableRef -
Uses of TableRef in org.huiche.ast.support
Methods in org.huiche.ast.support with parameters of type TableRef