Documentation
¶
Index ¶
- type 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
- type 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
- 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
- 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
- type 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
- 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
- type 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
- 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
- type DataSetObserverClient
- type DefaultDatabaseErrorHandlerClient
- type ErrorHandlerClient
- type 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
- type 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
- type 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
- 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)
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 ¶
FillWindow calls the FillWindow RPC.
func (*AbstractCursorClient) GetColumnCount ¶
func (c *AbstractCursorClient) GetColumnCount(ctx context.Context) (int32, error)
GetColumnCount calls the GetColumnCount RPC.
func (*AbstractCursorClient) GetColumnIndex ¶
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 ¶
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) GetExtras ¶
func (c *AbstractCursorClient) GetExtras(ctx context.Context) (int64, error)
GetExtras calls the GetExtras 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) 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) 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 ¶
MoveToPosition calls the MoveToPosition RPC.
func (*AbstractCursorClient) MoveToPrevious ¶
func (c *AbstractCursorClient) MoveToPrevious(ctx context.Context) (bool, error)
MoveToPrevious calls the MoveToPrevious 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) 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.
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) GetWindow ¶
func (c *AbstractWindowedCursorClient) GetWindow(ctx context.Context) (int64, error)
GetWindow calls the GetWindow RPC.
func (*AbstractWindowedCursorClient) HasWindow ¶
func (c *AbstractWindowedCursorClient) HasWindow(ctx context.Context) (bool, error)
HasWindow calls the HasWindow 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 ¶
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 ¶
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 ¶
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 ¶
FillWindow calls the FillWindow 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.
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.
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.
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) 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 ¶
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 ¶
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 ¶
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 ¶
SetStartPosition calls the SetStartPosition 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) GetColumnCount ¶
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 ¶
GetColumnNames calls the GetColumnNames RPC.
func (*CursorWrapperClient) GetDouble ¶
func (c *CursorWrapperClient) GetDouble(ctx context.Context, handle int64, arg0 int32) (float64, error)
GetDouble calls the GetDouble RPC.
func (*CursorWrapperClient) GetFloat ¶
func (c *CursorWrapperClient) GetFloat(ctx context.Context, handle int64, arg0 int32) (float32, error)
GetFloat calls the GetFloat RPC.
func (*CursorWrapperClient) GetNotificationUri ¶
GetNotificationUri calls the GetNotificationUri RPC.
func (*CursorWrapperClient) GetNotificationUris ¶
GetNotificationUris calls the GetNotificationUris RPC.
func (*CursorWrapperClient) GetPosition ¶
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) GetWantsAllOnMoveCalls ¶
func (c *CursorWrapperClient) GetWantsAllOnMoveCalls(ctx context.Context, handle int64) (bool, error)
GetWantsAllOnMoveCalls calls the GetWantsAllOnMoveCalls RPC.
func (*CursorWrapperClient) GetWrappedCursor ¶
GetWrappedCursor calls the GetWrappedCursor RPC.
func (*CursorWrapperClient) IsAfterLast ¶
IsAfterLast calls the IsAfterLast RPC.
func (*CursorWrapperClient) IsBeforeFirst ¶
IsBeforeFirst calls the IsBeforeFirst RPC.
func (*CursorWrapperClient) MoveToFirst ¶
MoveToFirst calls the MoveToFirst RPC.
func (*CursorWrapperClient) MoveToLast ¶
MoveToLast calls the MoveToLast RPC.
func (*CursorWrapperClient) MoveToNext ¶
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 ¶
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) 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) GetColumnNames ¶
GetColumnNames calls the GetColumnNames 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) GetString ¶
func (c *MatrixCursorClient) GetString(ctx context.Context, handle int64, arg0 int32) (string, error)
GetString calls the GetString 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.
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) GetColumnNames ¶
GetColumnNames calls the GetColumnNames 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) GetString ¶
func (c *MergeCursorClient) GetString(ctx context.Context, handle int64, arg0 int32) (string, error)
GetString calls the GetString 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) 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 ¶
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 ¶
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 ¶
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) BindNull ¶
func (c *UtilsInsertHelperClient) BindNull(ctx context.Context, arg0 int32) error
BindNull calls the BindNull RPC.
func (*UtilsInsertHelperClient) Close ¶
func (c *UtilsInsertHelperClient) Close(ctx context.Context) error
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 ¶
GetColumnIndex calls the GetColumnIndex 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.