iface

package
v0.0.0-...-2146801 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DbCtl

type DbCtl interface {
	CreateTable(inf interface{}) error
	AddRecord(inf interface{}) error
	AddRecordWithPKey(inf interface{}) error
	CheckRecord(inf interface{}) bool
	ConditionalQuery(inf interface{}, conditional ...interface{}) error
	GetAllRecords(inf interface{}) error
	GetAllRecordsCount(inf interface{}) int64
	GetLastRecord(inf interface{}) error
	GetRandomRecords(inf interface{}, amount int) error
	RemoveRecord(inf interface{}) error
	UpdateRecord(inf interface{}) error
}

Jump to

Keyboard shortcuts

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