onoerr

package module
v0.0.0-...-afabc08 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddCustomKey

func AddCustomKey(index uint) (_ret bool)

func AppendRecord

func AppendRecord(wa uint) (_ret bool)

func ApplicationExit

func ApplicationExit() (_ret bool)

func AtBOF

func AtBOF(wa uint) (_ret bool)

func AtEOF

func AtEOF(wa uint) (_ret bool)

func BeginTransaction

func BeginTransaction(conn uint) (_ret bool)

func CacheRecords

func CacheRecords(wa uint, num_recs uint16) (_ret bool)

func ClearFilter

func ClearFilter(wa uint) (_ret bool)

func ClearProgressCallback

func ClearProgressCallback() (_ret bool)

func ClearRelation

func ClearRelation(master_wa uint) (_ret bool)

func ClearScope

func ClearScope(index uint, opt uint16) (_ret bool)

func CloseAllIndexes

func CloseAllIndexes(wa uint) (_ret bool)

func CloseIndex

func CloseIndex(index uint) (_ret bool)

func CloseTable

func CloseTable(wa uint) (_ret bool)

func CommitTransaction

func CommitTransaction(conn uint) (_ret bool)

func Connect

func Connect(server_name string) (_ret uint)

func CopyTableContents

func CopyTableContents(handle uint, wa_to uint, filter_opt uint16) (_ret bool)

func CreateIndex

func CreateIndex(handle uint, filename string, tag string, expr string, cond string, while string, opt uint) (_ret uint)

func CreateTable

func CreateTable(conn uint, name string, alias string, table_type uint16, char_type uint16, lock_type uint16, check_rights uint16, memo_size uint16, fields string) (_ret uint)

func DeleteCustomKey

func DeleteCustomKey(index uint) (_ret bool)

func DeleteIndex

func DeleteIndex(index uint) (_ret bool)

func DeleteRecord

func DeleteRecord(wa uint) (_ret bool)

func Disconnect

func Disconnect(conn uint) (_ret bool)

func ExtractKey

func ExtractKey(index uint) (_ret string)

func GetBinary

func GetBinary(wa uint, fname string, offset uint) (_ret string)

func GetBinaryLength

func GetBinaryLength(wa uint, fname string) (_ret uint)

func GetDateFormat

func GetDateFormat() (_ret string)

func GetDouble

func GetDouble(wa uint, fname string) (_ret float64)

func GetErrorString

func GetErrorString(errcode uint) (_ret string)

func GetField

func GetField(wa uint, fname string, opt uint16) (_ret string)

func GetFieldDecimals

func GetFieldDecimals(wa uint, fname string) (_ret uint16)

func GetFieldLength

func GetFieldLength(wa uint, fname string) (_ret uint)

func GetFieldName

func GetFieldName(wa uint, pos uint16) (_ret string)

func GetFieldType

func GetFieldType(wa uint, fname string) (_ret uint16)

func GetHandleType

func GetHandleType(handle uint) (_ret uint16)

func GetIndexCondition

func GetIndexCondition(index uint) (_ret string)

func GetIndexExpr

func GetIndexExpr(index uint) (_ret string)

func GetIndexFilename

func GetIndexFilename(index uint, opt uint16) (_ret string)

func GetIndexHandle

func GetIndexHandle(wa uint, tag string) (_ret uint)

func GetIndexHandleByOrder

func GetIndexHandleByOrder(wa uint, ordnum uint16) (_ret uint)

func GetIndexName

func GetIndexName(index uint) (_ret string)

func GetJulian

func GetJulian(wa uint, fname string) (_ret int)

func GetKeyCount

func GetKeyCount(index uint, filter_opt uint16) (_ret uint)

func GetKeyLength

func GetKeyLength(index uint) (_ret uint16)

func GetKeyNum

func GetKeyNum(index uint, filter_opt uint16) (_ret uint)

func GetKeyType

func GetKeyType(index uint) (_ret uint16)

func GetLastError

func GetLastError(errcode *uint) (_ret string)

func GetLastTableUpdate

func GetLastTableUpdate(wa uint) (_ret string)

func GetLogical

func GetLogical(wa uint, fname string) (_ret bool)

func GetMemoLength

func GetMemoLength(wa uint, fname string) (_ret uint)

func GetMilliseconds

func GetMilliseconds(wa uint, fname string) (_ret int)

func GetNumFields

func GetNumFields(wa uint) (_ret uint16)

func GetNumIndexes

func GetNumIndexes(wa uint) (_ret uint16)

func GetNumLocks

func GetNumLocks(wa uint) (_ret uint16)

func GetRecordCount

func GetRecordCount(wa uint, filter_opt uint16) (_ret uint)

func GetRecordLength

func GetRecordLength(wa uint) (_ret uint)

func GetRecordNum

func GetRecordNum(wa uint, filter_opt uint16) (_ret uint)

func GetRelKeyPos

func GetRelKeyPos(wa uint) (_ret float64)

func GetServerName

func GetServerName(conn uint) (_ret string)

func GetString

func GetString(wa uint, fname string, opt uint16) (_ret string)

func GetTableAlias

func GetTableAlias(wa uint) (_ret string)

func GetTableFilename

func GetTableFilename(wa uint, opt uint16) (_ret string)

func GetTableType

func GetTableType(wa uint) (_ret uint16)

func GotoBottom

func GotoBottom(wa uint) (_ret bool)

func GotoRecord

func GotoRecord(wa uint, recno uint) (_ret bool)

func GotoTop

func GotoTop(wa uint) (_ret bool)

func IsEmpty

func IsEmpty(wa uint, fname string) (_ret bool)

func IsIndexDescending

func IsIndexDescending(index uint) (_ret bool)

func IsIndexUnique

func IsIndexUnique(index uint) (_ret bool)

func IsRecordDeleted

func IsRecordDeleted(wa uint) (_ret bool)

func LockRecord

func LockRecord(wa uint, recno uint) (_ret bool)

func LockTable

func LockTable(wa uint) (_ret bool)

func MgConnect

func MgConnect(server string, username string, password string) (_ret uint)

func MgDisconnect

func MgDisconnect(handle uint) (_ret bool)

func MgGetServerType

func MgGetServerType(handle uint) (_ret uint16)

func NullTerminateStrings

func NullTerminateStrings(null_term uint16) (_ret bool)

func OpenTable

func OpenTable(conn uint, name string, alias string, table_type uint16, char_type uint16, lock_type uint16, check_rights uint16, opts uint) (_ret uint)

func PackTable

func PackTable(wa uint) (_ret bool)

func RecallRecord

func RecallRecord(wa uint) (_ret bool)

func RefreshRecord

func RefreshRecord(wa uint) (_ret bool)

func Reindex

func Reindex(wa uint) (_ret bool)

func RollbackTransaction

func RollbackTransaction(conn uint) (_ret bool)

func Seek

func Seek(index uint, key string, data_type uint16, seek_type uint16) (_ret bool)

func SeekLast

func SeekLast(index uint, key string, data_type uint16) (_ret bool)

func SetCallbackOnRTE

func SetCallbackOnRTE(fp uintptr) (_ret bool)

func SetCallbackTrace

func SetCallbackTrace(fp uintptr) (_ret bool)

func SetDateFormat

func SetDateFormat(format string) (_ret bool)

func SetDefault

func SetDefault(def string) (_ret bool)

func SetDouble

func SetDouble(wa uint, fname string, value float64) (_ret bool)

func SetEmpty

func SetEmpty(wa uint, fname string) (_ret bool)

func SetField

func SetField(wa uint, fname string, buf string) (_ret bool)

func SetFilter

func SetFilter(wa uint, filter string) (_ret bool)

func SetJulian

func SetJulian(wa uint, fname string, julian int) (_ret bool)

func SetLogical

func SetLogical(wa uint, fname string, value uint16) (_ret bool)

func SetMilliseconds

func SetMilliseconds(wa uint, fname string, ms int) (_ret bool)

func SetRelKeyPos

func SetRelKeyPos(wa uint, pos float64) (_ret bool)

func SetSearchPath

func SetSearchPath(path string) (_ret bool)

func SetString

func SetString(wa uint, fname string, buf string) (_ret bool)

func ShowDeleted

func ShowDeleted(show_deleted uint16) (_ret bool)

func Skip

func Skip(wa uint, num_recs int) (_ret bool)

func UnlockRecord

func UnlockRecord(wa uint, recno uint) (_ret bool)

func UnlockTable

func UnlockTable(wa uint) (_ret bool)

func WriteRecord

func WriteRecord(wa uint) (_ret bool)

func ZapTable

func ZapTable(wa uint) (_ret bool)

Types

This section is empty.

Jump to

Keyboard shortcuts

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