#include <SQLInsert.h>
Public Member Functions | |
SQLInsert (string table, vector< ptr< Expression > > args) | |
~SQLInsert () | |
void | setup (const ExprContext &ctxt) throw (AuroraException) |
TupleDescription | getInsertTupleDescription () const |
string | getTableName () const |
void | evalInto (char *buf, EvalContext &ctxt) |
const string | as_string () const |
Static Public Member Functions | |
ptr< SQLInsert > | parse (string expr, const ExprContext &ctxt, string table_name) throw (ExprException) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|