itf

package
v2.2.2 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ModelInterface

type ModelInterface interface {
	RowInterface
	Values() []any
	SetEmpty()
	SetFetch()
}

type Row added in v2.0.9

type Row struct {
}

func (*Row) Clone added in v2.0.9

func (r *Row) Clone(object.CtxInterface) RowInterface

func (*Row) Columns added in v2.0.9

func (r *Row) Columns() []string

func (*Row) Fields added in v2.0.9

func (r *Row) Fields() []any

func (*Row) SetEmpty added in v2.0.9

func (r *Row) SetEmpty()

func (*Row) SetFetch added in v2.2.2

func (r *Row) SetFetch()

func (*Row) Values added in v2.0.9

func (r *Row) Values() []any

type RowInterface

type RowInterface interface {
	Columns() []string
	Fields() []any
	Clone(object.CtxInterface) RowInterface
}

Jump to

Keyboard shortcuts

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