Documentation
¶
Index ¶
- Constants
- type Connection
- type SqlLite
- func (s *SqlLite) Command(command *jdb.Command) (et.Items, error)
- func (s *SqlLite) Connect(connection jdb.ConnectParams) (*sql.DB, error)
- func (s *SqlLite) Count(ql *jdb.Ql) (int, error)
- func (s *SqlLite) Disconnect() error
- func (s *SqlLite) DropModel(model *jdb.Model) error
- func (s *SqlLite) EmptyModel(model *jdb.Model) error
- func (s *SqlLite) Exists(ql *jdb.Ql) (bool, error)
- func (s *SqlLite) LoadModel(model *jdb.Model) error
- func (s *SqlLite) MutateModel(model *jdb.Model) error
- func (s *SqlLite) Name() string
- func (s *SqlLite) 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 = "SQLite version:%s json_object is not supported" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶ added in v0.1.20
func (*Connection) Chain ¶ added in v0.1.20
func (s *Connection) Chain() (string, error)
* * Chain * @return string, error *
func (*Connection) ToJson ¶ added in v0.1.20
func (s *Connection) ToJson() et.Json
* * ToJson * @return et.Json *
func (*Connection) Validate ¶ added in v0.1.20
func (s *Connection) Validate() error
* * Validate * @return error *
type SqlLite ¶
type SqlLite struct {
// contains filtered or unexported fields
}
func (*SqlLite) EmptyModel ¶ added in v0.1.18
* * EmptyModel * @param model *jdb.Model * @return error *
func (*SqlLite) MutateModel ¶
* * MutateModel * @param model *jdb.Model * @return error *
Click to show internal directories.
Click to hide internal directories.