database

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AbstractCursorClient

type AbstractCursorClient struct {
	// contains filtered or unexported fields
}

AbstractCursorClient wraps the gRPC AbstractCursorService client.

func NewAbstractCursorClient

func NewAbstractCursorClient(cc grpc.ClientConnInterface) *AbstractCursorClient

NewAbstractCursorClient creates a new AbstractCursor client.

func (*AbstractCursorClient) Close

func (c *AbstractCursorClient) Close(ctx context.Context) error

Close calls the Close RPC.

func (*AbstractCursorClient) CopyStringToBuffer

func (c *AbstractCursorClient) CopyStringToBuffer(ctx context.Context, arg0 int32, arg1 int64) error

CopyStringToBuffer calls the CopyStringToBuffer RPC.

func (*AbstractCursorClient) Deactivate

func (c *AbstractCursorClient) Deactivate(ctx context.Context) error

Deactivate calls the Deactivate RPC.

func (*AbstractCursorClient) FillWindow

func (c *AbstractCursorClient) FillWindow(ctx context.Context, arg0 int32, arg1 int64) error

FillWindow calls the FillWindow RPC.

func (*AbstractCursorClient) GetBlob

func (c *AbstractCursorClient) GetBlob(ctx context.Context, arg0 int32) (int64, error)

GetBlob calls the GetBlob RPC.

func (*AbstractCursorClient) GetColumnCount

func (c *AbstractCursorClient) GetColumnCount(ctx context.Context) (int32, error)

GetColumnCount calls the GetColumnCount RPC.

func (*AbstractCursorClient) GetColumnIndex

func (c *AbstractCursorClient) GetColumnIndex(ctx context.Context, arg0 string) (int32, error)

GetColumnIndex calls the GetColumnIndex RPC.

func (*AbstractCursorClient) GetColumnIndexOrThrow

func (c *AbstractCursorClient) GetColumnIndexOrThrow(ctx context.Context, arg0 string) (int32, error)

GetColumnIndexOrThrow calls the GetColumnIndexOrThrow RPC.

func (*AbstractCursorClient) GetColumnName

func (c *AbstractCursorClient) GetColumnName(ctx context.Context, arg0 int32) (string, error)

GetColumnName calls the GetColumnName RPC.

func (*AbstractCursorClient) GetColumnNames

func (c *AbstractCursorClient) GetColumnNames(ctx context.Context) (int64, error)

GetColumnNames calls the GetColumnNames RPC.

func (*AbstractCursorClient) GetCount

func (c *AbstractCursorClient) GetCount(ctx context.Context) (int32, error)

GetCount calls the GetCount RPC.

func (*AbstractCursorClient) GetDouble

func (c *AbstractCursorClient) GetDouble(ctx context.Context, arg0 int32) (float64, error)

GetDouble calls the GetDouble RPC.

func (*AbstractCursorClient) GetExtras

func (c *AbstractCursorClient) GetExtras(ctx context.Context) (int64, error)

GetExtras calls the GetExtras RPC.

func (*AbstractCursorClient) GetFloat

func (c *AbstractCursorClient) GetFloat(ctx context.Context, arg0 int32) (float32, error)

GetFloat calls the GetFloat RPC.

func (*AbstractCursorClient) GetInt

func (c *AbstractCursorClient) GetInt(ctx context.Context, arg0 int32) (int32, error)

GetInt calls the GetInt RPC.

func (*AbstractCursorClient) GetLong

func (c *AbstractCursorClient) GetLong(ctx context.Context, arg0 int32) (int64, error)

GetLong calls the GetLong RPC.

func (*AbstractCursorClient) GetNotificationUri

func (c *AbstractCursorClient) GetNotificationUri(ctx context.Context) (int64, error)

GetNotificationUri calls the GetNotificationUri RPC.

func (*AbstractCursorClient) GetNotificationUris

func (c *AbstractCursorClient) GetNotificationUris(ctx context.Context) (int64, error)

GetNotificationUris calls the GetNotificationUris RPC.

func (*AbstractCursorClient) GetPosition

func (c *AbstractCursorClient) GetPosition(ctx context.Context) (int32, error)

GetPosition calls the GetPosition RPC.

func (*AbstractCursorClient) GetShort

func (c *AbstractCursorClient) GetShort(ctx context.Context, arg0 int32) (int16, error)

GetShort calls the GetShort RPC.

func (*AbstractCursorClient) GetString

func (c *AbstractCursorClient) GetString(ctx context.Context, arg0 int32) (string, error)

GetString calls the GetString RPC.

func (*AbstractCursorClient) GetType

func (c *AbstractCursorClient) GetType(ctx context.Context, arg0 int32) (int32, error)

GetType calls the GetType RPC.

func (*AbstractCursorClient) GetWantsAllOnMoveCalls

func (c *AbstractCursorClient) GetWantsAllOnMoveCalls(ctx context.Context) (bool, error)

GetWantsAllOnMoveCalls calls the GetWantsAllOnMoveCalls RPC.

func (*AbstractCursorClient) GetWindow

func (c *AbstractCursorClient) GetWindow(ctx context.Context) (int64, error)

GetWindow calls the GetWindow RPC.

func (*AbstractCursorClient) IsAfterLast

func (c *AbstractCursorClient) IsAfterLast(ctx context.Context) (bool, error)

IsAfterLast calls the IsAfterLast RPC.

func (*AbstractCursorClient) IsBeforeFirst

func (c *AbstractCursorClient) IsBeforeFirst(ctx context.Context) (bool, error)

IsBeforeFirst calls the IsBeforeFirst RPC.

func (*AbstractCursorClient) IsClosed

func (c *AbstractCursorClient) IsClosed(ctx context.Context) (bool, error)

IsClosed calls the IsClosed RPC.

func (*AbstractCursorClient) IsFirst

func (c *AbstractCursorClient) IsFirst(ctx context.Context) (bool, error)

IsFirst calls the IsFirst RPC.

func (*AbstractCursorClient) IsLast

func (c *AbstractCursorClient) IsLast(ctx context.Context) (bool, error)

IsLast calls the IsLast RPC.

func (*AbstractCursorClient) IsNull

func (c *AbstractCursorClient) IsNull(ctx context.Context, arg0 int32) (bool, error)

IsNull calls the IsNull RPC.

func (*AbstractCursorClient) Move

func (c *AbstractCursorClient) Move(ctx context.Context, arg0 int32) (bool, error)

Move calls the Move RPC.

func (*AbstractCursorClient) MoveToFirst

func (c *AbstractCursorClient) MoveToFirst(ctx context.Context) (bool, error)

MoveToFirst calls the MoveToFirst RPC.

func (*AbstractCursorClient) MoveToLast

func (c *AbstractCursorClient) MoveToLast(ctx context.Context) (bool, error)

MoveToLast calls the MoveToLast RPC.

func (*AbstractCursorClient) MoveToNext

func (c *AbstractCursorClient) MoveToNext(ctx context.Context) (bool, error)

MoveToNext calls the MoveToNext RPC.

func (*AbstractCursorClient) MoveToPosition

func (c *AbstractCursorClient) MoveToPosition(ctx context.Context, arg0 int32) (bool, error)

MoveToPosition calls the MoveToPosition RPC.

func (*AbstractCursorClient) MoveToPrevious

func (c *AbstractCursorClient) MoveToPrevious(ctx context.Context) (bool, error)

MoveToPrevious calls the MoveToPrevious RPC.

func (*AbstractCursorClient) OnMove

func (c *AbstractCursorClient) OnMove(ctx context.Context, arg0 int32, arg1 int32) (bool, error)

OnMove calls the OnMove RPC.

func (*AbstractCursorClient) RegisterContentObserver

func (c *AbstractCursorClient) RegisterContentObserver(ctx context.Context, arg0 int64) error

RegisterContentObserver calls the RegisterContentObserver RPC.

func (*AbstractCursorClient) RegisterDataSetObserver

func (c *AbstractCursorClient) RegisterDataSetObserver(ctx context.Context, arg0 int64) error

RegisterDataSetObserver calls the RegisterDataSetObserver RPC.

func (*AbstractCursorClient) Requery

func (c *AbstractCursorClient) Requery(ctx context.Context) (bool, error)

Requery calls the Requery RPC.

func (*AbstractCursorClient) Respond

func (c *AbstractCursorClient) Respond(ctx context.Context, arg0 int64) (int64, error)

Respond calls the Respond RPC.

func (*AbstractCursorClient) SetExtras

func (c *AbstractCursorClient) SetExtras(ctx context.Context, arg0 int64) error

SetExtras calls the SetExtras RPC.

func (*AbstractCursorClient) SetNotificationUri

func (c *AbstractCursorClient) SetNotificationUri(ctx context.Context, arg0 int64, arg1 int64) error

SetNotificationUri calls the SetNotificationUri RPC.

func (*AbstractCursorClient) UnregisterContentObserver

func (c *AbstractCursorClient) UnregisterContentObserver(ctx context.Context, arg0 int64) error

UnregisterContentObserver calls the UnregisterContentObserver RPC.

func (*AbstractCursorClient) UnregisterDataSetObserver

func (c *AbstractCursorClient) UnregisterDataSetObserver(ctx context.Context, arg0 int64) error

UnregisterDataSetObserver calls the UnregisterDataSetObserver RPC.

type AbstractCursorSelfContentObserverClient

type AbstractCursorSelfContentObserverClient struct {
	// contains filtered or unexported fields
}

AbstractCursorSelfContentObserverClient wraps the gRPC AbstractCursorSelfContentObserverService client.

func NewAbstractCursorSelfContentObserverClient

func NewAbstractCursorSelfContentObserverClient(cc grpc.ClientConnInterface) *AbstractCursorSelfContentObserverClient

NewAbstractCursorSelfContentObserverClient creates a new AbstractCursorSelfContentObserver client.

func (*AbstractCursorSelfContentObserverClient) DeliverSelfNotifications

func (c *AbstractCursorSelfContentObserverClient) DeliverSelfNotifications(ctx context.Context) (bool, error)

DeliverSelfNotifications calls the DeliverSelfNotifications RPC.

func (*AbstractCursorSelfContentObserverClient) OnChange

OnChange calls the OnChange RPC.

type AbstractWindowedCursorClient

type AbstractWindowedCursorClient struct {
	// contains filtered or unexported fields
}

AbstractWindowedCursorClient wraps the gRPC AbstractWindowedCursorService client.

func NewAbstractWindowedCursorClient

func NewAbstractWindowedCursorClient(cc grpc.ClientConnInterface) *AbstractWindowedCursorClient

NewAbstractWindowedCursorClient creates a new AbstractWindowedCursor client.

func (*AbstractWindowedCursorClient) CopyStringToBuffer

func (c *AbstractWindowedCursorClient) CopyStringToBuffer(ctx context.Context, arg0 int32, arg1 int64) error

CopyStringToBuffer calls the CopyStringToBuffer RPC.

func (*AbstractWindowedCursorClient) GetBlob

func (c *AbstractWindowedCursorClient) GetBlob(ctx context.Context, arg0 int32) (int64, error)

GetBlob calls the GetBlob RPC.

func (*AbstractWindowedCursorClient) GetDouble

func (c *AbstractWindowedCursorClient) GetDouble(ctx context.Context, arg0 int32) (float64, error)

GetDouble calls the GetDouble RPC.

func (*AbstractWindowedCursorClient) GetFloat

func (c *AbstractWindowedCursorClient) GetFloat(ctx context.Context, arg0 int32) (float32, error)

GetFloat calls the GetFloat RPC.

func (*AbstractWindowedCursorClient) GetInt

func (c *AbstractWindowedCursorClient) GetInt(ctx context.Context, arg0 int32) (int32, error)

GetInt calls the GetInt RPC.

func (*AbstractWindowedCursorClient) GetLong

func (c *AbstractWindowedCursorClient) GetLong(ctx context.Context, arg0 int32) (int64, error)

GetLong calls the GetLong RPC.

func (*AbstractWindowedCursorClient) GetShort

func (c *AbstractWindowedCursorClient) GetShort(ctx context.Context, arg0 int32) (int16, error)

GetShort calls the GetShort RPC.

func (*AbstractWindowedCursorClient) GetString

func (c *AbstractWindowedCursorClient) GetString(ctx context.Context, arg0 int32) (string, error)

GetString calls the GetString RPC.

func (*AbstractWindowedCursorClient) GetType

func (c *AbstractWindowedCursorClient) GetType(ctx context.Context, arg0 int32) (int32, error)

GetType calls the GetType RPC.

func (*AbstractWindowedCursorClient) GetWindow

GetWindow calls the GetWindow RPC.

func (*AbstractWindowedCursorClient) HasWindow

func (c *AbstractWindowedCursorClient) HasWindow(ctx context.Context) (bool, error)

HasWindow calls the HasWindow RPC.

func (*AbstractWindowedCursorClient) IsBlob

func (c *AbstractWindowedCursorClient) IsBlob(ctx context.Context, arg0 int32) (bool, error)

IsBlob calls the IsBlob RPC.

func (*AbstractWindowedCursorClient) IsFloat

func (c *AbstractWindowedCursorClient) IsFloat(ctx context.Context, arg0 int32) (bool, error)

IsFloat calls the IsFloat RPC.

func (*AbstractWindowedCursorClient) IsLong

func (c *AbstractWindowedCursorClient) IsLong(ctx context.Context, arg0 int32) (bool, error)

IsLong calls the IsLong RPC.

func (*AbstractWindowedCursorClient) IsNull

func (c *AbstractWindowedCursorClient) IsNull(ctx context.Context, arg0 int32) (bool, error)

IsNull calls the IsNull RPC.

func (*AbstractWindowedCursorClient) IsString

func (c *AbstractWindowedCursorClient) IsString(ctx context.Context, arg0 int32) (bool, error)

IsString calls the IsString RPC.

func (*AbstractWindowedCursorClient) SetWindow

func (c *AbstractWindowedCursorClient) SetWindow(ctx context.Context, arg0 int64) error

SetWindow calls the SetWindow RPC.

type ContentObservableClient

type ContentObservableClient struct {
	// contains filtered or unexported fields
}

ContentObservableClient wraps the gRPC ContentObservableService client.

func NewContentObservableClient

func NewContentObservableClient(cc grpc.ClientConnInterface) *ContentObservableClient

NewContentObservableClient creates a new ContentObservable client.

func (*ContentObservableClient) DispatchChange1

func (c *ContentObservableClient) DispatchChange1(ctx context.Context, handle int64, arg0 bool) error

DispatchChange1 calls the DispatchChange1 RPC.

func (*ContentObservableClient) DispatchChange2_1

func (c *ContentObservableClient) DispatchChange2_1(ctx context.Context, handle int64, arg0 bool, arg1 int64) error

DispatchChange2_1 calls the DispatchChange2_1 RPC.

func (*ContentObservableClient) NotifyChange

func (c *ContentObservableClient) NotifyChange(ctx context.Context, handle int64, arg0 bool) error

NotifyChange calls the NotifyChange RPC.

func (*ContentObservableClient) RegisterObserver1

func (c *ContentObservableClient) RegisterObserver1(ctx context.Context, handle int64, arg0 int64) error

RegisterObserver1 calls the RegisterObserver1 RPC.

func (*ContentObservableClient) RegisterObserver1_1

func (c *ContentObservableClient) RegisterObserver1_1(ctx context.Context, handle int64, arg0 int64) error

RegisterObserver1_1 calls the RegisterObserver1_1 RPC.

type ContentObserverClient

type ContentObserverClient struct {
	// contains filtered or unexported fields
}

ContentObserverClient wraps the gRPC ContentObserverService client.

func NewContentObserverClient

func NewContentObserverClient(cc grpc.ClientConnInterface) *ContentObserverClient

NewContentObserverClient creates a new ContentObserver client.

func (*ContentObserverClient) DeliverSelfNotifications

func (c *ContentObserverClient) DeliverSelfNotifications(ctx context.Context) (bool, error)

DeliverSelfNotifications calls the DeliverSelfNotifications RPC.

func (*ContentObserverClient) DispatchChange1

func (c *ContentObserverClient) DispatchChange1(ctx context.Context, arg0 bool) error

DispatchChange1 calls the DispatchChange1 RPC.

func (*ContentObserverClient) DispatchChange2_1

func (c *ContentObserverClient) DispatchChange2_1(ctx context.Context, arg0 bool, arg1 int64) error

DispatchChange2_1 calls the DispatchChange2_1 RPC.

func (*ContentObserverClient) DispatchChange3_2

func (c *ContentObserverClient) DispatchChange3_2(ctx context.Context, arg0 bool, arg1 int64, arg2 int32) error

DispatchChange3_2 calls the DispatchChange3_2 RPC.

func (*ContentObserverClient) OnChange1

func (c *ContentObserverClient) OnChange1(ctx context.Context, arg0 bool) error

OnChange1 calls the OnChange1 RPC.

func (*ContentObserverClient) OnChange2_1

func (c *ContentObserverClient) OnChange2_1(ctx context.Context, arg0 bool, arg1 int64) error

OnChange2_1 calls the OnChange2_1 RPC.

func (*ContentObserverClient) OnChange3_2

func (c *ContentObserverClient) OnChange3_2(ctx context.Context, arg0 bool, arg1 int64, arg2 int32) error

OnChange3_2 calls the OnChange3_2 RPC.

type CrossProcessCursorClient

type CrossProcessCursorClient struct {
	// contains filtered or unexported fields
}

CrossProcessCursorClient wraps the gRPC CrossProcessCursorService client.

func NewCrossProcessCursorClient

func NewCrossProcessCursorClient(cc grpc.ClientConnInterface) *CrossProcessCursorClient

NewCrossProcessCursorClient creates a new CrossProcessCursor client.

func (*CrossProcessCursorClient) FillWindow

func (c *CrossProcessCursorClient) FillWindow(ctx context.Context, arg0 int32, arg1 int64) error

FillWindow calls the FillWindow RPC.

func (*CrossProcessCursorClient) GetWindow

func (c *CrossProcessCursorClient) GetWindow(ctx context.Context) (int64, error)

GetWindow calls the GetWindow RPC.

func (*CrossProcessCursorClient) OnMove

func (c *CrossProcessCursorClient) OnMove(ctx context.Context, arg0 int32, arg1 int32) (bool, error)

OnMove calls the OnMove RPC.

type CrossProcessCursorWrapperClient

type CrossProcessCursorWrapperClient struct {
	// contains filtered or unexported fields
}

CrossProcessCursorWrapperClient wraps the gRPC CrossProcessCursorWrapperService client.

func NewCrossProcessCursorWrapperClient

func NewCrossProcessCursorWrapperClient(cc grpc.ClientConnInterface) *CrossProcessCursorWrapperClient

NewCrossProcessCursorWrapperClient creates a new CrossProcessCursorWrapper client.

func (*CrossProcessCursorWrapperClient) FillWindow

func (c *CrossProcessCursorWrapperClient) FillWindow(ctx context.Context, handle int64, arg0 int32, arg1 int64) error

FillWindow calls the FillWindow RPC.

func (*CrossProcessCursorWrapperClient) GetWindow

func (c *CrossProcessCursorWrapperClient) GetWindow(ctx context.Context, handle int64) (int64, error)

GetWindow calls the GetWindow RPC.

func (*CrossProcessCursorWrapperClient) OnMove

func (c *CrossProcessCursorWrapperClient) OnMove(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)

OnMove calls the OnMove RPC.

type CursorJoinerClient

type CursorJoinerClient struct {
	// contains filtered or unexported fields
}

CursorJoinerClient wraps the gRPC CursorJoinerService client.

func NewCursorJoinerClient

func NewCursorJoinerClient(cc grpc.ClientConnInterface) *CursorJoinerClient

NewCursorJoinerClient creates a new CursorJoiner client.

func (*CursorJoinerClient) HasNext

func (c *CursorJoinerClient) HasNext(ctx context.Context, handle int64) (bool, error)

HasNext calls the HasNext RPC.

func (*CursorJoinerClient) Iterator

func (c *CursorJoinerClient) Iterator(ctx context.Context, handle int64) (int64, error)

Iterator calls the Iterator RPC.

func (*CursorJoinerClient) Next0

func (c *CursorJoinerClient) Next0(ctx context.Context, handle int64) (int64, error)

Next0 calls the Next0 RPC.

func (*CursorJoinerClient) Next0_1

func (c *CursorJoinerClient) Next0_1(ctx context.Context, handle int64) (int64, error)

Next0_1 calls the Next0_1 RPC.

func (*CursorJoinerClient) Remove

func (c *CursorJoinerClient) Remove(ctx context.Context, handle int64) error

Remove calls the Remove RPC.

type CursorJoinerResultClient

type CursorJoinerResultClient struct {
	// contains filtered or unexported fields
}

CursorJoinerResultClient wraps the gRPC CursorJoinerResultService client.

func NewCursorJoinerResultClient

func NewCursorJoinerResultClient(cc grpc.ClientConnInterface) *CursorJoinerResultClient

NewCursorJoinerResultClient creates a new CursorJoinerResult client.

func (*CursorJoinerResultClient) ValueOf

func (c *CursorJoinerResultClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*CursorJoinerResultClient) Values

Values calls the Values RPC.

type CursorWindowClient

type CursorWindowClient struct {
	// contains filtered or unexported fields
}

CursorWindowClient wraps the gRPC CursorWindowService client.

func NewCursorWindowClient

func NewCursorWindowClient(cc grpc.ClientConnInterface) *CursorWindowClient

NewCursorWindowClient creates a new CursorWindow client.

func (*CursorWindowClient) AllocRow

func (c *CursorWindowClient) AllocRow(ctx context.Context, handle int64) (bool, error)

AllocRow calls the AllocRow RPC.

func (*CursorWindowClient) Clear

func (c *CursorWindowClient) Clear(ctx context.Context, handle int64) error

Clear calls the Clear RPC.

func (*CursorWindowClient) CopyStringToBuffer

func (c *CursorWindowClient) CopyStringToBuffer(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error

CopyStringToBuffer calls the CopyStringToBuffer RPC.

func (*CursorWindowClient) DescribeContents

func (c *CursorWindowClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*CursorWindowClient) FreeLastRow

func (c *CursorWindowClient) FreeLastRow(ctx context.Context, handle int64) error

FreeLastRow calls the FreeLastRow RPC.

func (*CursorWindowClient) GetBlob

func (c *CursorWindowClient) GetBlob(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error)

GetBlob calls the GetBlob RPC.

func (*CursorWindowClient) GetDouble

func (c *CursorWindowClient) GetDouble(ctx context.Context, handle int64, arg0 int32, arg1 int32) (float64, error)

GetDouble calls the GetDouble RPC.

func (*CursorWindowClient) GetFloat

func (c *CursorWindowClient) GetFloat(ctx context.Context, handle int64, arg0 int32, arg1 int32) (float32, error)

GetFloat calls the GetFloat RPC.

func (*CursorWindowClient) GetInt

func (c *CursorWindowClient) GetInt(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int32, error)

GetInt calls the GetInt RPC.

func (*CursorWindowClient) GetLong

func (c *CursorWindowClient) GetLong(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error)

GetLong calls the GetLong RPC.

func (*CursorWindowClient) GetNumRows

func (c *CursorWindowClient) GetNumRows(ctx context.Context, handle int64) (int32, error)

GetNumRows calls the GetNumRows RPC.

func (*CursorWindowClient) GetShort

func (c *CursorWindowClient) GetShort(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int16, error)

GetShort calls the GetShort RPC.

func (*CursorWindowClient) GetStartPosition

func (c *CursorWindowClient) GetStartPosition(ctx context.Context, handle int64) (int32, error)

GetStartPosition calls the GetStartPosition RPC.

func (*CursorWindowClient) GetString

func (c *CursorWindowClient) GetString(ctx context.Context, handle int64, arg0 int32, arg1 int32) (string, error)

GetString calls the GetString RPC.

func (*CursorWindowClient) GetType

func (c *CursorWindowClient) GetType(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int32, error)

GetType calls the GetType RPC.

func (*CursorWindowClient) IsBlob

func (c *CursorWindowClient) IsBlob(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)

IsBlob calls the IsBlob RPC.

func (*CursorWindowClient) IsFloat

func (c *CursorWindowClient) IsFloat(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)

IsFloat calls the IsFloat RPC.

func (*CursorWindowClient) IsLong

func (c *CursorWindowClient) IsLong(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)

IsLong calls the IsLong RPC.

func (*CursorWindowClient) IsNull

func (c *CursorWindowClient) IsNull(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)

IsNull calls the IsNull RPC.

func (*CursorWindowClient) IsString

func (c *CursorWindowClient) IsString(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)

IsString calls the IsString RPC.

func (*CursorWindowClient) NewFromParcel

func (c *CursorWindowClient) NewFromParcel(ctx context.Context, handle int64, arg0 int64) (int64, error)

NewFromParcel calls the NewFromParcel RPC.

func (*CursorWindowClient) PutBlob

func (c *CursorWindowClient) PutBlob(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) (bool, error)

PutBlob calls the PutBlob RPC.

func (*CursorWindowClient) PutDouble

func (c *CursorWindowClient) PutDouble(ctx context.Context, handle int64, arg0 float64, arg1 int32, arg2 int32) (bool, error)

PutDouble calls the PutDouble RPC.

func (*CursorWindowClient) PutLong

func (c *CursorWindowClient) PutLong(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) (bool, error)

PutLong calls the PutLong RPC.

func (*CursorWindowClient) PutNull

func (c *CursorWindowClient) PutNull(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)

PutNull calls the PutNull RPC.

func (*CursorWindowClient) PutString

func (c *CursorWindowClient) PutString(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32) (bool, error)

PutString calls the PutString RPC.

func (*CursorWindowClient) SetNumColumns

func (c *CursorWindowClient) SetNumColumns(ctx context.Context, handle int64, arg0 int32) (bool, error)

SetNumColumns calls the SetNumColumns RPC.

func (*CursorWindowClient) SetStartPosition

func (c *CursorWindowClient) SetStartPosition(ctx context.Context, handle int64, arg0 int32) error

SetStartPosition calls the SetStartPosition RPC.

func (*CursorWindowClient) ToString

func (c *CursorWindowClient) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString RPC.

func (*CursorWindowClient) WriteToParcel

func (c *CursorWindowClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type CursorWrapperClient

type CursorWrapperClient struct {
	// contains filtered or unexported fields
}

CursorWrapperClient wraps the gRPC CursorWrapperService client.

func NewCursorWrapperClient

func NewCursorWrapperClient(cc grpc.ClientConnInterface) *CursorWrapperClient

NewCursorWrapperClient creates a new CursorWrapper client.

func (*CursorWrapperClient) Close

func (c *CursorWrapperClient) Close(ctx context.Context, handle int64) error

Close calls the Close RPC.

func (*CursorWrapperClient) CopyStringToBuffer

func (c *CursorWrapperClient) CopyStringToBuffer(ctx context.Context, handle int64, arg0 int32, arg1 int64) error

CopyStringToBuffer calls the CopyStringToBuffer RPC.

func (*CursorWrapperClient) Deactivate

func (c *CursorWrapperClient) Deactivate(ctx context.Context, handle int64) error

Deactivate calls the Deactivate RPC.

func (*CursorWrapperClient) GetBlob

func (c *CursorWrapperClient) GetBlob(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetBlob calls the GetBlob RPC.

func (*CursorWrapperClient) GetColumnCount

func (c *CursorWrapperClient) GetColumnCount(ctx context.Context, handle int64) (int32, error)

GetColumnCount calls the GetColumnCount RPC.

func (*CursorWrapperClient) GetColumnIndex

func (c *CursorWrapperClient) GetColumnIndex(ctx context.Context, handle int64, arg0 string) (int32, error)

GetColumnIndex calls the GetColumnIndex RPC.

func (*CursorWrapperClient) GetColumnIndexOrThrow

func (c *CursorWrapperClient) GetColumnIndexOrThrow(ctx context.Context, handle int64, arg0 string) (int32, error)

GetColumnIndexOrThrow calls the GetColumnIndexOrThrow RPC.

func (*CursorWrapperClient) GetColumnName

func (c *CursorWrapperClient) GetColumnName(ctx context.Context, handle int64, arg0 int32) (string, error)

GetColumnName calls the GetColumnName RPC.

func (*CursorWrapperClient) GetColumnNames

func (c *CursorWrapperClient) GetColumnNames(ctx context.Context, handle int64) (int64, error)

GetColumnNames calls the GetColumnNames RPC.

func (*CursorWrapperClient) GetCount

func (c *CursorWrapperClient) GetCount(ctx context.Context, handle int64) (int32, error)

GetCount calls the GetCount RPC.

func (*CursorWrapperClient) GetDouble

func (c *CursorWrapperClient) GetDouble(ctx context.Context, handle int64, arg0 int32) (float64, error)

GetDouble calls the GetDouble RPC.

func (*CursorWrapperClient) GetExtras

func (c *CursorWrapperClient) GetExtras(ctx context.Context, handle int64) (int64, error)

GetExtras calls the GetExtras RPC.

func (*CursorWrapperClient) GetFloat

func (c *CursorWrapperClient) GetFloat(ctx context.Context, handle int64, arg0 int32) (float32, error)

GetFloat calls the GetFloat RPC.

func (*CursorWrapperClient) GetInt

func (c *CursorWrapperClient) GetInt(ctx context.Context, handle int64, arg0 int32) (int32, error)

GetInt calls the GetInt RPC.

func (*CursorWrapperClient) GetLong

func (c *CursorWrapperClient) GetLong(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetLong calls the GetLong RPC.

func (*CursorWrapperClient) GetNotificationUri

func (c *CursorWrapperClient) GetNotificationUri(ctx context.Context, handle int64) (int64, error)

GetNotificationUri calls the GetNotificationUri RPC.

func (*CursorWrapperClient) GetNotificationUris

func (c *CursorWrapperClient) GetNotificationUris(ctx context.Context, handle int64) (int64, error)

GetNotificationUris calls the GetNotificationUris RPC.

func (*CursorWrapperClient) GetPosition

func (c *CursorWrapperClient) GetPosition(ctx context.Context, handle int64) (int32, error)

GetPosition calls the GetPosition RPC.

func (*CursorWrapperClient) GetShort

func (c *CursorWrapperClient) GetShort(ctx context.Context, handle int64, arg0 int32) (int16, error)

GetShort calls the GetShort RPC.

func (*CursorWrapperClient) GetString

func (c *CursorWrapperClient) GetString(ctx context.Context, handle int64, arg0 int32) (string, error)

GetString calls the GetString RPC.

func (*CursorWrapperClient) GetType

func (c *CursorWrapperClient) GetType(ctx context.Context, handle int64, arg0 int32) (int32, error)

GetType calls the GetType RPC.

func (*CursorWrapperClient) GetWantsAllOnMoveCalls

func (c *CursorWrapperClient) GetWantsAllOnMoveCalls(ctx context.Context, handle int64) (bool, error)

GetWantsAllOnMoveCalls calls the GetWantsAllOnMoveCalls RPC.

func (*CursorWrapperClient) GetWrappedCursor

func (c *CursorWrapperClient) GetWrappedCursor(ctx context.Context, handle int64) (int64, error)

GetWrappedCursor calls the GetWrappedCursor RPC.

func (*CursorWrapperClient) IsAfterLast

func (c *CursorWrapperClient) IsAfterLast(ctx context.Context, handle int64) (bool, error)

IsAfterLast calls the IsAfterLast RPC.

func (*CursorWrapperClient) IsBeforeFirst

func (c *CursorWrapperClient) IsBeforeFirst(ctx context.Context, handle int64) (bool, error)

IsBeforeFirst calls the IsBeforeFirst RPC.

func (*CursorWrapperClient) IsClosed

func (c *CursorWrapperClient) IsClosed(ctx context.Context, handle int64) (bool, error)

IsClosed calls the IsClosed RPC.

func (*CursorWrapperClient) IsFirst

func (c *CursorWrapperClient) IsFirst(ctx context.Context, handle int64) (bool, error)

IsFirst calls the IsFirst RPC.

func (*CursorWrapperClient) IsLast

func (c *CursorWrapperClient) IsLast(ctx context.Context, handle int64) (bool, error)

IsLast calls the IsLast RPC.

func (*CursorWrapperClient) IsNull

func (c *CursorWrapperClient) IsNull(ctx context.Context, handle int64, arg0 int32) (bool, error)

IsNull calls the IsNull RPC.

func (*CursorWrapperClient) Move

func (c *CursorWrapperClient) Move(ctx context.Context, handle int64, arg0 int32) (bool, error)

Move calls the Move RPC.

func (*CursorWrapperClient) MoveToFirst

func (c *CursorWrapperClient) MoveToFirst(ctx context.Context, handle int64) (bool, error)

MoveToFirst calls the MoveToFirst RPC.

func (*CursorWrapperClient) MoveToLast

func (c *CursorWrapperClient) MoveToLast(ctx context.Context, handle int64) (bool, error)

MoveToLast calls the MoveToLast RPC.

func (*CursorWrapperClient) MoveToNext

func (c *CursorWrapperClient) MoveToNext(ctx context.Context, handle int64) (bool, error)

MoveToNext calls the MoveToNext RPC.

func (*CursorWrapperClient) MoveToPosition

func (c *CursorWrapperClient) MoveToPosition(ctx context.Context, handle int64, arg0 int32) (bool, error)

MoveToPosition calls the MoveToPosition RPC.

func (*CursorWrapperClient) MoveToPrevious

func (c *CursorWrapperClient) MoveToPrevious(ctx context.Context, handle int64) (bool, error)

MoveToPrevious calls the MoveToPrevious RPC.

func (*CursorWrapperClient) RegisterContentObserver

func (c *CursorWrapperClient) RegisterContentObserver(ctx context.Context, handle int64, arg0 int64) error

RegisterContentObserver calls the RegisterContentObserver RPC.

func (*CursorWrapperClient) RegisterDataSetObserver

func (c *CursorWrapperClient) RegisterDataSetObserver(ctx context.Context, handle int64, arg0 int64) error

RegisterDataSetObserver calls the RegisterDataSetObserver RPC.

func (*CursorWrapperClient) Requery

func (c *CursorWrapperClient) Requery(ctx context.Context, handle int64) (bool, error)

Requery calls the Requery RPC.

func (*CursorWrapperClient) Respond

func (c *CursorWrapperClient) Respond(ctx context.Context, handle int64, arg0 int64) (int64, error)

Respond calls the Respond RPC.

func (*CursorWrapperClient) SetExtras

func (c *CursorWrapperClient) SetExtras(ctx context.Context, handle int64, arg0 int64) error

SetExtras calls the SetExtras RPC.

func (*CursorWrapperClient) SetNotificationUri

func (c *CursorWrapperClient) SetNotificationUri(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

SetNotificationUri calls the SetNotificationUri RPC.

func (*CursorWrapperClient) UnregisterContentObserver

func (c *CursorWrapperClient) UnregisterContentObserver(ctx context.Context, handle int64, arg0 int64) error

UnregisterContentObserver calls the UnregisterContentObserver RPC.

func (*CursorWrapperClient) UnregisterDataSetObserver

func (c *CursorWrapperClient) UnregisterDataSetObserver(ctx context.Context, handle int64, arg0 int64) error

UnregisterDataSetObserver calls the UnregisterDataSetObserver RPC.

type DataSetObservableClient

type DataSetObservableClient struct {
	// contains filtered or unexported fields
}

DataSetObservableClient wraps the gRPC DataSetObservableService client.

func NewDataSetObservableClient

func NewDataSetObservableClient(cc grpc.ClientConnInterface) *DataSetObservableClient

NewDataSetObservableClient creates a new DataSetObservable client.

func (*DataSetObservableClient) NotifyChanged

func (c *DataSetObservableClient) NotifyChanged(ctx context.Context, handle int64) error

NotifyChanged calls the NotifyChanged RPC.

func (*DataSetObservableClient) NotifyInvalidated

func (c *DataSetObservableClient) NotifyInvalidated(ctx context.Context, handle int64) error

NotifyInvalidated calls the NotifyInvalidated RPC.

type DataSetObserverClient

type DataSetObserverClient struct {
	// contains filtered or unexported fields
}

DataSetObserverClient wraps the gRPC DataSetObserverService client.

func NewDataSetObserverClient

func NewDataSetObserverClient(cc grpc.ClientConnInterface) *DataSetObserverClient

NewDataSetObserverClient creates a new DataSetObserver client.

func (*DataSetObserverClient) OnChanged

func (c *DataSetObserverClient) OnChanged(ctx context.Context) error

OnChanged calls the OnChanged RPC.

func (*DataSetObserverClient) OnInvalidated

func (c *DataSetObserverClient) OnInvalidated(ctx context.Context) error

OnInvalidated calls the OnInvalidated RPC.

type DefaultDatabaseErrorHandlerClient

type DefaultDatabaseErrorHandlerClient struct {
	// contains filtered or unexported fields
}

DefaultDatabaseErrorHandlerClient wraps the gRPC DefaultDatabaseErrorHandlerService client.

func NewDefaultDatabaseErrorHandlerClient

func NewDefaultDatabaseErrorHandlerClient(cc grpc.ClientConnInterface) *DefaultDatabaseErrorHandlerClient

NewDefaultDatabaseErrorHandlerClient creates a new DefaultDatabaseErrorHandler client.

func (*DefaultDatabaseErrorHandlerClient) OnCorruption

func (c *DefaultDatabaseErrorHandlerClient) OnCorruption(ctx context.Context, handle int64, arg0 int64) error

OnCorruption calls the OnCorruption RPC.

type ErrorHandlerClient

type ErrorHandlerClient struct {
	// contains filtered or unexported fields
}

ErrorHandlerClient wraps the gRPC ErrorHandlerService client.

func NewErrorHandlerClient

func NewErrorHandlerClient(cc grpc.ClientConnInterface) *ErrorHandlerClient

NewErrorHandlerClient creates a new ErrorHandler client.

func (*ErrorHandlerClient) OnCorruption

func (c *ErrorHandlerClient) OnCorruption(ctx context.Context, arg0 int64) error

OnCorruption calls the OnCorruption RPC.

type MatrixCursorClient

type MatrixCursorClient struct {
	// contains filtered or unexported fields
}

MatrixCursorClient wraps the gRPC MatrixCursorService client.

func NewMatrixCursorClient

func NewMatrixCursorClient(cc grpc.ClientConnInterface) *MatrixCursorClient

NewMatrixCursorClient creates a new MatrixCursor client.

func (*MatrixCursorClient) AddRow

func (c *MatrixCursorClient) AddRow(ctx context.Context, handle int64, arg0 int64) error

AddRow calls the AddRow RPC.

func (*MatrixCursorClient) GetBlob

func (c *MatrixCursorClient) GetBlob(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetBlob calls the GetBlob RPC.

func (*MatrixCursorClient) GetColumnNames

func (c *MatrixCursorClient) GetColumnNames(ctx context.Context, handle int64) (int64, error)

GetColumnNames calls the GetColumnNames RPC.

func (*MatrixCursorClient) GetCount

func (c *MatrixCursorClient) GetCount(ctx context.Context, handle int64) (int32, error)

GetCount calls the GetCount RPC.

func (*MatrixCursorClient) GetDouble

func (c *MatrixCursorClient) GetDouble(ctx context.Context, handle int64, arg0 int32) (float64, error)

GetDouble calls the GetDouble RPC.

func (*MatrixCursorClient) GetFloat

func (c *MatrixCursorClient) GetFloat(ctx context.Context, handle int64, arg0 int32) (float32, error)

GetFloat calls the GetFloat RPC.

func (*MatrixCursorClient) GetInt

func (c *MatrixCursorClient) GetInt(ctx context.Context, handle int64, arg0 int32) (int32, error)

GetInt calls the GetInt RPC.

func (*MatrixCursorClient) GetLong

func (c *MatrixCursorClient) GetLong(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetLong calls the GetLong RPC.

func (*MatrixCursorClient) GetShort

func (c *MatrixCursorClient) GetShort(ctx context.Context, handle int64, arg0 int32) (int16, error)

GetShort calls the GetShort RPC.

func (*MatrixCursorClient) GetString

func (c *MatrixCursorClient) GetString(ctx context.Context, handle int64, arg0 int32) (string, error)

GetString calls the GetString RPC.

func (*MatrixCursorClient) GetType

func (c *MatrixCursorClient) GetType(ctx context.Context, handle int64, arg0 int32) (int32, error)

GetType calls the GetType RPC.

func (*MatrixCursorClient) IsNull

func (c *MatrixCursorClient) IsNull(ctx context.Context, handle int64, arg0 int32) (bool, error)

IsNull calls the IsNull RPC.

func (*MatrixCursorClient) NewRow

func (c *MatrixCursorClient) NewRow(ctx context.Context, handle int64) (int64, error)

NewRow calls the NewRow RPC.

type MatrixCursorRowBuilderClient

type MatrixCursorRowBuilderClient struct {
	// contains filtered or unexported fields
}

MatrixCursorRowBuilderClient wraps the gRPC MatrixCursorRowBuilderService client.

func NewMatrixCursorRowBuilderClient

func NewMatrixCursorRowBuilderClient(cc grpc.ClientConnInterface) *MatrixCursorRowBuilderClient

NewMatrixCursorRowBuilderClient creates a new MatrixCursorRowBuilder client.

func (*MatrixCursorRowBuilderClient) Add1

Add1 calls the Add1 RPC.

func (*MatrixCursorRowBuilderClient) Add2_1

func (c *MatrixCursorRowBuilderClient) Add2_1(ctx context.Context, arg0 string, arg1 int64) (int64, error)

Add2_1 calls the Add2_1 RPC.

type MergeCursorClient

type MergeCursorClient struct {
	// contains filtered or unexported fields
}

MergeCursorClient wraps the gRPC MergeCursorService client.

func NewMergeCursorClient

func NewMergeCursorClient(cc grpc.ClientConnInterface) *MergeCursorClient

NewMergeCursorClient creates a new MergeCursor client.

func (*MergeCursorClient) Close

func (c *MergeCursorClient) Close(ctx context.Context, handle int64) error

Close calls the Close RPC.

func (*MergeCursorClient) Deactivate

func (c *MergeCursorClient) Deactivate(ctx context.Context, handle int64) error

Deactivate calls the Deactivate RPC.

func (*MergeCursorClient) GetBlob

func (c *MergeCursorClient) GetBlob(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetBlob calls the GetBlob RPC.

func (*MergeCursorClient) GetColumnNames

func (c *MergeCursorClient) GetColumnNames(ctx context.Context, handle int64) (int64, error)

GetColumnNames calls the GetColumnNames RPC.

func (*MergeCursorClient) GetCount

func (c *MergeCursorClient) GetCount(ctx context.Context, handle int64) (int32, error)

GetCount calls the GetCount RPC.

func (*MergeCursorClient) GetDouble

func (c *MergeCursorClient) GetDouble(ctx context.Context, handle int64, arg0 int32) (float64, error)

GetDouble calls the GetDouble RPC.

func (*MergeCursorClient) GetFloat

func (c *MergeCursorClient) GetFloat(ctx context.Context, handle int64, arg0 int32) (float32, error)

GetFloat calls the GetFloat RPC.

func (*MergeCursorClient) GetInt

func (c *MergeCursorClient) GetInt(ctx context.Context, handle int64, arg0 int32) (int32, error)

GetInt calls the GetInt RPC.

func (*MergeCursorClient) GetLong

func (c *MergeCursorClient) GetLong(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetLong calls the GetLong RPC.

func (*MergeCursorClient) GetShort

func (c *MergeCursorClient) GetShort(ctx context.Context, handle int64, arg0 int32) (int16, error)

GetShort calls the GetShort RPC.

func (*MergeCursorClient) GetString

func (c *MergeCursorClient) GetString(ctx context.Context, handle int64, arg0 int32) (string, error)

GetString calls the GetString RPC.

func (*MergeCursorClient) GetType

func (c *MergeCursorClient) GetType(ctx context.Context, handle int64, arg0 int32) (int32, error)

GetType calls the GetType RPC.

func (*MergeCursorClient) IsNull

func (c *MergeCursorClient) IsNull(ctx context.Context, handle int64, arg0 int32) (bool, error)

IsNull calls the IsNull RPC.

func (*MergeCursorClient) OnMove

func (c *MergeCursorClient) OnMove(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)

OnMove calls the OnMove RPC.

func (*MergeCursorClient) RegisterContentObserver

func (c *MergeCursorClient) RegisterContentObserver(ctx context.Context, handle int64, arg0 int64) error

RegisterContentObserver calls the RegisterContentObserver RPC.

func (*MergeCursorClient) RegisterDataSetObserver

func (c *MergeCursorClient) RegisterDataSetObserver(ctx context.Context, handle int64, arg0 int64) error

RegisterDataSetObserver calls the RegisterDataSetObserver RPC.

func (*MergeCursorClient) Requery

func (c *MergeCursorClient) Requery(ctx context.Context, handle int64) (bool, error)

Requery calls the Requery RPC.

func (*MergeCursorClient) UnregisterContentObserver

func (c *MergeCursorClient) UnregisterContentObserver(ctx context.Context, handle int64, arg0 int64) error

UnregisterContentObserver calls the UnregisterContentObserver RPC.

func (*MergeCursorClient) UnregisterDataSetObserver

func (c *MergeCursorClient) UnregisterDataSetObserver(ctx context.Context, handle int64, arg0 int64) error

UnregisterDataSetObserver calls the UnregisterDataSetObserver RPC.

type ObservableClient

type ObservableClient struct {
	// contains filtered or unexported fields
}

ObservableClient wraps the gRPC ObservableService client.

func NewObservableClient

func NewObservableClient(cc grpc.ClientConnInterface) *ObservableClient

NewObservableClient creates a new Observable client.

func (*ObservableClient) UnregisterAll

func (c *ObservableClient) UnregisterAll(ctx context.Context) error

UnregisterAll calls the UnregisterAll RPC.

type UtilsClient

type UtilsClient struct {
	// contains filtered or unexported fields
}

UtilsClient wraps the gRPC UtilsService client.

func NewUtilsClient

func NewUtilsClient(cc grpc.ClientConnInterface) *UtilsClient

NewUtilsClient creates a new Utils client.

func (*UtilsClient) AppendEscapedSQLString

func (c *UtilsClient) AppendEscapedSQLString(ctx context.Context, handle int64, arg0 int64, arg1 string) error

AppendEscapedSQLString calls the AppendEscapedSQLString RPC.

func (*UtilsClient) AppendSelectionArgs

func (c *UtilsClient) AppendSelectionArgs(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)

AppendSelectionArgs calls the AppendSelectionArgs RPC.

func (*UtilsClient) AppendValueToSql

func (c *UtilsClient) AppendValueToSql(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

AppendValueToSql calls the AppendValueToSql RPC.

func (*UtilsClient) BindObjectToProgram

func (c *UtilsClient) BindObjectToProgram(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64) error

BindObjectToProgram calls the BindObjectToProgram RPC.

func (*UtilsClient) BlobFileDescriptorForQuery2_1

func (c *UtilsClient) BlobFileDescriptorForQuery2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)

BlobFileDescriptorForQuery2_1 calls the BlobFileDescriptorForQuery2_1 RPC.

func (*UtilsClient) BlobFileDescriptorForQuery3

func (c *UtilsClient) BlobFileDescriptorForQuery3(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (int64, error)

BlobFileDescriptorForQuery3 calls the BlobFileDescriptorForQuery3 RPC.

func (*UtilsClient) ConcatenateWhere

func (c *UtilsClient) ConcatenateWhere(ctx context.Context, handle int64, arg0 string, arg1 string) (string, error)

ConcatenateWhere calls the ConcatenateWhere RPC.

func (*UtilsClient) CreateDbFromSqlStatements

func (c *UtilsClient) CreateDbFromSqlStatements(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int32, arg3 string) error

CreateDbFromSqlStatements calls the CreateDbFromSqlStatements RPC.

func (*UtilsClient) CursorDoubleToContentValues

func (c *UtilsClient) CursorDoubleToContentValues(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64, arg3 string) error

CursorDoubleToContentValues calls the CursorDoubleToContentValues RPC.

func (*UtilsClient) CursorDoubleToContentValuesIfPresent

func (c *UtilsClient) CursorDoubleToContentValuesIfPresent(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string) error

CursorDoubleToContentValuesIfPresent calls the CursorDoubleToContentValuesIfPresent RPC.

func (*UtilsClient) CursorDoubleToCursorValues

func (c *UtilsClient) CursorDoubleToCursorValues(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) error

CursorDoubleToCursorValues calls the CursorDoubleToCursorValues RPC.

func (*UtilsClient) CursorFloatToContentValuesIfPresent

func (c *UtilsClient) CursorFloatToContentValuesIfPresent(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string) error

CursorFloatToContentValuesIfPresent calls the CursorFloatToContentValuesIfPresent RPC.

func (*UtilsClient) CursorIntToContentValues3

func (c *UtilsClient) CursorIntToContentValues3(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) error

CursorIntToContentValues3 calls the CursorIntToContentValues3 RPC.

func (*UtilsClient) CursorIntToContentValues4_1

func (c *UtilsClient) CursorIntToContentValues4_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64, arg3 string) error

CursorIntToContentValues4_1 calls the CursorIntToContentValues4_1 RPC.

func (*UtilsClient) CursorIntToContentValuesIfPresent

func (c *UtilsClient) CursorIntToContentValuesIfPresent(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string) error

CursorIntToContentValuesIfPresent calls the CursorIntToContentValuesIfPresent RPC.

func (*UtilsClient) CursorLongToContentValues3

func (c *UtilsClient) CursorLongToContentValues3(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) error

CursorLongToContentValues3 calls the CursorLongToContentValues3 RPC.

func (*UtilsClient) CursorLongToContentValues4_1

func (c *UtilsClient) CursorLongToContentValues4_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64, arg3 string) error

CursorLongToContentValues4_1 calls the CursorLongToContentValues4_1 RPC.

func (*UtilsClient) CursorLongToContentValuesIfPresent

func (c *UtilsClient) CursorLongToContentValuesIfPresent(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string) error

CursorLongToContentValuesIfPresent calls the CursorLongToContentValuesIfPresent RPC.

func (*UtilsClient) CursorRowToContentValues

func (c *UtilsClient) CursorRowToContentValues(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

CursorRowToContentValues calls the CursorRowToContentValues RPC.

func (*UtilsClient) CursorShortToContentValuesIfPresent

func (c *UtilsClient) CursorShortToContentValuesIfPresent(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string) error

CursorShortToContentValuesIfPresent calls the CursorShortToContentValuesIfPresent RPC.

func (*UtilsClient) CursorStringToContentValues3

func (c *UtilsClient) CursorStringToContentValues3(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) error

CursorStringToContentValues3 calls the CursorStringToContentValues3 RPC.

func (*UtilsClient) CursorStringToContentValues4_1

func (c *UtilsClient) CursorStringToContentValues4_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64, arg3 string) error

CursorStringToContentValues4_1 calls the CursorStringToContentValues4_1 RPC.

func (*UtilsClient) CursorStringToContentValuesIfPresent

func (c *UtilsClient) CursorStringToContentValuesIfPresent(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string) error

CursorStringToContentValuesIfPresent calls the CursorStringToContentValuesIfPresent RPC.

func (*UtilsClient) CursorStringToInsertHelper

func (c *UtilsClient) CursorStringToInsertHelper(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64, arg3 int32) error

CursorStringToInsertHelper calls the CursorStringToInsertHelper RPC.

func (*UtilsClient) DumpCurrentRow1

func (c *UtilsClient) DumpCurrentRow1(ctx context.Context, handle int64, arg0 int64) error

DumpCurrentRow1 calls the DumpCurrentRow1 RPC.

func (*UtilsClient) DumpCurrentRow2_1

func (c *UtilsClient) DumpCurrentRow2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

DumpCurrentRow2_1 calls the DumpCurrentRow2_1 RPC.

func (*UtilsClient) DumpCurrentRow2_2

func (c *UtilsClient) DumpCurrentRow2_2(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

DumpCurrentRow2_2 calls the DumpCurrentRow2_2 RPC.

func (*UtilsClient) DumpCurrentRowToString

func (c *UtilsClient) DumpCurrentRowToString(ctx context.Context, handle int64, arg0 int64) (string, error)

DumpCurrentRowToString calls the DumpCurrentRowToString RPC.

func (*UtilsClient) DumpCursor1

func (c *UtilsClient) DumpCursor1(ctx context.Context, handle int64, arg0 int64) error

DumpCursor1 calls the DumpCursor1 RPC.

func (*UtilsClient) DumpCursor2_1

func (c *UtilsClient) DumpCursor2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

DumpCursor2_1 calls the DumpCursor2_1 RPC.

func (*UtilsClient) DumpCursor2_2

func (c *UtilsClient) DumpCursor2_2(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

DumpCursor2_2 calls the DumpCursor2_2 RPC.

func (*UtilsClient) DumpCursorToString

func (c *UtilsClient) DumpCursorToString(ctx context.Context, handle int64, arg0 int64) (string, error)

DumpCursorToString calls the DumpCursorToString RPC.

func (*UtilsClient) GetCollationKey

func (c *UtilsClient) GetCollationKey(ctx context.Context, handle int64, arg0 string) (string, error)

GetCollationKey calls the GetCollationKey RPC.

func (*UtilsClient) GetHexCollationKey

func (c *UtilsClient) GetHexCollationKey(ctx context.Context, handle int64, arg0 string) (string, error)

GetHexCollationKey calls the GetHexCollationKey RPC.

func (*UtilsClient) GetSqlStatementType

func (c *UtilsClient) GetSqlStatementType(ctx context.Context, handle int64, arg0 string) (int32, error)

GetSqlStatementType calls the GetSqlStatementType RPC.

func (*UtilsClient) LongForQuery2_1

func (c *UtilsClient) LongForQuery2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)

LongForQuery2_1 calls the LongForQuery2_1 RPC.

func (*UtilsClient) LongForQuery3

func (c *UtilsClient) LongForQuery3(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (int64, error)

LongForQuery3 calls the LongForQuery3 RPC.

func (*UtilsClient) QueryNumEntries2

func (c *UtilsClient) QueryNumEntries2(ctx context.Context, handle int64, arg0 int64, arg1 string) (int64, error)

QueryNumEntries2 calls the QueryNumEntries2 RPC.

func (*UtilsClient) QueryNumEntries3_1

func (c *UtilsClient) QueryNumEntries3_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string) (int64, error)

QueryNumEntries3_1 calls the QueryNumEntries3_1 RPC.

func (*UtilsClient) QueryNumEntries4_2

func (c *UtilsClient) QueryNumEntries4_2(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string, arg3 int64) (int64, error)

QueryNumEntries4_2 calls the QueryNumEntries4_2 RPC.

func (*UtilsClient) ReadExceptionFromParcel

func (c *UtilsClient) ReadExceptionFromParcel(ctx context.Context, handle int64, arg0 int64) error

ReadExceptionFromParcel calls the ReadExceptionFromParcel RPC.

func (*UtilsClient) ReadExceptionWithFileNotFoundExceptionFromParcel

func (c *UtilsClient) ReadExceptionWithFileNotFoundExceptionFromParcel(ctx context.Context, handle int64, arg0 int64) error

ReadExceptionWithFileNotFoundExceptionFromParcel calls the ReadExceptionWithFileNotFoundExceptionFromParcel RPC.

func (*UtilsClient) ReadExceptionWithOperationApplicationExceptionFromParcel

func (c *UtilsClient) ReadExceptionWithOperationApplicationExceptionFromParcel(ctx context.Context, handle int64, arg0 int64) error

ReadExceptionWithOperationApplicationExceptionFromParcel calls the ReadExceptionWithOperationApplicationExceptionFromParcel RPC.

func (*UtilsClient) SqlEscapeString

func (c *UtilsClient) SqlEscapeString(ctx context.Context, handle int64, arg0 string) (string, error)

SqlEscapeString calls the SqlEscapeString RPC.

func (*UtilsClient) StringForQuery2_1

func (c *UtilsClient) StringForQuery2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (string, error)

StringForQuery2_1 calls the StringForQuery2_1 RPC.

func (*UtilsClient) StringForQuery3

func (c *UtilsClient) StringForQuery3(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (string, error)

StringForQuery3 calls the StringForQuery3 RPC.

func (*UtilsClient) WriteExceptionToParcel

func (c *UtilsClient) WriteExceptionToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

WriteExceptionToParcel calls the WriteExceptionToParcel RPC.

type UtilsInsertHelperClient

type UtilsInsertHelperClient struct {
	// contains filtered or unexported fields
}

UtilsInsertHelperClient wraps the gRPC UtilsInsertHelperService client.

func NewUtilsInsertHelperClient

func NewUtilsInsertHelperClient(cc grpc.ClientConnInterface) *UtilsInsertHelperClient

NewUtilsInsertHelperClient creates a new UtilsInsertHelper client.

func (*UtilsInsertHelperClient) Bind2

func (c *UtilsInsertHelperClient) Bind2(ctx context.Context, arg0 int32, arg1 bool) error

Bind2 calls the Bind2 RPC.

func (*UtilsInsertHelperClient) Bind2_1

func (c *UtilsInsertHelperClient) Bind2_1(ctx context.Context, arg0 int32, arg1 int64) error

Bind2_1 calls the Bind2_1 RPC.

func (*UtilsInsertHelperClient) Bind2_2

func (c *UtilsInsertHelperClient) Bind2_2(ctx context.Context, arg0 int32, arg1 float64) error

Bind2_2 calls the Bind2_2 RPC.

func (*UtilsInsertHelperClient) Bind2_3

func (c *UtilsInsertHelperClient) Bind2_3(ctx context.Context, arg0 int32, arg1 float32) error

Bind2_3 calls the Bind2_3 RPC.

func (*UtilsInsertHelperClient) Bind2_4

func (c *UtilsInsertHelperClient) Bind2_4(ctx context.Context, arg0 int32, arg1 int32) error

Bind2_4 calls the Bind2_4 RPC.

func (*UtilsInsertHelperClient) Bind2_5

func (c *UtilsInsertHelperClient) Bind2_5(ctx context.Context, arg0 int32, arg1 string) error

Bind2_5 calls the Bind2_5 RPC.

func (*UtilsInsertHelperClient) Bind2_6

func (c *UtilsInsertHelperClient) Bind2_6(ctx context.Context, arg0 int32, arg1 int64) error

Bind2_6 calls the Bind2_6 RPC.

func (*UtilsInsertHelperClient) BindNull

func (c *UtilsInsertHelperClient) BindNull(ctx context.Context, arg0 int32) error

BindNull calls the BindNull RPC.

func (*UtilsInsertHelperClient) Close

Close calls the Close RPC.

func (*UtilsInsertHelperClient) Execute

func (c *UtilsInsertHelperClient) Execute(ctx context.Context) (int64, error)

Execute calls the Execute RPC.

func (*UtilsInsertHelperClient) GetColumnIndex

func (c *UtilsInsertHelperClient) GetColumnIndex(ctx context.Context, arg0 string) (int32, error)

GetColumnIndex calls the GetColumnIndex RPC.

func (*UtilsInsertHelperClient) Insert

func (c *UtilsInsertHelperClient) Insert(ctx context.Context, arg0 int64) (int64, error)

Insert calls the Insert RPC.

func (*UtilsInsertHelperClient) PrepareForInsert

func (c *UtilsInsertHelperClient) PrepareForInsert(ctx context.Context) error

PrepareForInsert calls the PrepareForInsert RPC.

func (*UtilsInsertHelperClient) PrepareForReplace

func (c *UtilsInsertHelperClient) PrepareForReplace(ctx context.Context) error

PrepareForReplace calls the PrepareForReplace RPC.

func (*UtilsInsertHelperClient) Replace

func (c *UtilsInsertHelperClient) Replace(ctx context.Context, arg0 int64) (int64, error)

Replace calls the Replace RPC.

Jump to

Keyboard shortcuts

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