interfaces

package
v0.2.7 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IPreparedOperation

type IPreparedOperation interface {

	// Command sql command string sent to database
	//
	// **Returns**
	//   - string: sql-command
	Command() string
}

IPreparedOperation a statement prepared for execution. Provides a prepared sql string which can get send to database as is (sometimes adding parameters)

Jump to

Keyboard shortcuts

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