Documentation
¶
Index ¶
- Constants
- func And() *queryCondition
- func AnythingToSql(value Anything) string
- func AnythingToString(value Anything) string
- func Delete(table_name string) *deleteQuery
- func Escape(value string) string
- func Insert(table_name string) *insertQuery
- func Or() *queryCondition
- func Select(table_name string, args ...string) *selectQuery
- func SetDB(new_db *sql.DB)
- func Update(table_name string) *updateQuery
- type Anything
- type ConditionGlueOperator
- type Query
Constants ¶
View Source
const ( OR = 1 AND = 2 )
glue types
Variables ¶
This section is empty.
Functions ¶
func And ¶
func And() *queryCondition
func Or ¶
func Or() *queryCondition
Types ¶
Click to show internal directories.
Click to hide internal directories.