Documentation
¶
Index ¶
- Constants
- type Mysql
- func (s *Mysql) Command(command *jdb.Command) (et.Items, error)
- func (s *Mysql) Connect(params et.Json) (*sql.DB, error)
- func (s *Mysql) Count(ql *jdb.Ql) (int, error)
- func (s *Mysql) Disconnect() error
- func (s *Mysql) DropModel(model *jdb.Model) error
- func (s *Mysql) Exists(ql *jdb.Ql) (bool, error)
- func (s *Mysql) LoadModel(model *jdb.Model) error
- func (s *Mysql) MutateModel(model *jdb.Model) error
- func (s *Mysql) Name() string
- func (s *Mysql) Select(ql *jdb.Ql) (et.Items, error)
Constants ¶
View Source
const ( MSG_FUNCION_NOT_FOUND = "Function not found" MSG_COMMAND_NOT_FOUND = "Command not found" MSG_VERSION_NOT_SUPPORTED = "MySQL version:%s json_object is not supported" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mysql ¶
type Mysql struct {
// contains filtered or unexported fields
}
func (*Mysql) MutateModel ¶
* * MutateModel * @param model *jdb.Model * @return error *
Click to show internal directories.
Click to hide internal directories.