sqlite

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2025 License: MIT Imports: 12 Imported by: 0

Documentation

Index

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 SqlLite

type SqlLite struct {
	// contains filtered or unexported fields
}

func (*SqlLite) Command

func (s *SqlLite) Command(command *jdb.Command) (et.Items, error)

* * Command * @param command *jdb.Command * @return et.Items, error *

func (*SqlLite) Connect

func (s *SqlLite) Connect(params et.Json) (*sql.DB, error)

* * Connect * @param params et.Json * @return error *

func (*SqlLite) Count

func (s *SqlLite) Count(ql *jdb.Ql) (int, error)

* * Count * @param ql *jdb.Ql * @return int, error *

func (*SqlLite) Disconnect

func (s *SqlLite) Disconnect() error

* * Disconnect * @return error *

func (*SqlLite) DropModel

func (s *SqlLite) DropModel(model *jdb.Model) error

func (*SqlLite) Exists

func (s *SqlLite) Exists(ql *jdb.Ql) (bool, error)

* * Exists * @param ql *jdb.Ql * @return bool, error *

func (*SqlLite) LoadModel

func (s *SqlLite) LoadModel(model *jdb.Model) error

func (*SqlLite) MutateModel

func (s *SqlLite) MutateModel(model *jdb.Model) error

func (*SqlLite) Name

func (s *SqlLite) Name() string

func (*SqlLite) Select

func (s *SqlLite) Select(ql *jdb.Ql) (et.Items, error)

* * Select * @param ql *jdb.Ql * @return et.Items, error *

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL