Uses of Interface
org.huiche.ast.statement.Delete
Packages that use Delete
Package
Description
SQL语句
SQL子句
ast支持相关
增删改指令
Dao实现的支持
-
Uses of Delete in org.huiche.ast.statement
Classes in org.huiche.ast.statement that implement DeleteSubclasses with type arguments of type Delete in org.huiche.ast.statementSubinterfaces with type arguments of type Delete in org.huiche.ast.statementMethods in org.huiche.ast.statement that return Delete -
Uses of Delete in org.huiche.ast.statement.clause
Methods in org.huiche.ast.statement.clause that return Delete -
Uses of Delete in org.huiche.ast.support
Methods in org.huiche.ast.support that return DeleteModifier and TypeMethodDescriptionstatic DeleteSql.deleteFrom(Class<?> entityClass) 创建delete语句static DeleteSql.deleteFrom(String tableName) 创建delete语句static DeleteSql.deleteFrom(Table table) 创建delete语句 -
Uses of Delete in org.huiche.dao.cmd
Method parameters in org.huiche.dao.cmd with type arguments of type Delete -
Uses of Delete in org.huiche.dao.support
Methods in org.huiche.dao.support that return types with arguments of type Delete