oauto

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: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddCustomKey

func AddCustomKey(index uint)

func AppendRecord

func AppendRecord(wa uint)

func ApplicationExit

func ApplicationExit()

func AtBOF

func AtBOF(wa uint) (_ret bool)

func AtEOF

func AtEOF(wa uint) (_ret bool)

func BeginTransaction

func BeginTransaction(conn uint)

func CacheRecords

func CacheRecords(wa uint, num_recs uint16)

func ClearFilter

func ClearFilter(wa uint)

func ClearProgressCallback

func ClearProgressCallback()

func ClearRelation

func ClearRelation(master_wa uint)

func ClearScope

func ClearScope(index uint, opt uint16)

func CloseAllIndexes

func CloseAllIndexes(wa uint)

func CloseIndex

func CloseIndex(index uint)

func CloseTable

func CloseTable(wa uint)

func CommitTransaction

func CommitTransaction(conn uint)

func Connect

func Connect(server_name string) (_ret uint)

func CopyTableContents

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

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)

func DeleteIndex

func DeleteIndex(index uint)

func DeleteRecord

func DeleteRecord(wa uint)

func Disconnect

func Disconnect(conn uint)

func ExtractKey

func ExtractKey(index uint) (_ret string)

func ExtractKeyErr

func ExtractKeyErr(index uint) (_buf_ret string, _err_ret uint)

func GetBinary

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

func GetBinaryErr

func GetBinaryErr(wa uint, fname string, offset uint) (_buf_ret string, _err_ret uint)

func GetBinaryLength

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

func GetDateFormat

func GetDateFormat() (_ret string)

func GetDateFormatErr

func GetDateFormatErr() (_buf_ret string, _err_ret uint)

func GetDouble

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

func GetErrorString

func GetErrorString(errcode uint) (_ret string)

func GetErrorStringErr

func GetErrorStringErr(errcode uint) (_buf_ret string, _err_ret uint)

func GetField

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

func GetFieldDecimals

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

func GetFieldErr

func GetFieldErr(wa uint, fname string, opt uint16) (_buf_ret string, _err_ret uint)

func GetFieldLength

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

func GetFieldName

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

func GetFieldNameErr

func GetFieldNameErr(wa uint, pos uint16) (_buf_ret string, _err_ret uint)

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 GetIndexConditionErr

func GetIndexConditionErr(index uint) (_buf_ret string, _err_ret uint)

func GetIndexExpr

func GetIndexExpr(index uint) (_ret string)

func GetIndexExprErr

func GetIndexExprErr(index uint) (_buf_ret string, _err_ret uint)

func GetIndexFilename

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

func GetIndexFilenameErr

func GetIndexFilenameErr(index uint, opt uint16) (_buf_ret string, _err_ret uint)

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 GetIndexNameErr

func GetIndexNameErr(index uint) (_buf_ret string, _err_ret uint)

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 GetLastErrorErr

func GetLastErrorErr(errcode *uint) (_buf_ret string, _err_ret uint)

func GetLastTableUpdate

func GetLastTableUpdate(wa uint) (_ret string)

func GetLastTableUpdateErr

func GetLastTableUpdateErr(wa uint) (_buf_ret string, _err_ret uint)

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 GetServerNameErr

func GetServerNameErr(conn uint) (_buf_ret string, _err_ret uint)

func GetString

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

func GetStringErr

func GetStringErr(wa uint, fname string, opt uint16) (_buf_ret string, _err_ret uint)

func GetTableAlias

func GetTableAlias(wa uint) (_ret string)

func GetTableAliasErr

func GetTableAliasErr(wa uint) (_buf_ret string, _err_ret uint)

func GetTableFilename

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

func GetTableFilenameErr

func GetTableFilenameErr(wa uint, opt uint16) (_buf_ret string, _err_ret uint)

func GetTableType

func GetTableType(wa uint) (_ret uint16)

func GotoBottom

func GotoBottom(wa uint)

func GotoRecord

func GotoRecord(wa uint, recno uint)

func GotoTop

func GotoTop(wa uint)

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)

func LockTable

func LockTable(wa uint)

func MgConnect

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

func MgDisconnect

func MgDisconnect(handle uint)

func MgGetServerType

func MgGetServerType(handle uint) (_ret uint16)

func NullTerminateStrings

func NullTerminateStrings(null_term uint16)

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)

func RecallRecord

func RecallRecord(wa uint)

func RefreshRecord

func RefreshRecord(wa uint)

func Reindex

func Reindex(wa uint)

func RollbackTransaction

func RollbackTransaction(conn uint)

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)

func SetCallbackTrace

func SetCallbackTrace(fp uintptr)

func SetDateFormat

func SetDateFormat(format string)

func SetDefault

func SetDefault(def string)

func SetDouble

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

func SetEmpty

func SetEmpty(wa uint, fname string)

func SetField

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

func SetFilter

func SetFilter(wa uint, filter string)

func SetJulian

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

func SetLogical

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

func SetMilliseconds

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

func SetRelKeyPos

func SetRelKeyPos(wa uint, pos float64)

func SetSearchPath

func SetSearchPath(path string)

func SetString

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

func ShowDeleted

func ShowDeleted(show_deleted uint16)

func Skip

func Skip(wa uint, num_recs int)

func UnlockRecord

func UnlockRecord(wa uint, recno uint)

func UnlockTable

func UnlockTable(wa uint)

func WriteRecord

func WriteRecord(wa uint)

func ZapTable

func ZapTable(wa uint)

Types

This section is empty.

Jump to

Keyboard shortcuts

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