Uses of Interface
org.huiche.ast.operable.WhereOperable
Packages that use WhereOperable
Package
Description
可操作接口,包括表达式|语句|引用的操作
SQL语句
SQL子句
-
Uses of WhereOperable in org.huiche.ast.operable
Subinterfaces of WhereOperable in org.huiche.ast.operableModifier and TypeInterfaceDescriptioninterfaceselect相关操作interface更新操作 -
Uses of WhereOperable in org.huiche.ast.statement
Subinterfaces of WhereOperable in org.huiche.ast.statementModifier and TypeInterfaceDescriptioninterface删除语句interface查询语句interface更新语句Classes in org.huiche.ast.statement that implement WhereOperableModifier and TypeClassDescriptionstatic classDelete默认实现static classSelect默认实现static classUpdate默认实现 -
Uses of WhereOperable in org.huiche.ast.statement.clause
Subinterfaces of WhereOperable in org.huiche.ast.statement.clauseClasses in org.huiche.ast.statement.clause that implement WhereOperableModifier and TypeClassDescriptionstatic classWhere.Default<T extends Statement & Where<T>>Where默认实现