Documentation
¶
Index ¶
- func DeleteWithMultipleConditions() (string, []interface{}, error)
- func InsertWithMultipleColumns() (string, []interface{}, error)
- func SelectWithLimit() (string, []interface{}, error)
- func SelectWithOrderBy() (string, []interface{}, error)
- func SimpleDelete() (string, []interface{}, error)
- func SimpleInsert() (string, []interface{}, error)
- func SimpleSelect() (string, []interface{}, error)
- func SimpleUpdate() (string, []interface{}, error)
- func UpdateWithMultipleColumns() (string, []interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteWithMultipleConditions ¶
DeleteWithMultipleConditions returns a DELETE with multiple WHERE conditions
func InsertWithMultipleColumns ¶
InsertWithMultipleColumns returns an INSERT with multiple columns
func SelectWithLimit ¶
SelectWithLimit returns a SELECT query with LIMIT clause
func SelectWithOrderBy ¶
SelectWithOrderBy returns a SELECT query with ORDER BY clause
func SimpleDelete ¶
SimpleDelete returns a basic DELETE statement
func SimpleInsert ¶
SimpleInsert returns a basic INSERT statement
func SimpleSelect ¶
SimpleSelect returns a basic SELECT query for active users
func SimpleUpdate ¶
SimpleUpdate returns a basic UPDATE statement
func UpdateWithMultipleColumns ¶
UpdateWithMultipleColumns returns an UPDATE with multiple columns
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.