Uses of Interface
org.huiche.ast.metadata.Table
Packages that use Table
Package
Description
SQL引用,表|列|别名
SQL语句
SQL子句
ast支持相关
-
Uses of Table in org.huiche.ast.metadata
Classes in org.huiche.ast.metadata that implement TableMethods in org.huiche.ast.metadata that return Table -
Uses of Table in org.huiche.ast.statement
Methods in org.huiche.ast.statement that return TableModifier and TypeMethodDescriptionDelete.Default.table()Delete.table()表Insert.Default.table()Insert.table()要插入数据的表Update.Default.table()Update.table()表Methods in org.huiche.ast.statement with parameters of type Table -
Uses of Table in org.huiche.ast.statement.clause
Methods in org.huiche.ast.statement.clause with parameters of type Table -
Uses of Table in org.huiche.ast.support
Methods in org.huiche.ast.support with parameters of type TableModifier and TypeMethodDescriptionstatic DeleteSql.deleteFrom(Table table) 创建delete语句static InsertSql.insertInto(Table table) 创建insert语句static Update创建update语句