Documentation
¶
Index ¶
- type DB
- func (db *DB) Copy() lang.Object
- func (db *DB) Method(name string) lang.Method
- func (db *DB) Methods() []string
- func (db *DB) SetVariable(_ string, _ lang.Object) error
- func (db *DB) String() string
- func (db *DB) Type() lang.ObjType
- func (*DB) TypeString() string
- func (db *DB) Value() any
- func (db *DB) Variable(variable string) lang.Object
- func (db *DB) Variables() []string
- type SQL
- type Statement
- func (s *Statement) Copy() lang.Object
- func (s *Statement) Method(name string) lang.Method
- func (s *Statement) Methods() []string
- func (s *Statement) SetVariable(_ string, _ lang.Object) error
- func (s *Statement) String() string
- func (s *Statement) Type() lang.ObjType
- func (*Statement) TypeString() string
- func (s *Statement) Value() any
- func (s *Statement) Variable(variable string) lang.Object
- func (s *Statement) Variables() []string
- type Transaction
- func (t *Transaction) Copy() lang.Object
- func (t *Transaction) Method(name string) lang.Method
- func (t *Transaction) Methods() []string
- func (t *Transaction) SetVariable(_ string, _ lang.Object) error
- func (t *Transaction) String() string
- func (t *Transaction) Type() lang.ObjType
- func (*Transaction) TypeString() string
- func (t *Transaction) Value() any
- func (t *Transaction) Variable(variable string) lang.Object
- func (t *Transaction) Variables() []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
func (*DB) TypeString ¶
type Transaction ¶
Transaction represents a database transaction
func (*Transaction) Copy ¶
func (t *Transaction) Copy() lang.Object
func (*Transaction) Methods ¶
func (t *Transaction) Methods() []string
func (*Transaction) SetVariable ¶
func (t *Transaction) SetVariable(_ string, _ lang.Object) error
func (*Transaction) String ¶
func (t *Transaction) String() string
func (*Transaction) Type ¶
func (t *Transaction) Type() lang.ObjType
func (*Transaction) TypeString ¶
func (*Transaction) TypeString() string
func (*Transaction) Value ¶
func (t *Transaction) Value() any
func (*Transaction) Variables ¶
func (t *Transaction) Variables() []string
Click to show internal directories.
Click to hide internal directories.