Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
type Engine interface {
TransSelect(sqlparser.SelectExprs) error
TransFrom(sqlparser.TableExprs) error
TransGroupBy(sqlparser.GroupBy) error
TransDerivativeGroupBy(sqlparser.GroupBy) error
TransWhere(*sqlparser.Where) error
TransHaving(*sqlparser.Where) error
TransOrderBy(sqlparser.OrderBy) error
TransLimit(*sqlparser.Limit) error
ToSQLString() string
Init()
ExecuteQuery(*common.QuerierParams) (*common.Result, map[string]interface{}, error)
}
Click to show internal directories.
Click to hide internal directories.