//
pkg.gl
Category
github.com/champon1020/gsorm
syntax
package
0.1.1
Repository:
https://github.com/champon1020/gsorm.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
3
Files
150 SLOC
#
Packages
clause
No description provided by the author
mig
No description provided by the author
#
Functions
BuildExpr
BuildExpr assigns the values to '?' of the expression.
BuildExprWithoutQuotes
BuildExprWithoutQuotes assigns the values to '?' of the expression with single quotes.
NewColumn
NewColumn creates new Column instance.
NewTable
NewTable creates new Table instance.
#
Structs
ClauseSet
ClauseSet is the pair of clause keyword and its values.
Column
Column is column term.
RawClause
RawClause is the raw string clause which can be defined by user.
Table
Table is table term.