MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
载入中...
搜索中...
未找到
InsertStmt 成员列表

成员的完整列表,这些成员属于 InsertStmt,包括所有继承而来的类成员

create(Db *db, const InsertSqlNode &insert_sql, Stmt *&stmt) (定义于 InsertStmt)InsertStmtstatic
create_stmt(Db *db, ParsedSqlNode &sql_node, Stmt *&stmt) (定义于 Stmt)Stmtstatic
InsertStmt()=default (定义于 InsertStmt)InsertStmt
InsertStmt(Table *table, const Value *values, int value_amount) (定义于 InsertStmt)InsertStmt
Stmt()=default (定义于 Stmt)Stmt
table() const (定义于 InsertStmt)InsertStmtinline
table_ (定义于 InsertStmt)InsertStmtprivate
type() const override (定义于 InsertStmt)InsertStmtinlinevirtual
value_amount() const (定义于 InsertStmt)InsertStmtinline
value_amount_ (定义于 InsertStmt)InsertStmtprivate
values() const (定义于 InsertStmt)InsertStmtinline
values_ (定义于 InsertStmt)InsertStmtprivate
~Stmt()=default (定义于 Stmt)Stmtvirtual