Documentation ¶
Index ¶
- func AddCustomKey(index uint)
- func AppendRecord(wa uint)
- func ApplicationExit()
- func AtBOF(wa uint) (_ret bool)
- func AtEOF(wa uint) (_ret bool)
- func BeginTransaction(conn uint)
- func CacheRecords(wa uint, num_recs uint16)
- func ClearFilter(wa uint)
- func ClearProgressCallback()
- func ClearRelation(master_wa uint)
- func ClearScope(index uint, opt uint16)
- func CloseAllIndexes(wa uint)
- func CloseIndex(index uint)
- func CloseTable(wa uint)
- func CommitTransaction(conn uint)
- func Connect(server_name string) (_ret uint)
- func CopyTableContents(handle uint, wa_to uint, filter_opt uint16)
- 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)
- func DeleteIndex(index uint)
- func DeleteRecord(wa uint)
- func Disconnect(conn uint)
- func ExtractKey(index uint) (_ret string)
- func ExtractKeyErr(index uint) (_buf_ret string, _err_ret uint)
- func GetBinary(wa uint, fname string, offset uint) (_ret string)
- func GetBinaryErr(wa uint, fname string, offset uint) (_buf_ret string, _err_ret uint)
- func GetBinaryLength(wa uint, fname string) (_ret uint)
- func GetDateFormat() (_ret string)
- func GetDateFormatErr() (_buf_ret string, _err_ret uint)
- func GetDouble(wa uint, fname string) (_ret float64)
- func GetErrorString(errcode uint) (_ret string)
- func GetErrorStringErr(errcode uint) (_buf_ret string, _err_ret uint)
- func GetField(wa uint, fname string, opt uint16) (_ret string)
- func GetFieldDecimals(wa uint, fname string) (_ret uint16)
- func GetFieldErr(wa uint, fname string, opt uint16) (_buf_ret string, _err_ret uint)
- func GetFieldLength(wa uint, fname string) (_ret uint)
- func GetFieldName(wa uint, pos uint16) (_ret string)
- func GetFieldNameErr(wa uint, pos uint16) (_buf_ret string, _err_ret uint)
- func GetFieldType(wa uint, fname string) (_ret uint16)
- func GetHandleType(handle uint) (_ret uint16)
- func GetIndexCondition(index uint) (_ret string)
- func GetIndexConditionErr(index uint) (_buf_ret string, _err_ret uint)
- func GetIndexExpr(index uint) (_ret string)
- func GetIndexExprErr(index uint) (_buf_ret string, _err_ret uint)
- func GetIndexFilename(index uint, opt uint16) (_ret string)
- func GetIndexFilenameErr(index uint, opt uint16) (_buf_ret string, _err_ret uint)
- func GetIndexHandle(wa uint, tag string) (_ret uint)
- func GetIndexHandleByOrder(wa uint, ordnum uint16) (_ret uint)
- func GetIndexName(index uint) (_ret string)
- func GetIndexNameErr(index uint) (_buf_ret string, _err_ret uint)
- 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 GetLastErrorErr(errcode *uint) (_buf_ret string, _err_ret uint)
- func GetLastTableUpdate(wa uint) (_ret string)
- func GetLastTableUpdateErr(wa uint) (_buf_ret string, _err_ret uint)
- 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 GetServerNameErr(conn uint) (_buf_ret string, _err_ret uint)
- func GetString(wa uint, fname string, opt uint16) (_ret string)
- func GetStringErr(wa uint, fname string, opt uint16) (_buf_ret string, _err_ret uint)
- func GetTableAlias(wa uint) (_ret string)
- func GetTableAliasErr(wa uint) (_buf_ret string, _err_ret uint)
- func GetTableFilename(wa uint, opt uint16) (_ret string)
- func GetTableFilenameErr(wa uint, opt uint16) (_buf_ret string, _err_ret uint)
- func GetTableType(wa uint) (_ret uint16)
- func GotoBottom(wa uint)
- func GotoRecord(wa uint, recno uint)
- func GotoTop(wa uint)
- 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)
- func LockTable(wa uint)
- func MgConnect(server string, username string, password string) (_ret uint)
- func MgDisconnect(handle uint)
- func MgGetServerType(handle uint) (_ret uint16)
- func NullTerminateStrings(null_term uint16)
- func OpenTable(conn uint, name string, alias string, table_type uint16, char_type uint16, ...) (_ret uint)
- func PackTable(wa uint)
- func RecallRecord(wa uint)
- func RefreshRecord(wa uint)
- func Reindex(wa uint)
- func RollbackTransaction(conn uint)
- 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)
- func SetCallbackTrace(fp uintptr)
- func SetDateFormat(format string)
- func SetDefault(def string)
- func SetDouble(wa uint, fname string, value float64)
- func SetEmpty(wa uint, fname string)
- func SetField(wa uint, fname string, buf string)
- func SetFilter(wa uint, filter string)
- func SetJulian(wa uint, fname string, julian int)
- func SetLogical(wa uint, fname string, value uint16)
- func SetMilliseconds(wa uint, fname string, ms int)
- func SetRelKeyPos(wa uint, pos float64)
- func SetSearchPath(path string)
- func SetString(wa uint, fname string, buf string)
- func ShowDeleted(show_deleted uint16)
- func Skip(wa uint, num_recs int)
- func UnlockRecord(wa uint, recno uint)
- func UnlockTable(wa uint)
- func WriteRecord(wa uint)
- func ZapTable(wa uint)
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 BeginTransaction ¶
func BeginTransaction(conn uint)
func CacheRecords ¶
func ClearFilter ¶
func ClearFilter(wa uint)
func ClearProgressCallback ¶
func ClearProgressCallback()
func ClearRelation ¶
func ClearRelation(master_wa uint)
func ClearScope ¶
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 CopyTableContents ¶
func CreateIndex ¶
func CreateTable ¶
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 ExtractKeyErr ¶
func GetBinaryErr ¶
func GetBinaryLength ¶
func GetDateFormat ¶
func GetDateFormat() (_ret string)
func GetDateFormatErr ¶
func GetErrorString ¶
func GetErrorStringErr ¶
func GetFieldDecimals ¶
func GetFieldErr ¶
func GetFieldLength ¶
func GetFieldName ¶
func GetFieldType ¶
func GetHandleType ¶
func GetIndexCondition ¶
func GetIndexConditionErr ¶
func GetIndexExpr ¶
func GetIndexExprErr ¶
func GetIndexFilename ¶
func GetIndexFilenameErr ¶
func GetIndexHandle ¶
func GetIndexHandleByOrder ¶
func GetIndexName ¶
func GetIndexNameErr ¶
func GetKeyCount ¶
func GetKeyLength ¶
func GetKeyType ¶
func GetLastError ¶
func GetLastErrorErr ¶
func GetLastTableUpdate ¶
func GetLastTableUpdateErr ¶
func GetLogical ¶
func GetMemoLength ¶
func GetMilliseconds ¶
func GetNumFields ¶
func GetNumIndexes ¶
func GetNumLocks ¶
func GetRecordCount ¶
func GetRecordLength ¶
func GetRecordNum ¶
func GetRelKeyPos ¶
func GetServerName ¶
func GetServerNameErr ¶
func GetStringErr ¶
func GetTableAlias ¶
func GetTableAliasErr ¶
func GetTableFilename ¶
func GetTableFilenameErr ¶
func GetTableType ¶
func GotoBottom ¶
func GotoBottom(wa uint)
func GotoRecord ¶
func IsIndexDescending ¶
func IsIndexUnique ¶
func IsRecordDeleted ¶
func LockRecord ¶
func MgDisconnect ¶
func MgDisconnect(handle uint)
func MgGetServerType ¶
func NullTerminateStrings ¶
func NullTerminateStrings(null_term uint16)
func RecallRecord ¶
func RecallRecord(wa uint)
func RefreshRecord ¶
func RefreshRecord(wa uint)
func RollbackTransaction ¶
func RollbackTransaction(conn uint)
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 SetLogical ¶
func SetMilliseconds ¶
func SetRelKeyPos ¶
func SetSearchPath ¶
func SetSearchPath(path string)
func ShowDeleted ¶
func ShowDeleted(show_deleted uint16)
func UnlockRecord ¶
func UnlockTable ¶
func UnlockTable(wa uint)
func WriteRecord ¶
func WriteRecord(wa uint)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.