gda.sql_statement_insert
Module for SqlStatementInsert class
class SqlStatementInsert
Types 1
classSqlStatementInsert
The statement is an INSERT statement, any kind of INSERT statement can be represented using this structure (if this is not the case then report a bug). <mediaobject> <imageobject role="html"> <imagedata fileref="stmt-insert1.png" format="PNG"/> </imageobject>
Fields
GdaSqlStatementInsert _cInstanceMethods
void * _cPtr()string onConflict() @propertyGet `onConflict` field. Returns: conflict resolution clause if there is one (such as "OR REPLACE")void onConflict(string propval) @propertySet `onConflict` field. Params: propval = conflict resolution clause if there is one (such as "OR REPLACE")