Documentation
¶
Index ¶
Constants ¶
View Source
const ( LeftJOIN joinType = "LEFT" RightJOIN joinType = "RIGHT" InnerJOIN joinType = "INNER" CrossJOIN joinType = "CROSS" )
Variables ¶
This section is empty.
Functions ¶
func DbSpecificQuery ¶
function that transforms the expressions based on the query
Types ¶
type QueryBuilder ¶
type QueryParser ¶
type QueryParser struct {
// contains filtered or unexported fields
}
func NewQueryParser ¶
func NewQueryParser(cl *clause) *QueryParser
Source Files
¶
Click to show internal directories.
Click to hide internal directories.