Uses of Interface
org.huiche.core.ast.Statement
Packages that use Statement
Package
Description
可操作接口,包括表达式|语句|引用的操作
SQL语句
SQL子句
方言,ast的转译实现
jdbc执行器的监听器
Dao实现的支持
DDL语句
方言实现
方言实现支持
jdbc执行器
-
Uses of Statement in org.huiche.ast.operable
Classes in org.huiche.ast.operable with type parameters of type StatementModifier and TypeInterfaceDescriptioninterfaceJoinOperable<T extends Statement>join关联操作interfaceWhereOperable<T extends Statement>where操作 -
Uses of Statement in org.huiche.ast.statement
Subinterfaces of Statement in org.huiche.ast.statementModifier and TypeInterfaceDescriptioninterface删除语句interface插入语句interface查询表达式(Select,集合查询interface查询语句interface集合查询interface更新语句Classes in org.huiche.ast.statement that implement StatementModifier and TypeClassDescriptionstatic classDelete默认实现static classInsert默认实现static classSelect默认实现static classSetQuery默认实现static classUpdate默认实现 -
Uses of Statement in org.huiche.ast.statement.clause
Classes in org.huiche.ast.statement.clause with type parameters of type StatementModifier and TypeInterfaceDescriptioninterfaceJoin子句static classJoin.Default<T extends Statement>Join默认实现interfaceWhere子句static classWhere.Default<T extends Statement & Where<T>>Where默认实现Methods in org.huiche.ast.statement.clause with type parameters of type Statement -
Uses of Statement in org.huiche.core.dialect
Methods in org.huiche.core.dialect with parameters of type Statement -
Uses of Statement in org.huiche.core.listener
Methods in org.huiche.core.listener with parameters of type StatementModifier and TypeMethodDescriptiondefault voidListener.onTranslate(Statement statement) 翻译sql前voidListeners.onTranslate(Statement statement) default voidListener.onTranslated(Statement statement, String sql, List<?> params) 翻译sql后voidListeners.onTranslated(Statement statement, String sql, List<?> params) -
Uses of Statement in org.huiche.dao.support
Methods in org.huiche.dao.support that return StatementModifier and TypeMethodDescriptiondefault StatementDaoInterceptor.beforeDelete(Class<?> entityClass, Statement statement) 删除执行之前
语句已生成, 可直接修改语句,或者返回新语句(如伪删除时Delete改Update)DaoInterceptors.beforeDelete(Class<?> entityClass, Statement statement) Methods in org.huiche.dao.support with parameters of type StatementModifier and TypeMethodDescriptiondefault voidDaoInterceptor.afterDelete(Class<?> entityClass, Statement statement, int result) 删除之后voidDaoInterceptors.afterDelete(Class<?> entityClass, Statement statement, int result) default StatementDaoInterceptor.beforeDelete(Class<?> entityClass, Statement statement) 删除执行之前
语句已生成, 可直接修改语句,或者返回新语句(如伪删除时Delete改Update)DaoInterceptors.beforeDelete(Class<?> entityClass, Statement statement) -
Uses of Statement in org.huiche.ddl.statement
Subinterfaces of Statement in org.huiche.ddl.statementClasses in org.huiche.ddl.statement that implement StatementModifier and TypeClassDescriptionclass添加列语句class添加主键语句class添加唯一索引语句class修改表注释语句class修改列类型语句class设置默认值语句class修改可否为空语句class修改表注释语句class创建表语句规范class删除约束语句class删除主键语句class修改列语句 -
Uses of Statement in org.huiche.dialect
Methods in org.huiche.dialect with parameters of type Statement -
Uses of Statement in org.huiche.dialect.support
Methods in org.huiche.dialect.support with parameters of type Statement -
Uses of Statement in org.huiche.jdbc
Methods in org.huiche.jdbc with parameters of type Statement