Versions in this module Expand all Collapse all v3 v3.58.1 Dec 14, 2024 Changes in this version + type InsertStmt struct + func NewInsertStmt(taosConn unsafe.Pointer) *InsertStmt + func NewInsertStmtWithReqID(taosConn unsafe.Pointer, reqID int64) *InsertStmt + func (stmt *InsertStmt) AddBatch() error + func (stmt *InsertStmt) BindParam(params []*param.Param, bindType *param.ColumnType) error + func (stmt *InsertStmt) Close() error + func (stmt *InsertStmt) Execute() error + func (stmt *InsertStmt) GetAffectedRows() int + func (stmt *InsertStmt) Prepare(sql string) error + func (stmt *InsertStmt) SetSubTableName(name string) error + func (stmt *InsertStmt) SetTableName(name string) error + func (stmt *InsertStmt) SetTableNameWithTags(tableName string, tags *param.Param) error