Kinetica   C#   API  Version 7.2.3.1
KineticaAdo.InsertStatementParser Class Reference

SQL INSERT statement parser that extracts table name, column names, and values. More...

Static Public Member Functions

static bool TryParse (string sql, out ParsedInsert? result)
 

Detailed Description

SQL INSERT statement parser that extracts table name, column names, and values.

Definition at line 604 of file InsertBatchManager.cs.

Member Function Documentation

◆ TryParse()

static bool KineticaAdo.InsertStatementParser.TryParse ( string  sql,
out ParsedInsert result 
)
inlinestatic

Definition at line 621 of file InsertBatchManager.cs.


The documentation for this class was generated from the following file: