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)
Click to show internal directories.
Click to hide internal directories.