target

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2023 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DatabaseOperationExec  = "exec"
	DatabaseOperationQuery = "query"

	SqlArgParameterPrefix                = "sql.args."   // index from 0 (1st arg passing to sql)
	SqlReturnParameterPrefix             = "sql.result." // index from 0 (1st arg passing to sql)
	SqlAffectedRowCountKey               = "sql.affected_row_count"
	SqlReturnArrayParameterKey           = "sql.results"
	SqlReturnArrayElementParameterPrefix = "arg" //argX
)

Variables

This section is empty.

Functions

func InitTarget

func InitTarget(a pluginapi.ApplicationSupport) error

func NewPostgresConnectorGenerator added in v0.0.3

func NewPostgresConnectorGenerator() pluginapi.TargetConnectorGenerator

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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