insertstmt

package
v2.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InsertStmt

type InsertStmt struct {
	// contains filtered or unexported fields
}

func NewInsertStmt

func NewInsertStmt(taosConn unsafe.Pointer) *InsertStmt

func (*InsertStmt) AddBatch

func (stmt *InsertStmt) AddBatch() error

func (*InsertStmt) BindParam

func (stmt *InsertStmt) BindParam(params []*param.Param, bindType *param.ColumnType) error

func (*InsertStmt) Close

func (stmt *InsertStmt) Close() error

func (*InsertStmt) Execute

func (stmt *InsertStmt) Execute() error

func (*InsertStmt) GetAffectedRows

func (stmt *InsertStmt) GetAffectedRows() int

func (*InsertStmt) Prepare

func (stmt *InsertStmt) Prepare(sql string) error

func (*InsertStmt) SetSubTableName

func (stmt *InsertStmt) SetSubTableName(name string) error

func (*InsertStmt) SetTableName

func (stmt *InsertStmt) SetTableName(name string) error

func (*InsertStmt) SetTableNameWithTags

func (stmt *InsertStmt) SetTableNameWithTags(tableName string, tags *param.Param) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL