Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type AbstractCursorClient struct + func NewAbstractCursorClient(cc grpc.ClientConnInterface) *AbstractCursorClient + func (c *AbstractCursorClient) Close(ctx context.Context) error + func (c *AbstractCursorClient) CopyStringToBuffer(ctx context.Context, arg0 int32, arg1 int64) error + func (c *AbstractCursorClient) Deactivate(ctx context.Context) error + func (c *AbstractCursorClient) FillWindow(ctx context.Context, arg0 int32, arg1 int64) error + func (c *AbstractCursorClient) GetBlob(ctx context.Context, arg0 int32) (int64, error) + func (c *AbstractCursorClient) GetColumnCount(ctx context.Context) (int32, error) + func (c *AbstractCursorClient) GetColumnIndex(ctx context.Context, arg0 string) (int32, error) + func (c *AbstractCursorClient) GetColumnIndexOrThrow(ctx context.Context, arg0 string) (int32, error) + func (c *AbstractCursorClient) GetColumnName(ctx context.Context, arg0 int32) (string, error) + func (c *AbstractCursorClient) GetColumnNames(ctx context.Context) (int64, error) + func (c *AbstractCursorClient) GetCount(ctx context.Context) (int32, error) + func (c *AbstractCursorClient) GetDouble(ctx context.Context, arg0 int32) (float64, error) + func (c *AbstractCursorClient) GetExtras(ctx context.Context) (int64, error) + func (c *AbstractCursorClient) GetFloat(ctx context.Context, arg0 int32) (float32, error) + func (c *AbstractCursorClient) GetInt(ctx context.Context, arg0 int32) (int32, error) + func (c *AbstractCursorClient) GetLong(ctx context.Context, arg0 int32) (int64, error) + func (c *AbstractCursorClient) GetNotificationUri(ctx context.Context) (int64, error) + func (c *AbstractCursorClient) GetNotificationUris(ctx context.Context) (int64, error) + func (c *AbstractCursorClient) GetPosition(ctx context.Context) (int32, error) + func (c *AbstractCursorClient) GetShort(ctx context.Context, arg0 int32) (int16, error) + func (c *AbstractCursorClient) GetString(ctx context.Context, arg0 int32) (string, error) + func (c *AbstractCursorClient) GetType(ctx context.Context, arg0 int32) (int32, error) + func (c *AbstractCursorClient) GetWantsAllOnMoveCalls(ctx context.Context) (bool, error) + func (c *AbstractCursorClient) GetWindow(ctx context.Context) (int64, error) + func (c *AbstractCursorClient) IsAfterLast(ctx context.Context) (bool, error) + func (c *AbstractCursorClient) IsBeforeFirst(ctx context.Context) (bool, error) + func (c *AbstractCursorClient) IsClosed(ctx context.Context) (bool, error) + func (c *AbstractCursorClient) IsFirst(ctx context.Context) (bool, error) + func (c *AbstractCursorClient) IsLast(ctx context.Context) (bool, error) + func (c *AbstractCursorClient) IsNull(ctx context.Context, arg0 int32) (bool, error) + func (c *AbstractCursorClient) Move(ctx context.Context, arg0 int32) (bool, error) + func (c *AbstractCursorClient) MoveToFirst(ctx context.Context) (bool, error) + func (c *AbstractCursorClient) MoveToLast(ctx context.Context) (bool, error) + func (c *AbstractCursorClient) MoveToNext(ctx context.Context) (bool, error) + func (c *AbstractCursorClient) MoveToPosition(ctx context.Context, arg0 int32) (bool, error) + func (c *AbstractCursorClient) MoveToPrevious(ctx context.Context) (bool, error) + func (c *AbstractCursorClient) OnMove(ctx context.Context, arg0 int32, arg1 int32) (bool, error) + func (c *AbstractCursorClient) RegisterContentObserver(ctx context.Context, arg0 int64) error + func (c *AbstractCursorClient) RegisterDataSetObserver(ctx context.Context, arg0 int64) error + func (c *AbstractCursorClient) Requery(ctx context.Context) (bool, error) + func (c *AbstractCursorClient) Respond(ctx context.Context, arg0 int64) (int64, error) + func (c *AbstractCursorClient) SetExtras(ctx context.Context, arg0 int64) error + func (c *AbstractCursorClient) SetNotificationUri(ctx context.Context, arg0 int64, arg1 int64) error + func (c *AbstractCursorClient) UnregisterContentObserver(ctx context.Context, arg0 int64) error + func (c *AbstractCursorClient) UnregisterDataSetObserver(ctx context.Context, arg0 int64) error + type AbstractCursorSelfContentObserverClient struct + func NewAbstractCursorSelfContentObserverClient(cc grpc.ClientConnInterface) *AbstractCursorSelfContentObserverClient + func (c *AbstractCursorSelfContentObserverClient) DeliverSelfNotifications(ctx context.Context) (bool, error) + func (c *AbstractCursorSelfContentObserverClient) OnChange(ctx context.Context, arg0 bool) error + type AbstractWindowedCursorClient struct + func NewAbstractWindowedCursorClient(cc grpc.ClientConnInterface) *AbstractWindowedCursorClient + func (c *AbstractWindowedCursorClient) CopyStringToBuffer(ctx context.Context, arg0 int32, arg1 int64) error + func (c *AbstractWindowedCursorClient) GetBlob(ctx context.Context, arg0 int32) (int64, error) + func (c *AbstractWindowedCursorClient) GetDouble(ctx context.Context, arg0 int32) (float64, error) + func (c *AbstractWindowedCursorClient) GetFloat(ctx context.Context, arg0 int32) (float32, error) + func (c *AbstractWindowedCursorClient) GetInt(ctx context.Context, arg0 int32) (int32, error) + func (c *AbstractWindowedCursorClient) GetLong(ctx context.Context, arg0 int32) (int64, error) + func (c *AbstractWindowedCursorClient) GetShort(ctx context.Context, arg0 int32) (int16, error) + func (c *AbstractWindowedCursorClient) GetString(ctx context.Context, arg0 int32) (string, error) + func (c *AbstractWindowedCursorClient) GetType(ctx context.Context, arg0 int32) (int32, error) + func (c *AbstractWindowedCursorClient) GetWindow(ctx context.Context) (int64, error) + func (c *AbstractWindowedCursorClient) HasWindow(ctx context.Context) (bool, error) + func (c *AbstractWindowedCursorClient) IsBlob(ctx context.Context, arg0 int32) (bool, error) + func (c *AbstractWindowedCursorClient) IsFloat(ctx context.Context, arg0 int32) (bool, error) + func (c *AbstractWindowedCursorClient) IsLong(ctx context.Context, arg0 int32) (bool, error) + func (c *AbstractWindowedCursorClient) IsNull(ctx context.Context, arg0 int32) (bool, error) + func (c *AbstractWindowedCursorClient) IsString(ctx context.Context, arg0 int32) (bool, error) + func (c *AbstractWindowedCursorClient) SetWindow(ctx context.Context, arg0 int64) error + type ContentObservableClient struct + func NewContentObservableClient(cc grpc.ClientConnInterface) *ContentObservableClient + func (c *ContentObservableClient) DispatchChange1(ctx context.Context, handle int64, arg0 bool) error + func (c *ContentObservableClient) DispatchChange2_1(ctx context.Context, handle int64, arg0 bool, arg1 int64) error + func (c *ContentObservableClient) NotifyChange(ctx context.Context, handle int64, arg0 bool) error + func (c *ContentObservableClient) RegisterObserver1(ctx context.Context, handle int64, arg0 int64) error + func (c *ContentObservableClient) RegisterObserver1_1(ctx context.Context, handle int64, arg0 int64) error + type ContentObserverClient struct + func NewContentObserverClient(cc grpc.ClientConnInterface) *ContentObserverClient + func (c *ContentObserverClient) DeliverSelfNotifications(ctx context.Context) (bool, error) + func (c *ContentObserverClient) DispatchChange1(ctx context.Context, arg0 bool) error + func (c *ContentObserverClient) DispatchChange2_1(ctx context.Context, arg0 bool, arg1 int64) error + func (c *ContentObserverClient) DispatchChange3_2(ctx context.Context, arg0 bool, arg1 int64, arg2 int32) error + func (c *ContentObserverClient) OnChange1(ctx context.Context, arg0 bool) error + func (c *ContentObserverClient) OnChange2_1(ctx context.Context, arg0 bool, arg1 int64) error + func (c *ContentObserverClient) OnChange3_2(ctx context.Context, arg0 bool, arg1 int64, arg2 int32) error + type CrossProcessCursorClient struct + func NewCrossProcessCursorClient(cc grpc.ClientConnInterface) *CrossProcessCursorClient + func (c *CrossProcessCursorClient) FillWindow(ctx context.Context, arg0 int32, arg1 int64) error + func (c *CrossProcessCursorClient) GetWindow(ctx context.Context) (int64, error) + func (c *CrossProcessCursorClient) OnMove(ctx context.Context, arg0 int32, arg1 int32) (bool, error) + type CrossProcessCursorWrapperClient struct + func NewCrossProcessCursorWrapperClient(cc grpc.ClientConnInterface) *CrossProcessCursorWrapperClient + func (c *CrossProcessCursorWrapperClient) FillWindow(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *CrossProcessCursorWrapperClient) GetWindow(ctx context.Context, handle int64) (int64, error) + func (c *CrossProcessCursorWrapperClient) OnMove(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error) + type CursorJoinerClient struct + func NewCursorJoinerClient(cc grpc.ClientConnInterface) *CursorJoinerClient + func (c *CursorJoinerClient) HasNext(ctx context.Context, handle int64) (bool, error) + func (c *CursorJoinerClient) Iterator(ctx context.Context, handle int64) (int64, error) + func (c *CursorJoinerClient) Next0(ctx context.Context, handle int64) (int64, error) + func (c *CursorJoinerClient) Next0_1(ctx context.Context, handle int64) (int64, error) + func (c *CursorJoinerClient) Remove(ctx context.Context, handle int64) error + type CursorJoinerResultClient struct + func NewCursorJoinerResultClient(cc grpc.ClientConnInterface) *CursorJoinerResultClient + func (c *CursorJoinerResultClient) ValueOf(ctx context.Context, arg0 string) (int64, error) + func (c *CursorJoinerResultClient) Values(ctx context.Context) (int64, error) + type CursorWindowClient struct + func NewCursorWindowClient(cc grpc.ClientConnInterface) *CursorWindowClient + func (c *CursorWindowClient) AllocRow(ctx context.Context, handle int64) (bool, error) + func (c *CursorWindowClient) Clear(ctx context.Context, handle int64) error + func (c *CursorWindowClient) CopyStringToBuffer(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *CursorWindowClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *CursorWindowClient) FreeLastRow(ctx context.Context, handle int64) error + func (c *CursorWindowClient) GetBlob(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error) + func (c *CursorWindowClient) GetDouble(ctx context.Context, handle int64, arg0 int32, arg1 int32) (float64, error) + func (c *CursorWindowClient) GetFloat(ctx context.Context, handle int64, arg0 int32, arg1 int32) (float32, error) + func (c *CursorWindowClient) GetInt(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int32, error) + func (c *CursorWindowClient) GetLong(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error) + func (c *CursorWindowClient) GetNumRows(ctx context.Context, handle int64) (int32, error) + func (c *CursorWindowClient) GetShort(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int16, error) + func (c *CursorWindowClient) GetStartPosition(ctx context.Context, handle int64) (int32, error) + func (c *CursorWindowClient) GetString(ctx context.Context, handle int64, arg0 int32, arg1 int32) (string, error) + func (c *CursorWindowClient) GetType(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int32, error) + func (c *CursorWindowClient) IsBlob(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error) + func (c *CursorWindowClient) IsFloat(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error) + func (c *CursorWindowClient) IsLong(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error) + func (c *CursorWindowClient) IsNull(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error) + func (c *CursorWindowClient) IsString(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error) + func (c *CursorWindowClient) NewFromParcel(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *CursorWindowClient) PutBlob(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) (bool, error) + func (c *CursorWindowClient) PutDouble(ctx context.Context, handle int64, arg0 float64, arg1 int32, arg2 int32) (bool, error) + func (c *CursorWindowClient) PutLong(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) (bool, error) + func (c *CursorWindowClient) PutNull(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error) + func (c *CursorWindowClient) PutString(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32) (bool, error) + func (c *CursorWindowClient) SetNumColumns(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *CursorWindowClient) SetStartPosition(ctx context.Context, handle int64, arg0 int32) error + func (c *CursorWindowClient) ToString(ctx context.Context, handle int64) (string, error) + func (c *CursorWindowClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type CursorWrapperClient struct + func NewCursorWrapperClient(cc grpc.ClientConnInterface) *CursorWrapperClient + func (c *CursorWrapperClient) Close(ctx context.Context, handle int64) error + func (c *CursorWrapperClient) CopyStringToBuffer(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *CursorWrapperClient) Deactivate(ctx context.Context, handle int64) error + func (c *CursorWrapperClient) GetBlob(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *CursorWrapperClient) GetColumnCount(ctx context.Context, handle int64) (int32, error) + func (c *CursorWrapperClient) GetColumnIndex(ctx context.Context, handle int64, arg0 string) (int32, error) + func (c *CursorWrapperClient) GetColumnIndexOrThrow(ctx context.Context, handle int64, arg0 string) (int32, error) + func (c *CursorWrapperClient) GetColumnName(ctx context.Context, handle int64, arg0 int32) (string, error) + func (c *CursorWrapperClient) GetColumnNames(ctx context.Context, handle int64) (int64, error) + func (c *CursorWrapperClient) GetCount(ctx context.Context, handle int64) (int32, error) + func (c *CursorWrapperClient) GetDouble(ctx context.Context, handle int64, arg0 int32) (float64, error) + func (c *CursorWrapperClient) GetExtras(ctx context.Context, handle int64) (int64, error) + func (c *CursorWrapperClient) GetFloat(ctx context.Context, handle int64, arg0 int32) (float32, error) + func (c *CursorWrapperClient) GetInt(ctx context.Context, handle int64, arg0 int32) (int32, error) + func (c *CursorWrapperClient) GetLong(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *CursorWrapperClient) GetNotificationUri(ctx context.Context, handle int64) (int64, error) + func (c *CursorWrapperClient) GetNotificationUris(ctx context.Context, handle int64) (int64, error) + func (c *CursorWrapperClient) GetPosition(ctx context.Context, handle int64) (int32, error) + func (c *CursorWrapperClient) GetShort(ctx context.Context, handle int64, arg0 int32) (int16, error) + func (c *CursorWrapperClient) GetString(ctx context.Context, handle int64, arg0 int32) (string, error) + func (c *CursorWrapperClient) GetType(ctx context.Context, handle int64, arg0 int32) (int32, error) + func (c *CursorWrapperClient) GetWantsAllOnMoveCalls(ctx context.Context, handle int64) (bool, error) + func (c *CursorWrapperClient) GetWrappedCursor(ctx context.Context, handle int64) (int64, error) + func (c *CursorWrapperClient) IsAfterLast(ctx context.Context, handle int64) (bool, error) + func (c *CursorWrapperClient) IsBeforeFirst(ctx context.Context, handle int64) (bool, error) + func (c *CursorWrapperClient) IsClosed(ctx context.Context, handle int64) (bool, error) + func (c *CursorWrapperClient) IsFirst(ctx context.Context, handle int64) (bool, error) + func (c *CursorWrapperClient) IsLast(ctx context.Context, handle int64) (bool, error) + func (c *CursorWrapperClient) IsNull(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *CursorWrapperClient) Move(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *CursorWrapperClient) MoveToFirst(ctx context.Context, handle int64) (bool, error) + func (c *CursorWrapperClient) MoveToLast(ctx context.Context, handle int64) (bool, error) + func (c *CursorWrapperClient) MoveToNext(ctx context.Context, handle int64) (bool, error) + func (c *CursorWrapperClient) MoveToPosition(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *CursorWrapperClient) MoveToPrevious(ctx context.Context, handle int64) (bool, error) + func (c *CursorWrapperClient) RegisterContentObserver(ctx context.Context, handle int64, arg0 int64) error + func (c *CursorWrapperClient) RegisterDataSetObserver(ctx context.Context, handle int64, arg0 int64) error + func (c *CursorWrapperClient) Requery(ctx context.Context, handle int64) (bool, error) + func (c *CursorWrapperClient) Respond(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *CursorWrapperClient) SetExtras(ctx context.Context, handle int64, arg0 int64) error + func (c *CursorWrapperClient) SetNotificationUri(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *CursorWrapperClient) UnregisterContentObserver(ctx context.Context, handle int64, arg0 int64) error + func (c *CursorWrapperClient) UnregisterDataSetObserver(ctx context.Context, handle int64, arg0 int64) error + type DataSetObservableClient struct + func NewDataSetObservableClient(cc grpc.ClientConnInterface) *DataSetObservableClient + func (c *DataSetObservableClient) NotifyChanged(ctx context.Context, handle int64) error + func (c *DataSetObservableClient) NotifyInvalidated(ctx context.Context, handle int64) error + type DataSetObserverClient struct + func NewDataSetObserverClient(cc grpc.ClientConnInterface) *DataSetObserverClient + func (c *DataSetObserverClient) OnChanged(ctx context.Context) error + func (c *DataSetObserverClient) OnInvalidated(ctx context.Context) error + type DefaultDatabaseErrorHandlerClient struct + func NewDefaultDatabaseErrorHandlerClient(cc grpc.ClientConnInterface) *DefaultDatabaseErrorHandlerClient + func (c *DefaultDatabaseErrorHandlerClient) OnCorruption(ctx context.Context, handle int64, arg0 int64) error + type ErrorHandlerClient struct + func NewErrorHandlerClient(cc grpc.ClientConnInterface) *ErrorHandlerClient + func (c *ErrorHandlerClient) OnCorruption(ctx context.Context, arg0 int64) error + type MatrixCursorClient struct + func NewMatrixCursorClient(cc grpc.ClientConnInterface) *MatrixCursorClient + func (c *MatrixCursorClient) AddRow(ctx context.Context, handle int64, arg0 int64) error + func (c *MatrixCursorClient) GetBlob(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *MatrixCursorClient) GetColumnNames(ctx context.Context, handle int64) (int64, error) + func (c *MatrixCursorClient) GetCount(ctx context.Context, handle int64) (int32, error) + func (c *MatrixCursorClient) GetDouble(ctx context.Context, handle int64, arg0 int32) (float64, error) + func (c *MatrixCursorClient) GetFloat(ctx context.Context, handle int64, arg0 int32) (float32, error) + func (c *MatrixCursorClient) GetInt(ctx context.Context, handle int64, arg0 int32) (int32, error) + func (c *MatrixCursorClient) GetLong(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *MatrixCursorClient) GetShort(ctx context.Context, handle int64, arg0 int32) (int16, error) + func (c *MatrixCursorClient) GetString(ctx context.Context, handle int64, arg0 int32) (string, error) + func (c *MatrixCursorClient) GetType(ctx context.Context, handle int64, arg0 int32) (int32, error) + func (c *MatrixCursorClient) IsNull(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *MatrixCursorClient) NewRow(ctx context.Context, handle int64) (int64, error) + type MatrixCursorRowBuilderClient struct + func NewMatrixCursorRowBuilderClient(cc grpc.ClientConnInterface) *MatrixCursorRowBuilderClient + func (c *MatrixCursorRowBuilderClient) Add1(ctx context.Context, arg0 int64) (int64, error) + func (c *MatrixCursorRowBuilderClient) Add2_1(ctx context.Context, arg0 string, arg1 int64) (int64, error) + type MergeCursorClient struct + func NewMergeCursorClient(cc grpc.ClientConnInterface) *MergeCursorClient + func (c *MergeCursorClient) Close(ctx context.Context, handle int64) error + func (c *MergeCursorClient) Deactivate(ctx context.Context, handle int64) error + func (c *MergeCursorClient) GetBlob(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *MergeCursorClient) GetColumnNames(ctx context.Context, handle int64) (int64, error) + func (c *MergeCursorClient) GetCount(ctx context.Context, handle int64) (int32, error) + func (c *MergeCursorClient) GetDouble(ctx context.Context, handle int64, arg0 int32) (float64, error) + func (c *MergeCursorClient) GetFloat(ctx context.Context, handle int64, arg0 int32) (float32, error) + func (c *MergeCursorClient) GetInt(ctx context.Context, handle int64, arg0 int32) (int32, error) + func (c *MergeCursorClient) GetLong(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *MergeCursorClient) GetShort(ctx context.Context, handle int64, arg0 int32) (int16, error) + func (c *MergeCursorClient) GetString(ctx context.Context, handle int64, arg0 int32) (string, error) + func (c *MergeCursorClient) GetType(ctx context.Context, handle int64, arg0 int32) (int32, error) + func (c *MergeCursorClient) IsNull(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *MergeCursorClient) OnMove(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error) + func (c *MergeCursorClient) RegisterContentObserver(ctx context.Context, handle int64, arg0 int64) error + func (c *MergeCursorClient) RegisterDataSetObserver(ctx context.Context, handle int64, arg0 int64) error + func (c *MergeCursorClient) Requery(ctx context.Context, handle int64) (bool, error) + func (c *MergeCursorClient) UnregisterContentObserver(ctx context.Context, handle int64, arg0 int64) error + func (c *MergeCursorClient) UnregisterDataSetObserver(ctx context.Context, handle int64, arg0 int64) error + type ObservableClient struct + func NewObservableClient(cc grpc.ClientConnInterface) *ObservableClient + func (c *ObservableClient) UnregisterAll(ctx context.Context) error + type UtilsClient struct + func NewUtilsClient(cc grpc.ClientConnInterface) *UtilsClient + func (c *UtilsClient) AppendEscapedSQLString(ctx context.Context, handle int64, arg0 int64, arg1 string) error + func (c *UtilsClient) AppendSelectionArgs(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error) + func (c *UtilsClient) AppendValueToSql(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *UtilsClient) BindObjectToProgram(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64) error + func (c *UtilsClient) BlobFileDescriptorForQuery2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error) + func (c *UtilsClient) BlobFileDescriptorForQuery3(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (int64, error) + func (c *UtilsClient) ConcatenateWhere(ctx context.Context, handle int64, arg0 string, arg1 string) (string, error) + func (c *UtilsClient) CreateDbFromSqlStatements(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int32, ...) error + func (c *UtilsClient) CursorDoubleToContentValues(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64, ...) error + func (c *UtilsClient) CursorDoubleToContentValuesIfPresent(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string) error + func (c *UtilsClient) CursorDoubleToCursorValues(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) error + func (c *UtilsClient) CursorFloatToContentValuesIfPresent(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string) error + func (c *UtilsClient) CursorIntToContentValues3(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) error + func (c *UtilsClient) CursorIntToContentValues4_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64, ...) error + func (c *UtilsClient) CursorIntToContentValuesIfPresent(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string) error + func (c *UtilsClient) CursorLongToContentValues3(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) error + func (c *UtilsClient) CursorLongToContentValues4_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64, ...) error + func (c *UtilsClient) CursorLongToContentValuesIfPresent(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string) error + func (c *UtilsClient) CursorRowToContentValues(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *UtilsClient) CursorShortToContentValuesIfPresent(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string) error + func (c *UtilsClient) CursorStringToContentValues3(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) error + func (c *UtilsClient) CursorStringToContentValues4_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64, ...) error + func (c *UtilsClient) CursorStringToContentValuesIfPresent(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string) error + func (c *UtilsClient) CursorStringToInsertHelper(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64, ...) error + func (c *UtilsClient) DumpCurrentRow1(ctx context.Context, handle int64, arg0 int64) error + func (c *UtilsClient) DumpCurrentRow2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *UtilsClient) DumpCurrentRow2_2(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *UtilsClient) DumpCurrentRowToString(ctx context.Context, handle int64, arg0 int64) (string, error) + func (c *UtilsClient) DumpCursor1(ctx context.Context, handle int64, arg0 int64) error + func (c *UtilsClient) DumpCursor2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *UtilsClient) DumpCursor2_2(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *UtilsClient) DumpCursorToString(ctx context.Context, handle int64, arg0 int64) (string, error) + func (c *UtilsClient) GetCollationKey(ctx context.Context, handle int64, arg0 string) (string, error) + func (c *UtilsClient) GetHexCollationKey(ctx context.Context, handle int64, arg0 string) (string, error) + func (c *UtilsClient) GetSqlStatementType(ctx context.Context, handle int64, arg0 string) (int32, error) + func (c *UtilsClient) LongForQuery2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error) + func (c *UtilsClient) LongForQuery3(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (int64, error) + func (c *UtilsClient) QueryNumEntries2(ctx context.Context, handle int64, arg0 int64, arg1 string) (int64, error) + func (c *UtilsClient) QueryNumEntries3_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string) (int64, error) + func (c *UtilsClient) QueryNumEntries4_2(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string, ...) (int64, error) + func (c *UtilsClient) ReadExceptionFromParcel(ctx context.Context, handle int64, arg0 int64) error + func (c *UtilsClient) ReadExceptionWithFileNotFoundExceptionFromParcel(ctx context.Context, handle int64, arg0 int64) error + func (c *UtilsClient) ReadExceptionWithOperationApplicationExceptionFromParcel(ctx context.Context, handle int64, arg0 int64) error + func (c *UtilsClient) SqlEscapeString(ctx context.Context, handle int64, arg0 string) (string, error) + func (c *UtilsClient) StringForQuery2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (string, error) + func (c *UtilsClient) StringForQuery3(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (string, error) + func (c *UtilsClient) WriteExceptionToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + type UtilsInsertHelperClient struct + func NewUtilsInsertHelperClient(cc grpc.ClientConnInterface) *UtilsInsertHelperClient + func (c *UtilsInsertHelperClient) Bind2(ctx context.Context, arg0 int32, arg1 bool) error + func (c *UtilsInsertHelperClient) Bind2_1(ctx context.Context, arg0 int32, arg1 int64) error + func (c *UtilsInsertHelperClient) Bind2_2(ctx context.Context, arg0 int32, arg1 float64) error + func (c *UtilsInsertHelperClient) Bind2_3(ctx context.Context, arg0 int32, arg1 float32) error + func (c *UtilsInsertHelperClient) Bind2_4(ctx context.Context, arg0 int32, arg1 int32) error + func (c *UtilsInsertHelperClient) Bind2_5(ctx context.Context, arg0 int32, arg1 string) error + func (c *UtilsInsertHelperClient) Bind2_6(ctx context.Context, arg0 int32, arg1 int64) error + func (c *UtilsInsertHelperClient) BindNull(ctx context.Context, arg0 int32) error + func (c *UtilsInsertHelperClient) Close(ctx context.Context) error + func (c *UtilsInsertHelperClient) Execute(ctx context.Context) (int64, error) + func (c *UtilsInsertHelperClient) GetColumnIndex(ctx context.Context, arg0 string) (int32, error) + func (c *UtilsInsertHelperClient) Insert(ctx context.Context, arg0 int64) (int64, error) + func (c *UtilsInsertHelperClient) PrepareForInsert(ctx context.Context) error + func (c *UtilsInsertHelperClient) PrepareForReplace(ctx context.Context) error + func (c *UtilsInsertHelperClient) Replace(ctx context.Context, arg0 int64) (int64, error)