Struct server::parse::ast::InsertStmt
[−]
[src]
pub struct InsertStmt { pub tid: String, pub col: Vec<String>, pub val: Vec<Lit>, }
Information for data insertion
Fields
tid | |
col | |
val |