MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
载入中...
搜索中...
未找到
Public 成员函数 | 静态 Public 成员函数 | Private 属性 | 所有成员列表
InsertStmt类 参考

插入语句 更多...

#include <insert_stmt.h>

类 InsertStmt 继承关系图:
Stmt

Public 成员函数

 InsertStmt (Table *table, const Value *values, int value_amount)
 
StmtType type () const override
 
Tabletable () const
 
const Valuevalues () const
 
int value_amount () const
 
virtual StmtType type () const =0
 

静态 Public 成员函数

static RC create (Db *db, const InsertSqlNode &insert_sql, Stmt *&stmt)
 
- 静态 Public 成员函数 继承自 Stmt
static RC create_stmt (Db *db, ParsedSqlNode &sql_node, Stmt *&stmt)
 

Private 属性

Tabletable_ = nullptr
 
const Valuevalues_ = nullptr
 
int value_amount_ = 0
 

详细描述

插入语句

成员函数说明

◆ type()

StmtType InsertStmt::type ( ) const
inlineoverridevirtual

实现了 Stmt.


该类的文档由以下文件生成: