MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
|
成员的完整列表,这些成员属于 InsertStmt,包括所有继承而来的类成员
create(Db *db, const InsertSqlNode &insert_sql, Stmt *&stmt) (定义于 InsertStmt) | InsertStmt | static |
create_stmt(Db *db, ParsedSqlNode &sql_node, Stmt *&stmt) (定义于 Stmt) | Stmt | static |
InsertStmt()=default (定义于 InsertStmt) | InsertStmt | |
InsertStmt(Table *table, const Value *values, int value_amount) (定义于 InsertStmt) | InsertStmt | |
Stmt()=default (定义于 Stmt) | Stmt | |
table() const (定义于 InsertStmt) | InsertStmt | inline |
table_ (定义于 InsertStmt) | InsertStmt | private |
type() const override (定义于 InsertStmt) | InsertStmt | inlinevirtual |
value_amount() const (定义于 InsertStmt) | InsertStmt | inline |
value_amount_ (定义于 InsertStmt) | InsertStmt | private |
values() const (定义于 InsertStmt) | InsertStmt | inline |
values_ (定义于 InsertStmt) | InsertStmt | private |
~Stmt()=default (定义于 Stmt) | Stmt | virtual |