action

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2021 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MultiInsertParams added in v0.5.0

type MultiInsertParams struct {
	DB               *sql.DB
	Driver           drivers.Driver
	InsertionOrder   []string
	TableToFieldsMap map[string][]drivers.FieldDescriptor
}

type SQLInsertInput added in v0.5.0

type SQLInsertInput struct {
	SingleInsertParams *SingleInsertParams
	MultiInsertParams  *MultiInsertParams
}

func (SQLInsertInput) Insert added in v0.5.0

func (sqlInsertInput SQLInsertInput) Insert() error

type SingleInsertParams added in v0.5.0

type SingleInsertParams struct {
	DB     *sql.DB
	Driver drivers.Driver
	Table  string
	Fields []drivers.FieldDescriptor
}

Jump to

Keyboard shortcuts

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