Documentation
¶
Index ¶
- type Handler
- func (h *Handler) HandleFieldList(table string, fieldWildcard string) ([]*Field, error)
- func (h *Handler) HandleQuery(query string) (*Result, error)
- func (h *Handler) HandleStmtExecute(context interface{}, query string, args []interface{}) (*Result, error)
- func (h *Handler) HandleStmtPreprare(query string) (params int, columns int, context interface{}, err error)
- func (h *Handler) UseDB(dbName string) error
- type Server
- type Stats
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) HandleFieldList ¶
func (*Handler) HandleQuery ¶
func (*Handler) HandleStmtExecute ¶
func (*Handler) HandleStmtPreprare ¶
Click to show internal directories.
Click to hide internal directories.