Documentation
¶
Index ¶
- Constants
- func NewDriver() jdb.Driver
- type Base
- func (s *Base) Command(command *jdb.Command) (et.Item, error)
- func (s *Base) Connect(params et.Json) error
- func (s *Base) Count(linq *jdb.Linq) (int, error)
- func (s *Base) CreateCore() error
- func (s *Base) CreateDatabase(name string) error
- func (s *Base) CreateModel(model *jdb.Model) error
- func (s *Base) CreateSchema(name string) error
- func (s *Base) Current(command *jdb.Command) (et.Items, error)
- func (s *Base) CurrentSerie(tag string) int64
- func (s *Base) DefaultValue(tp jdb.TypeData) interface{}
- func (s *Base) DeleteUser(username string) error
- func (s *Base) Disconnect() error
- func (s *Base) DropDatabase(name string) error
- func (s *Base) DropSchema(name string) error
- func (s *Base) Exec(sql string, params ...interface{}) error
- func (s *Base) GetSerie(tag string) int64
- func (s *Base) Last(linq *jdb.Linq) (et.Items, error)
- func (s *Base) MutateModel(model *jdb.Model) error
- func (s *Base) Name() string
- func (s *Base) NextCode(tag, prefix string) string
- func (s *Base) One(sql string, params ...interface{}) (et.Item, error)
- func (s *Base) Query(linq *jdb.Linq) (et.Items, error)
- func (s *Base) SQL(sql string, params ...interface{}) (et.Items, error)
- func (s *Base) SetMain(params et.Json) error
- func (s *Base) SetSerie(tag string, val int) int64
- func (s *Base) SetUser(username, password, confirmation string) error
Constants ¶
View Source
const DriverName = "base"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Base ¶
type Base struct {
}
func (*Base) CreateCore ¶
func (*Base) CreateDatabase ¶
func (*Base) CreateSchema ¶
func (*Base) CurrentSerie ¶
func (*Base) DefaultValue ¶
func (*Base) DeleteUser ¶
func (*Base) Disconnect ¶
func (*Base) DropDatabase ¶
func (*Base) DropSchema ¶
Click to show internal directories.
Click to hide internal directories.