Documentation ¶
Index ¶
- func AddCustomKey(index uint) (_ret bool)
- func AppendRecord(wa uint) (_ret bool)
- func ApplicationExit() (_ret bool)
- func AtBOF(wa uint) (_ret bool)
- func AtEOF(wa uint) (_ret bool)
- func BeginTransaction(conn uint) (_ret bool)
- func CacheRecords(wa uint, num_recs uint16) (_ret bool)
- func ClearFilter(wa uint) (_ret bool)
- func ClearProgressCallback() (_ret bool)
- func ClearRelation(master_wa uint) (_ret bool)
- func ClearScope(index uint, opt uint16) (_ret bool)
- func CloseAllIndexes(wa uint) (_ret bool)
- func CloseIndex(index uint) (_ret bool)
- func CloseTable(wa uint) (_ret bool)
- func CommitTransaction(conn uint) (_ret bool)
- func Connect(server_name string) (_ret uint)
- func CopyTableContents(handle uint, wa_to uint, filter_opt uint16) (_ret bool)
- func CreateIndex(handle uint, filename string, tag string, expr string, cond string, ...) (_ret uint)
- func CreateTable(conn uint, name string, alias string, table_type uint16, char_type uint16, ...) (_ret uint)
- func DeleteCustomKey(index uint) (_ret bool)
- func DeleteIndex(index uint) (_ret bool)
- func DeleteRecord(wa uint) (_ret bool)
- func Disconnect(conn uint) (_ret bool)
- func ExtractKey(index uint) (_ret string)
- func GetBinary(wa uint, fname string, offset uint) (_ret string)
- func GetBinaryLength(wa uint, fname string) (_ret uint)
- func GetDateFormat() (_ret string)
- func GetDouble(wa uint, fname string) (_ret float64)
- func GetErrorString(errcode uint) (_ret string)
- func GetField(wa uint, fname string, opt uint16) (_ret string)
- func GetFieldDecimals(wa uint, fname string) (_ret uint16)
- func GetFieldLength(wa uint, fname string) (_ret uint)
- func GetFieldName(wa uint, pos uint16) (_ret string)
- func GetFieldType(wa uint, fname string) (_ret uint16)
- func GetHandleType(handle uint) (_ret uint16)
- func GetIndexCondition(index uint) (_ret string)
- func GetIndexExpr(index uint) (_ret string)
- func GetIndexFilename(index uint, opt uint16) (_ret string)
- func GetIndexHandle(wa uint, tag string) (_ret uint)
- func GetIndexHandleByOrder(wa uint, ordnum uint16) (_ret uint)
- func GetIndexName(index uint) (_ret string)
- func GetJulian(wa uint, fname string) (_ret int)
- func GetKeyCount(index uint, filter_opt uint16) (_ret uint)
- func GetKeyLength(index uint) (_ret uint16)
- func GetKeyNum(index uint, filter_opt uint16) (_ret uint)
- func GetKeyType(index uint) (_ret uint16)
- func GetLastError(errcode *uint) (_ret string)
- func GetLastTableUpdate(wa uint) (_ret string)
- func GetLogical(wa uint, fname string) (_ret bool)
- func GetMemoLength(wa uint, fname string) (_ret uint)
- func GetMilliseconds(wa uint, fname string) (_ret int)
- func GetNumFields(wa uint) (_ret uint16)
- func GetNumIndexes(wa uint) (_ret uint16)
- func GetNumLocks(wa uint) (_ret uint16)
- func GetRecordCount(wa uint, filter_opt uint16) (_ret uint)
- func GetRecordLength(wa uint) (_ret uint)
- func GetRecordNum(wa uint, filter_opt uint16) (_ret uint)
- func GetRelKeyPos(wa uint) (_ret float64)
- func GetServerName(conn uint) (_ret string)
- func GetString(wa uint, fname string, opt uint16) (_ret string)
- func GetTableAlias(wa uint) (_ret string)
- func GetTableFilename(wa uint, opt uint16) (_ret string)
- func GetTableType(wa uint) (_ret uint16)
- func GotoBottom(wa uint) (_ret bool)
- func GotoRecord(wa uint, recno uint) (_ret bool)
- func GotoTop(wa uint) (_ret bool)
- func IsEmpty(wa uint, fname string) (_ret bool)
- func IsIndexDescending(index uint) (_ret bool)
- func IsIndexUnique(index uint) (_ret bool)
- func IsRecordDeleted(wa uint) (_ret bool)
- func LockRecord(wa uint, recno uint) (_ret bool)
- func LockTable(wa uint) (_ret bool)
- func MgConnect(server string, username string, password string) (_ret uint)
- func MgDisconnect(handle uint) (_ret bool)
- func MgGetServerType(handle uint) (_ret uint16)
- func NullTerminateStrings(null_term uint16) (_ret bool)
- func OpenTable(conn uint, name string, alias string, table_type uint16, char_type uint16, ...) (_ret uint)
- func PackTable(wa uint) (_ret bool)
- func RecallRecord(wa uint) (_ret bool)
- func RefreshRecord(wa uint) (_ret bool)
- func Reindex(wa uint) (_ret bool)
- func RollbackTransaction(conn uint) (_ret bool)
- func Seek(index uint, key string, data_type uint16, seek_type uint16) (_ret bool)
- func SeekLast(index uint, key string, data_type uint16) (_ret bool)
- func SetCallbackOnRTE(fp uintptr) (_ret bool)
- func SetCallbackTrace(fp uintptr) (_ret bool)
- func SetDateFormat(format string) (_ret bool)
- func SetDefault(def string) (_ret bool)
- func SetDouble(wa uint, fname string, value float64) (_ret bool)
- func SetEmpty(wa uint, fname string) (_ret bool)
- func SetField(wa uint, fname string, buf string) (_ret bool)
- func SetFilter(wa uint, filter string) (_ret bool)
- func SetJulian(wa uint, fname string, julian int) (_ret bool)
- func SetLogical(wa uint, fname string, value uint16) (_ret bool)
- func SetMilliseconds(wa uint, fname string, ms int) (_ret bool)
- func SetRelKeyPos(wa uint, pos float64) (_ret bool)
- func SetSearchPath(path string) (_ret bool)
- func SetString(wa uint, fname string, buf string) (_ret bool)
- func ShowDeleted(show_deleted uint16) (_ret bool)
- func Skip(wa uint, num_recs int) (_ret bool)
- func UnlockRecord(wa uint, recno uint) (_ret bool)
- func UnlockTable(wa uint) (_ret bool)
- func WriteRecord(wa uint) (_ret bool)
- func ZapTable(wa uint) (_ret bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCustomKey ¶
func AppendRecord ¶
func ApplicationExit ¶
func ApplicationExit() (_ret bool)
func BeginTransaction ¶
func CacheRecords ¶
func ClearFilter ¶
func ClearProgressCallback ¶
func ClearProgressCallback() (_ret bool)
func ClearRelation ¶
func ClearScope ¶
func CloseAllIndexes ¶
func CloseIndex ¶
func CloseTable ¶
func CommitTransaction ¶
func CopyTableContents ¶
func CreateIndex ¶
func CreateTable ¶
func DeleteCustomKey ¶
func DeleteIndex ¶
func DeleteRecord ¶
func Disconnect ¶
func ExtractKey ¶
func GetBinaryLength ¶
func GetDateFormat ¶
func GetDateFormat() (_ret string)
func GetErrorString ¶
func GetFieldDecimals ¶
func GetFieldLength ¶
func GetFieldName ¶
func GetFieldType ¶
func GetHandleType ¶
func GetIndexCondition ¶
func GetIndexExpr ¶
func GetIndexFilename ¶
func GetIndexHandle ¶
func GetIndexHandleByOrder ¶
func GetIndexName ¶
func GetKeyCount ¶
func GetKeyLength ¶
func GetKeyType ¶
func GetLastError ¶
func GetLastTableUpdate ¶
func GetLogical ¶
func GetMemoLength ¶
func GetMilliseconds ¶
func GetNumFields ¶
func GetNumIndexes ¶
func GetNumLocks ¶
func GetRecordCount ¶
func GetRecordLength ¶
func GetRecordNum ¶
func GetRelKeyPos ¶
func GetServerName ¶
func GetTableAlias ¶
func GetTableFilename ¶
func GetTableType ¶
func GotoBottom ¶
func GotoRecord ¶
func IsIndexDescending ¶
func IsIndexUnique ¶
func IsRecordDeleted ¶
func LockRecord ¶
func MgDisconnect ¶
func MgGetServerType ¶
func NullTerminateStrings ¶
func RecallRecord ¶
func RefreshRecord ¶
func RollbackTransaction ¶
func SetCallbackOnRTE ¶
func SetCallbackTrace ¶
func SetDateFormat ¶
func SetDefault ¶
func SetRelKeyPos ¶
func SetSearchPath ¶
func ShowDeleted ¶
func UnlockRecord ¶
func UnlockTable ¶
func WriteRecord ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.