Documentation
¶
Index ¶
- type ContentObservableServer
- func (s *ContentObservableServer) DispatchChange1(_ context.Context, req *pb.ContentObservableDispatchChange1Request) (*pb.DispatchChange1Response, error)
- func (s *ContentObservableServer) DispatchChange2_1(_ context.Context, req *pb.ContentObservableDispatchChange2_1Request) (*pb.DispatchChange2_1Response, error)
- func (s *ContentObservableServer) NewContentObservable(_ context.Context, req *pb.NewContentObservableRequest) (*pb.NewContentObservableResponse, error)
- func (s *ContentObservableServer) NotifyChange(_ context.Context, req *pb.NotifyChangeRequest) (*pb.NotifyChangeResponse, error)
- func (s *ContentObservableServer) RegisterObserver1(_ context.Context, req *pb.RegisterObserver1Request) (*pb.RegisterObserver1Response, error)
- func (s *ContentObservableServer) RegisterObserver1_1(_ context.Context, req *pb.RegisterObserver1_1Request) (*pb.RegisterObserver1_1Response, error)
- type CrossProcessCursorWrapperServer
- func (s *CrossProcessCursorWrapperServer) FillWindow(_ context.Context, req *pb.CrossProcessCursorWrapperFillWindowRequest) (*pb.FillWindowResponse, error)
- func (s *CrossProcessCursorWrapperServer) GetWindow(_ context.Context, req *pb.CrossProcessCursorWrapperGetWindowRequest) (*pb.GetWindowResponse, error)
- func (s *CrossProcessCursorWrapperServer) NewCrossProcessCursorWrapper(_ context.Context, req *pb.NewCrossProcessCursorWrapperRequest) (*pb.NewCrossProcessCursorWrapperResponse, error)
- func (s *CrossProcessCursorWrapperServer) OnMove(_ context.Context, req *pb.CrossProcessCursorWrapperOnMoveRequest) (*pb.OnMoveResponse, error)
- type CursorJoinerServer
- func (s *CursorJoinerServer) HasNext(_ context.Context, req *pb.HasNextRequest) (*pb.HasNextResponse, error)
- func (s *CursorJoinerServer) Iterator(_ context.Context, req *pb.IteratorRequest) (*pb.IteratorResponse, error)
- func (s *CursorJoinerServer) NewCursorJoiner(_ context.Context, req *pb.NewCursorJoinerRequest) (*pb.NewCursorJoinerResponse, error)
- func (s *CursorJoinerServer) Next0(_ context.Context, req *pb.Next0Request) (*pb.Next0Response, error)
- func (s *CursorJoinerServer) Next0_1(_ context.Context, req *pb.Next0_1Request) (*pb.Next0_1Response, error)
- func (s *CursorJoinerServer) Remove(_ context.Context, req *pb.RemoveRequest) (*pb.RemoveResponse, error)
- type CursorWindowServer
- func (s *CursorWindowServer) AllocRow(_ context.Context, req *pb.AllocRowRequest) (*pb.AllocRowResponse, error)
- func (s *CursorWindowServer) Clear(_ context.Context, req *pb.ClearRequest) (*pb.ClearResponse, error)
- func (s *CursorWindowServer) CopyStringToBuffer(_ context.Context, req *pb.CursorWindowCopyStringToBufferRequest) (*pb.CopyStringToBufferResponse, error)
- func (s *CursorWindowServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *CursorWindowServer) FreeLastRow(_ context.Context, req *pb.FreeLastRowRequest) (*pb.FreeLastRowResponse, error)
- func (s *CursorWindowServer) GetBlob(_ context.Context, req *pb.CursorWindowGetBlobRequest) (*pb.GetBlobResponse, error)
- func (s *CursorWindowServer) GetDouble(_ context.Context, req *pb.CursorWindowGetDoubleRequest) (*pb.GetDoubleResponse, error)
- func (s *CursorWindowServer) GetFloat(_ context.Context, req *pb.CursorWindowGetFloatRequest) (*pb.GetFloatResponse, error)
- func (s *CursorWindowServer) GetInt(_ context.Context, req *pb.CursorWindowGetIntRequest) (*pb.GetIntResponse, error)
- func (s *CursorWindowServer) GetLong(_ context.Context, req *pb.CursorWindowGetLongRequest) (*pb.GetLongResponse, error)
- func (s *CursorWindowServer) GetNumRows(_ context.Context, req *pb.GetNumRowsRequest) (*pb.GetNumRowsResponse, error)
- func (s *CursorWindowServer) GetShort(_ context.Context, req *pb.CursorWindowGetShortRequest) (*pb.GetShortResponse, error)
- func (s *CursorWindowServer) GetStartPosition(_ context.Context, req *pb.GetStartPositionRequest) (*pb.GetStartPositionResponse, error)
- func (s *CursorWindowServer) GetString(_ context.Context, req *pb.CursorWindowGetStringRequest) (*pb.GetStringResponse, error)
- func (s *CursorWindowServer) GetType(_ context.Context, req *pb.CursorWindowGetTypeRequest) (*pb.GetTypeResponse, error)
- func (s *CursorWindowServer) IsBlob(_ context.Context, req *pb.CursorWindowIsBlobRequest) (*pb.IsBlobResponse, error)
- func (s *CursorWindowServer) IsFloat(_ context.Context, req *pb.CursorWindowIsFloatRequest) (*pb.IsFloatResponse, error)
- func (s *CursorWindowServer) IsLong(_ context.Context, req *pb.CursorWindowIsLongRequest) (*pb.IsLongResponse, error)
- func (s *CursorWindowServer) IsNull(_ context.Context, req *pb.CursorWindowIsNullRequest) (*pb.IsNullResponse, error)
- func (s *CursorWindowServer) IsString(_ context.Context, req *pb.CursorWindowIsStringRequest) (*pb.IsStringResponse, error)
- func (s *CursorWindowServer) NewCursorWindow(_ context.Context, req *pb.NewCursorWindowRequest) (*pb.NewCursorWindowResponse, error)
- func (s *CursorWindowServer) NewFromParcel(_ context.Context, req *pb.NewFromParcelRequest) (*pb.NewFromParcelResponse, error)
- func (s *CursorWindowServer) PutBlob(_ context.Context, req *pb.PutBlobRequest) (*pb.PutBlobResponse, error)
- func (s *CursorWindowServer) PutDouble(_ context.Context, req *pb.PutDoubleRequest) (*pb.PutDoubleResponse, error)
- func (s *CursorWindowServer) PutLong(_ context.Context, req *pb.PutLongRequest) (*pb.PutLongResponse, error)
- func (s *CursorWindowServer) PutNull(_ context.Context, req *pb.PutNullRequest) (*pb.PutNullResponse, error)
- func (s *CursorWindowServer) PutString(_ context.Context, req *pb.PutStringRequest) (*pb.PutStringResponse, error)
- func (s *CursorWindowServer) SetNumColumns(_ context.Context, req *pb.SetNumColumnsRequest) (*pb.SetNumColumnsResponse, error)
- func (s *CursorWindowServer) SetStartPosition(_ context.Context, req *pb.SetStartPositionRequest) (*pb.SetStartPositionResponse, error)
- func (s *CursorWindowServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- func (s *CursorWindowServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type CursorWrapperServer
- func (s *CursorWrapperServer) Close(_ context.Context, req *pb.CursorWrapperCloseRequest) (*pb.CloseResponse, error)
- func (s *CursorWrapperServer) CopyStringToBuffer(_ context.Context, req *pb.CursorWrapperCopyStringToBufferRequest) (*pb.CopyStringToBufferResponse, error)
- func (s *CursorWrapperServer) Deactivate(_ context.Context, req *pb.DeactivateRequest) (*pb.DeactivateResponse, error)
- func (s *CursorWrapperServer) GetBlob(_ context.Context, req *pb.GetBlobRequest) (*pb.GetBlobResponse, error)
- func (s *CursorWrapperServer) GetColumnCount(_ context.Context, req *pb.CursorWrapperGetColumnCountRequest) (*pb.GetColumnCountResponse, error)
- func (s *CursorWrapperServer) GetColumnIndex(_ context.Context, req *pb.CursorWrapperGetColumnIndexRequest) (*pb.GetColumnIndexResponse, error)
- func (s *CursorWrapperServer) GetColumnIndexOrThrow(_ context.Context, req *pb.CursorWrapperGetColumnIndexOrThrowRequest) (*pb.GetColumnIndexOrThrowResponse, error)
- func (s *CursorWrapperServer) GetColumnName(_ context.Context, req *pb.CursorWrapperGetColumnNameRequest) (*pb.GetColumnNameResponse, error)
- func (s *CursorWrapperServer) GetColumnNames(_ context.Context, req *pb.GetColumnNamesRequest) (*pb.GetColumnNamesResponse, error)
- func (s *CursorWrapperServer) GetCount(_ context.Context, req *pb.GetCountRequest) (*pb.GetCountResponse, error)
- func (s *CursorWrapperServer) GetDouble(_ context.Context, req *pb.GetDoubleRequest) (*pb.GetDoubleResponse, error)
- func (s *CursorWrapperServer) GetExtras(_ context.Context, req *pb.CursorWrapperGetExtrasRequest) (*pb.GetExtrasResponse, error)
- func (s *CursorWrapperServer) GetFloat(_ context.Context, req *pb.GetFloatRequest) (*pb.GetFloatResponse, error)
- func (s *CursorWrapperServer) GetInt(_ context.Context, req *pb.GetIntRequest) (*pb.GetIntResponse, error)
- func (s *CursorWrapperServer) GetLong(_ context.Context, req *pb.GetLongRequest) (*pb.GetLongResponse, error)
- func (s *CursorWrapperServer) GetNotificationUri(_ context.Context, req *pb.CursorWrapperGetNotificationUriRequest) (*pb.GetNotificationUriResponse, error)
- func (s *CursorWrapperServer) GetNotificationUris(_ context.Context, req *pb.CursorWrapperGetNotificationUrisRequest) (*pb.GetNotificationUrisResponse, error)
- func (s *CursorWrapperServer) GetPosition(_ context.Context, req *pb.CursorWrapperGetPositionRequest) (*pb.GetPositionResponse, error)
- func (s *CursorWrapperServer) GetShort(_ context.Context, req *pb.GetShortRequest) (*pb.GetShortResponse, error)
- func (s *CursorWrapperServer) GetString(_ context.Context, req *pb.GetStringRequest) (*pb.GetStringResponse, error)
- func (s *CursorWrapperServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error)
- func (s *CursorWrapperServer) GetWantsAllOnMoveCalls(_ context.Context, req *pb.CursorWrapperGetWantsAllOnMoveCallsRequest) (*pb.GetWantsAllOnMoveCallsResponse, error)
- func (s *CursorWrapperServer) GetWrappedCursor(_ context.Context, req *pb.GetWrappedCursorRequest) (*pb.GetWrappedCursorResponse, error)
- func (s *CursorWrapperServer) IsAfterLast(_ context.Context, req *pb.CursorWrapperIsAfterLastRequest) (*pb.IsAfterLastResponse, error)
- func (s *CursorWrapperServer) IsBeforeFirst(_ context.Context, req *pb.CursorWrapperIsBeforeFirstRequest) (*pb.IsBeforeFirstResponse, error)
- func (s *CursorWrapperServer) IsClosed(_ context.Context, req *pb.CursorWrapperIsClosedRequest) (*pb.IsClosedResponse, error)
- func (s *CursorWrapperServer) IsFirst(_ context.Context, req *pb.CursorWrapperIsFirstRequest) (*pb.IsFirstResponse, error)
- func (s *CursorWrapperServer) IsLast(_ context.Context, req *pb.CursorWrapperIsLastRequest) (*pb.IsLastResponse, error)
- func (s *CursorWrapperServer) IsNull(_ context.Context, req *pb.IsNullRequest) (*pb.IsNullResponse, error)
- func (s *CursorWrapperServer) Move(_ context.Context, req *pb.CursorWrapperMoveRequest) (*pb.MoveResponse, error)
- func (s *CursorWrapperServer) MoveToFirst(_ context.Context, req *pb.CursorWrapperMoveToFirstRequest) (*pb.MoveToFirstResponse, error)
- func (s *CursorWrapperServer) MoveToLast(_ context.Context, req *pb.CursorWrapperMoveToLastRequest) (*pb.MoveToLastResponse, error)
- func (s *CursorWrapperServer) MoveToNext(_ context.Context, req *pb.CursorWrapperMoveToNextRequest) (*pb.MoveToNextResponse, error)
- func (s *CursorWrapperServer) MoveToPosition(_ context.Context, req *pb.CursorWrapperMoveToPositionRequest) (*pb.MoveToPositionResponse, error)
- func (s *CursorWrapperServer) MoveToPrevious(_ context.Context, req *pb.CursorWrapperMoveToPreviousRequest) (*pb.MoveToPreviousResponse, error)
- func (s *CursorWrapperServer) NewCursorWrapper(_ context.Context, req *pb.NewCursorWrapperRequest) (*pb.NewCursorWrapperResponse, error)
- func (s *CursorWrapperServer) RegisterContentObserver(_ context.Context, req *pb.RegisterContentObserverRequest) (*pb.RegisterContentObserverResponse, error)
- func (s *CursorWrapperServer) RegisterDataSetObserver(_ context.Context, req *pb.RegisterDataSetObserverRequest) (*pb.RegisterDataSetObserverResponse, error)
- func (s *CursorWrapperServer) Requery(_ context.Context, req *pb.RequeryRequest) (*pb.RequeryResponse, error)
- func (s *CursorWrapperServer) Respond(_ context.Context, req *pb.CursorWrapperRespondRequest) (*pb.RespondResponse, error)
- func (s *CursorWrapperServer) SetExtras(_ context.Context, req *pb.CursorWrapperSetExtrasRequest) (*pb.SetExtrasResponse, error)
- func (s *CursorWrapperServer) SetNotificationUri(_ context.Context, req *pb.CursorWrapperSetNotificationUriRequest) (*pb.SetNotificationUriResponse, error)
- func (s *CursorWrapperServer) UnregisterContentObserver(_ context.Context, req *pb.UnregisterContentObserverRequest) (*pb.UnregisterContentObserverResponse, error)
- func (s *CursorWrapperServer) UnregisterDataSetObserver(_ context.Context, req *pb.UnregisterDataSetObserverRequest) (*pb.UnregisterDataSetObserverResponse, error)
- type DataSetObservableServer
- func (s *DataSetObservableServer) NewDataSetObservable(_ context.Context, req *pb.NewDataSetObservableRequest) (*pb.NewDataSetObservableResponse, error)
- func (s *DataSetObservableServer) NotifyChanged(_ context.Context, req *pb.NotifyChangedRequest) (*pb.NotifyChangedResponse, error)
- func (s *DataSetObservableServer) NotifyInvalidated(_ context.Context, req *pb.NotifyInvalidatedRequest) (*pb.NotifyInvalidatedResponse, error)
- type DefaultDatabaseErrorHandlerServer
- func (s *DefaultDatabaseErrorHandlerServer) NewDefaultDatabaseErrorHandler(_ context.Context, req *pb.NewDefaultDatabaseErrorHandlerRequest) (*pb.NewDefaultDatabaseErrorHandlerResponse, error)
- func (s *DefaultDatabaseErrorHandlerServer) OnCorruption(_ context.Context, req *pb.OnCorruptionRequest) (*pb.OnCorruptionResponse, error)
- type MatrixCursorServer
- func (s *MatrixCursorServer) AddRow(_ context.Context, req *pb.AddRowRequest) (*pb.AddRowResponse, error)
- func (s *MatrixCursorServer) GetBlob(_ context.Context, req *pb.GetBlobRequest) (*pb.GetBlobResponse, error)
- func (s *MatrixCursorServer) GetColumnNames(_ context.Context, req *pb.GetColumnNamesRequest) (*pb.GetColumnNamesResponse, error)
- func (s *MatrixCursorServer) GetCount(_ context.Context, req *pb.GetCountRequest) (*pb.GetCountResponse, error)
- func (s *MatrixCursorServer) GetDouble(_ context.Context, req *pb.GetDoubleRequest) (*pb.GetDoubleResponse, error)
- func (s *MatrixCursorServer) GetFloat(_ context.Context, req *pb.GetFloatRequest) (*pb.GetFloatResponse, error)
- func (s *MatrixCursorServer) GetInt(_ context.Context, req *pb.GetIntRequest) (*pb.GetIntResponse, error)
- func (s *MatrixCursorServer) GetLong(_ context.Context, req *pb.GetLongRequest) (*pb.GetLongResponse, error)
- func (s *MatrixCursorServer) GetShort(_ context.Context, req *pb.GetShortRequest) (*pb.GetShortResponse, error)
- func (s *MatrixCursorServer) GetString(_ context.Context, req *pb.GetStringRequest) (*pb.GetStringResponse, error)
- func (s *MatrixCursorServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error)
- func (s *MatrixCursorServer) IsNull(_ context.Context, req *pb.IsNullRequest) (*pb.IsNullResponse, error)
- func (s *MatrixCursorServer) NewMatrixCursor(_ context.Context, req *pb.NewMatrixCursorRequest) (*pb.NewMatrixCursorResponse, error)
- func (s *MatrixCursorServer) NewRow(_ context.Context, req *pb.NewRowRequest) (*pb.NewRowResponse, error)
- type MergeCursorServer
- func (s *MergeCursorServer) Close(_ context.Context, req *pb.MergeCursorCloseRequest) (*pb.CloseResponse, error)
- func (s *MergeCursorServer) Deactivate(_ context.Context, req *pb.DeactivateRequest) (*pb.DeactivateResponse, error)
- func (s *MergeCursorServer) GetBlob(_ context.Context, req *pb.GetBlobRequest) (*pb.GetBlobResponse, error)
- func (s *MergeCursorServer) GetColumnNames(_ context.Context, req *pb.GetColumnNamesRequest) (*pb.GetColumnNamesResponse, error)
- func (s *MergeCursorServer) GetCount(_ context.Context, req *pb.GetCountRequest) (*pb.GetCountResponse, error)
- func (s *MergeCursorServer) GetDouble(_ context.Context, req *pb.GetDoubleRequest) (*pb.GetDoubleResponse, error)
- func (s *MergeCursorServer) GetFloat(_ context.Context, req *pb.GetFloatRequest) (*pb.GetFloatResponse, error)
- func (s *MergeCursorServer) GetInt(_ context.Context, req *pb.GetIntRequest) (*pb.GetIntResponse, error)
- func (s *MergeCursorServer) GetLong(_ context.Context, req *pb.GetLongRequest) (*pb.GetLongResponse, error)
- func (s *MergeCursorServer) GetShort(_ context.Context, req *pb.GetShortRequest) (*pb.GetShortResponse, error)
- func (s *MergeCursorServer) GetString(_ context.Context, req *pb.GetStringRequest) (*pb.GetStringResponse, error)
- func (s *MergeCursorServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error)
- func (s *MergeCursorServer) IsNull(_ context.Context, req *pb.IsNullRequest) (*pb.IsNullResponse, error)
- func (s *MergeCursorServer) NewMergeCursor(_ context.Context, req *pb.NewMergeCursorRequest) (*pb.NewMergeCursorResponse, error)
- func (s *MergeCursorServer) OnMove(_ context.Context, req *pb.MergeCursorOnMoveRequest) (*pb.OnMoveResponse, error)
- func (s *MergeCursorServer) RegisterContentObserver(_ context.Context, req *pb.RegisterContentObserverRequest) (*pb.RegisterContentObserverResponse, error)
- func (s *MergeCursorServer) RegisterDataSetObserver(_ context.Context, req *pb.RegisterDataSetObserverRequest) (*pb.RegisterDataSetObserverResponse, error)
- func (s *MergeCursorServer) Requery(_ context.Context, req *pb.RequeryRequest) (*pb.RequeryResponse, error)
- func (s *MergeCursorServer) UnregisterContentObserver(_ context.Context, req *pb.UnregisterContentObserverRequest) (*pb.UnregisterContentObserverResponse, error)
- func (s *MergeCursorServer) UnregisterDataSetObserver(_ context.Context, req *pb.UnregisterDataSetObserverRequest) (*pb.UnregisterDataSetObserverResponse, error)
- type UtilsServer
- func (s *UtilsServer) AppendEscapedSQLString(_ context.Context, req *pb.AppendEscapedSQLStringRequest) (*pb.AppendEscapedSQLStringResponse, error)
- func (s *UtilsServer) AppendSelectionArgs(_ context.Context, req *pb.AppendSelectionArgsRequest) (*pb.AppendSelectionArgsResponse, error)
- func (s *UtilsServer) AppendValueToSql(_ context.Context, req *pb.AppendValueToSqlRequest) (*pb.AppendValueToSqlResponse, error)
- func (s *UtilsServer) BindObjectToProgram(_ context.Context, req *pb.BindObjectToProgramRequest) (*pb.BindObjectToProgramResponse, error)
- func (s *UtilsServer) BlobFileDescriptorForQuery2_1(_ context.Context, req *pb.BlobFileDescriptorForQuery2_1Request) (*pb.BlobFileDescriptorForQuery2_1Response, error)
- func (s *UtilsServer) BlobFileDescriptorForQuery3(_ context.Context, req *pb.BlobFileDescriptorForQuery3Request) (*pb.BlobFileDescriptorForQuery3Response, error)
- func (s *UtilsServer) ConcatenateWhere(_ context.Context, req *pb.ConcatenateWhereRequest) (*pb.ConcatenateWhereResponse, error)
- func (s *UtilsServer) CreateDbFromSqlStatements(_ context.Context, req *pb.CreateDbFromSqlStatementsRequest) (*pb.CreateDbFromSqlStatementsResponse, error)
- func (s *UtilsServer) CursorDoubleToContentValues(_ context.Context, req *pb.CursorDoubleToContentValuesRequest) (*pb.CursorDoubleToContentValuesResponse, error)
- func (s *UtilsServer) CursorDoubleToContentValuesIfPresent(_ context.Context, req *pb.CursorDoubleToContentValuesIfPresentRequest) (*pb.CursorDoubleToContentValuesIfPresentResponse, error)
- func (s *UtilsServer) CursorDoubleToCursorValues(_ context.Context, req *pb.CursorDoubleToCursorValuesRequest) (*pb.CursorDoubleToCursorValuesResponse, error)
- func (s *UtilsServer) CursorFloatToContentValuesIfPresent(_ context.Context, req *pb.CursorFloatToContentValuesIfPresentRequest) (*pb.CursorFloatToContentValuesIfPresentResponse, error)
- func (s *UtilsServer) CursorIntToContentValues3(_ context.Context, req *pb.CursorIntToContentValues3Request) (*pb.CursorIntToContentValues3Response, error)
- func (s *UtilsServer) CursorIntToContentValues4_1(_ context.Context, req *pb.CursorIntToContentValues4_1Request) (*pb.CursorIntToContentValues4_1Response, error)
- func (s *UtilsServer) CursorIntToContentValuesIfPresent(_ context.Context, req *pb.CursorIntToContentValuesIfPresentRequest) (*pb.CursorIntToContentValuesIfPresentResponse, error)
- func (s *UtilsServer) CursorLongToContentValues3(_ context.Context, req *pb.CursorLongToContentValues3Request) (*pb.CursorLongToContentValues3Response, error)
- func (s *UtilsServer) CursorLongToContentValues4_1(_ context.Context, req *pb.CursorLongToContentValues4_1Request) (*pb.CursorLongToContentValues4_1Response, error)
- func (s *UtilsServer) CursorLongToContentValuesIfPresent(_ context.Context, req *pb.CursorLongToContentValuesIfPresentRequest) (*pb.CursorLongToContentValuesIfPresentResponse, error)
- func (s *UtilsServer) CursorRowToContentValues(_ context.Context, req *pb.CursorRowToContentValuesRequest) (*pb.CursorRowToContentValuesResponse, error)
- func (s *UtilsServer) CursorShortToContentValuesIfPresent(_ context.Context, req *pb.CursorShortToContentValuesIfPresentRequest) (*pb.CursorShortToContentValuesIfPresentResponse, error)
- func (s *UtilsServer) CursorStringToContentValues3(_ context.Context, req *pb.CursorStringToContentValues3Request) (*pb.CursorStringToContentValues3Response, error)
- func (s *UtilsServer) CursorStringToContentValues4_1(_ context.Context, req *pb.CursorStringToContentValues4_1Request) (*pb.CursorStringToContentValues4_1Response, error)
- func (s *UtilsServer) CursorStringToContentValuesIfPresent(_ context.Context, req *pb.CursorStringToContentValuesIfPresentRequest) (*pb.CursorStringToContentValuesIfPresentResponse, error)
- func (s *UtilsServer) CursorStringToInsertHelper(_ context.Context, req *pb.CursorStringToInsertHelperRequest) (*pb.CursorStringToInsertHelperResponse, error)
- func (s *UtilsServer) DumpCurrentRow1(_ context.Context, req *pb.DumpCurrentRow1Request) (*pb.DumpCurrentRow1Response, error)
- func (s *UtilsServer) DumpCurrentRow2_1(_ context.Context, req *pb.DumpCurrentRow2_1Request) (*pb.DumpCurrentRow2_1Response, error)
- func (s *UtilsServer) DumpCurrentRow2_2(_ context.Context, req *pb.DumpCurrentRow2_2Request) (*pb.DumpCurrentRow2_2Response, error)
- func (s *UtilsServer) DumpCurrentRowToString(_ context.Context, req *pb.DumpCurrentRowToStringRequest) (*pb.DumpCurrentRowToStringResponse, error)
- func (s *UtilsServer) DumpCursor1(_ context.Context, req *pb.DumpCursor1Request) (*pb.DumpCursor1Response, error)
- func (s *UtilsServer) DumpCursor2_1(_ context.Context, req *pb.DumpCursor2_1Request) (*pb.DumpCursor2_1Response, error)
- func (s *UtilsServer) DumpCursor2_2(_ context.Context, req *pb.DumpCursor2_2Request) (*pb.DumpCursor2_2Response, error)
- func (s *UtilsServer) DumpCursorToString(_ context.Context, req *pb.DumpCursorToStringRequest) (*pb.DumpCursorToStringResponse, error)
- func (s *UtilsServer) GetCollationKey(_ context.Context, req *pb.GetCollationKeyRequest) (*pb.GetCollationKeyResponse, error)
- func (s *UtilsServer) GetHexCollationKey(_ context.Context, req *pb.GetHexCollationKeyRequest) (*pb.GetHexCollationKeyResponse, error)
- func (s *UtilsServer) GetSqlStatementType(_ context.Context, req *pb.GetSqlStatementTypeRequest) (*pb.GetSqlStatementTypeResponse, error)
- func (s *UtilsServer) LongForQuery2_1(_ context.Context, req *pb.LongForQuery2_1Request) (*pb.LongForQuery2_1Response, error)
- func (s *UtilsServer) LongForQuery3(_ context.Context, req *pb.LongForQuery3Request) (*pb.LongForQuery3Response, error)
- func (s *UtilsServer) NewUtils(_ context.Context, req *pb.NewUtilsRequest) (*pb.NewUtilsResponse, error)
- func (s *UtilsServer) QueryNumEntries2(_ context.Context, req *pb.QueryNumEntries2Request) (*pb.QueryNumEntries2Response, error)
- func (s *UtilsServer) QueryNumEntries3_1(_ context.Context, req *pb.QueryNumEntries3_1Request) (*pb.QueryNumEntries3_1Response, error)
- func (s *UtilsServer) QueryNumEntries4_2(_ context.Context, req *pb.QueryNumEntries4_2Request) (*pb.QueryNumEntries4_2Response, error)
- func (s *UtilsServer) ReadExceptionFromParcel(_ context.Context, req *pb.ReadExceptionFromParcelRequest) (*pb.ReadExceptionFromParcelResponse, error)
- func (s *UtilsServer) ReadExceptionWithFileNotFoundExceptionFromParcel(_ context.Context, ...) (*pb.ReadExceptionWithFileNotFoundExceptionFromParcelResponse, error)
- func (s *UtilsServer) ReadExceptionWithOperationApplicationExceptionFromParcel(_ context.Context, ...) (*pb.ReadExceptionWithOperationApplicationExceptionFromParcelResponse, error)
- func (s *UtilsServer) SqlEscapeString(_ context.Context, req *pb.SqlEscapeStringRequest) (*pb.SqlEscapeStringResponse, error)
- func (s *UtilsServer) StringForQuery2_1(_ context.Context, req *pb.StringForQuery2_1Request) (*pb.StringForQuery2_1Response, error)
- func (s *UtilsServer) StringForQuery3(_ context.Context, req *pb.StringForQuery3Request) (*pb.StringForQuery3Response, error)
- func (s *UtilsServer) WriteExceptionToParcel(_ context.Context, req *pb.WriteExceptionToParcelRequest) (*pb.WriteExceptionToParcelResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContentObservableServer ¶
type ContentObservableServer struct {
pb.UnimplementedContentObservableServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ContentObservableServer implements pb.ContentObservableServiceServer.
func (*ContentObservableServer) DispatchChange1 ¶
func (s *ContentObservableServer) DispatchChange1(_ context.Context, req *pb.ContentObservableDispatchChange1Request) (*pb.DispatchChange1Response, error)
func (*ContentObservableServer) DispatchChange2_1 ¶
func (s *ContentObservableServer) DispatchChange2_1(_ context.Context, req *pb.ContentObservableDispatchChange2_1Request) (*pb.DispatchChange2_1Response, error)
func (*ContentObservableServer) NewContentObservable ¶
func (s *ContentObservableServer) NewContentObservable(_ context.Context, req *pb.NewContentObservableRequest) (*pb.NewContentObservableResponse, error)
func (*ContentObservableServer) NotifyChange ¶
func (s *ContentObservableServer) NotifyChange(_ context.Context, req *pb.NotifyChangeRequest) (*pb.NotifyChangeResponse, error)
func (*ContentObservableServer) RegisterObserver1 ¶
func (s *ContentObservableServer) RegisterObserver1(_ context.Context, req *pb.RegisterObserver1Request) (*pb.RegisterObserver1Response, error)
func (*ContentObservableServer) RegisterObserver1_1 ¶
func (s *ContentObservableServer) RegisterObserver1_1(_ context.Context, req *pb.RegisterObserver1_1Request) (*pb.RegisterObserver1_1Response, error)
type CrossProcessCursorWrapperServer ¶
type CrossProcessCursorWrapperServer struct {
pb.UnimplementedCrossProcessCursorWrapperServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
CrossProcessCursorWrapperServer implements pb.CrossProcessCursorWrapperServiceServer.
func (*CrossProcessCursorWrapperServer) FillWindow ¶
func (s *CrossProcessCursorWrapperServer) FillWindow(_ context.Context, req *pb.CrossProcessCursorWrapperFillWindowRequest) (*pb.FillWindowResponse, error)
func (*CrossProcessCursorWrapperServer) GetWindow ¶
func (s *CrossProcessCursorWrapperServer) GetWindow(_ context.Context, req *pb.CrossProcessCursorWrapperGetWindowRequest) (*pb.GetWindowResponse, error)
func (*CrossProcessCursorWrapperServer) NewCrossProcessCursorWrapper ¶
func (s *CrossProcessCursorWrapperServer) NewCrossProcessCursorWrapper(_ context.Context, req *pb.NewCrossProcessCursorWrapperRequest) (*pb.NewCrossProcessCursorWrapperResponse, error)
func (*CrossProcessCursorWrapperServer) OnMove ¶
func (s *CrossProcessCursorWrapperServer) OnMove(_ context.Context, req *pb.CrossProcessCursorWrapperOnMoveRequest) (*pb.OnMoveResponse, error)
type CursorJoinerServer ¶
type CursorJoinerServer struct {
pb.UnimplementedCursorJoinerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
CursorJoinerServer implements pb.CursorJoinerServiceServer.
func (*CursorJoinerServer) HasNext ¶
func (s *CursorJoinerServer) HasNext(_ context.Context, req *pb.HasNextRequest) (*pb.HasNextResponse, error)
func (*CursorJoinerServer) Iterator ¶
func (s *CursorJoinerServer) Iterator(_ context.Context, req *pb.IteratorRequest) (*pb.IteratorResponse, error)
func (*CursorJoinerServer) NewCursorJoiner ¶
func (s *CursorJoinerServer) NewCursorJoiner(_ context.Context, req *pb.NewCursorJoinerRequest) (*pb.NewCursorJoinerResponse, error)
func (*CursorJoinerServer) Next0 ¶
func (s *CursorJoinerServer) Next0(_ context.Context, req *pb.Next0Request) (*pb.Next0Response, error)
func (*CursorJoinerServer) Next0_1 ¶
func (s *CursorJoinerServer) Next0_1(_ context.Context, req *pb.Next0_1Request) (*pb.Next0_1Response, error)
func (*CursorJoinerServer) Remove ¶
func (s *CursorJoinerServer) Remove(_ context.Context, req *pb.RemoveRequest) (*pb.RemoveResponse, error)
type CursorWindowServer ¶
type CursorWindowServer struct {
pb.UnimplementedCursorWindowServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
CursorWindowServer implements pb.CursorWindowServiceServer.
func (*CursorWindowServer) AllocRow ¶
func (s *CursorWindowServer) AllocRow(_ context.Context, req *pb.AllocRowRequest) (*pb.AllocRowResponse, error)
func (*CursorWindowServer) Clear ¶
func (s *CursorWindowServer) Clear(_ context.Context, req *pb.ClearRequest) (*pb.ClearResponse, error)
func (*CursorWindowServer) CopyStringToBuffer ¶
func (s *CursorWindowServer) CopyStringToBuffer(_ context.Context, req *pb.CursorWindowCopyStringToBufferRequest) (*pb.CopyStringToBufferResponse, error)
func (*CursorWindowServer) DescribeContents ¶
func (s *CursorWindowServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*CursorWindowServer) FreeLastRow ¶
func (s *CursorWindowServer) FreeLastRow(_ context.Context, req *pb.FreeLastRowRequest) (*pb.FreeLastRowResponse, error)
func (*CursorWindowServer) GetBlob ¶
func (s *CursorWindowServer) GetBlob(_ context.Context, req *pb.CursorWindowGetBlobRequest) (*pb.GetBlobResponse, error)
func (*CursorWindowServer) GetDouble ¶
func (s *CursorWindowServer) GetDouble(_ context.Context, req *pb.CursorWindowGetDoubleRequest) (*pb.GetDoubleResponse, error)
func (*CursorWindowServer) GetFloat ¶
func (s *CursorWindowServer) GetFloat(_ context.Context, req *pb.CursorWindowGetFloatRequest) (*pb.GetFloatResponse, error)
func (*CursorWindowServer) GetInt ¶
func (s *CursorWindowServer) GetInt(_ context.Context, req *pb.CursorWindowGetIntRequest) (*pb.GetIntResponse, error)
func (*CursorWindowServer) GetLong ¶
func (s *CursorWindowServer) GetLong(_ context.Context, req *pb.CursorWindowGetLongRequest) (*pb.GetLongResponse, error)
func (*CursorWindowServer) GetNumRows ¶
func (s *CursorWindowServer) GetNumRows(_ context.Context, req *pb.GetNumRowsRequest) (*pb.GetNumRowsResponse, error)
func (*CursorWindowServer) GetShort ¶
func (s *CursorWindowServer) GetShort(_ context.Context, req *pb.CursorWindowGetShortRequest) (*pb.GetShortResponse, error)
func (*CursorWindowServer) GetStartPosition ¶
func (s *CursorWindowServer) GetStartPosition(_ context.Context, req *pb.GetStartPositionRequest) (*pb.GetStartPositionResponse, error)
func (*CursorWindowServer) GetString ¶
func (s *CursorWindowServer) GetString(_ context.Context, req *pb.CursorWindowGetStringRequest) (*pb.GetStringResponse, error)
func (*CursorWindowServer) GetType ¶
func (s *CursorWindowServer) GetType(_ context.Context, req *pb.CursorWindowGetTypeRequest) (*pb.GetTypeResponse, error)
func (*CursorWindowServer) IsBlob ¶
func (s *CursorWindowServer) IsBlob(_ context.Context, req *pb.CursorWindowIsBlobRequest) (*pb.IsBlobResponse, error)
func (*CursorWindowServer) IsFloat ¶
func (s *CursorWindowServer) IsFloat(_ context.Context, req *pb.CursorWindowIsFloatRequest) (*pb.IsFloatResponse, error)
func (*CursorWindowServer) IsLong ¶
func (s *CursorWindowServer) IsLong(_ context.Context, req *pb.CursorWindowIsLongRequest) (*pb.IsLongResponse, error)
func (*CursorWindowServer) IsNull ¶
func (s *CursorWindowServer) IsNull(_ context.Context, req *pb.CursorWindowIsNullRequest) (*pb.IsNullResponse, error)
func (*CursorWindowServer) IsString ¶
func (s *CursorWindowServer) IsString(_ context.Context, req *pb.CursorWindowIsStringRequest) (*pb.IsStringResponse, error)
func (*CursorWindowServer) NewCursorWindow ¶
func (s *CursorWindowServer) NewCursorWindow(_ context.Context, req *pb.NewCursorWindowRequest) (*pb.NewCursorWindowResponse, error)
func (*CursorWindowServer) NewFromParcel ¶
func (s *CursorWindowServer) NewFromParcel(_ context.Context, req *pb.NewFromParcelRequest) (*pb.NewFromParcelResponse, error)
func (*CursorWindowServer) PutBlob ¶
func (s *CursorWindowServer) PutBlob(_ context.Context, req *pb.PutBlobRequest) (*pb.PutBlobResponse, error)
func (*CursorWindowServer) PutDouble ¶
func (s *CursorWindowServer) PutDouble(_ context.Context, req *pb.PutDoubleRequest) (*pb.PutDoubleResponse, error)
func (*CursorWindowServer) PutLong ¶
func (s *CursorWindowServer) PutLong(_ context.Context, req *pb.PutLongRequest) (*pb.PutLongResponse, error)
func (*CursorWindowServer) PutNull ¶
func (s *CursorWindowServer) PutNull(_ context.Context, req *pb.PutNullRequest) (*pb.PutNullResponse, error)
func (*CursorWindowServer) PutString ¶
func (s *CursorWindowServer) PutString(_ context.Context, req *pb.PutStringRequest) (*pb.PutStringResponse, error)
func (*CursorWindowServer) SetNumColumns ¶
func (s *CursorWindowServer) SetNumColumns(_ context.Context, req *pb.SetNumColumnsRequest) (*pb.SetNumColumnsResponse, error)
func (*CursorWindowServer) SetStartPosition ¶
func (s *CursorWindowServer) SetStartPosition(_ context.Context, req *pb.SetStartPositionRequest) (*pb.SetStartPositionResponse, error)
func (*CursorWindowServer) ToString ¶
func (s *CursorWindowServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
func (*CursorWindowServer) WriteToParcel ¶
func (s *CursorWindowServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type CursorWrapperServer ¶
type CursorWrapperServer struct {
pb.UnimplementedCursorWrapperServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
CursorWrapperServer implements pb.CursorWrapperServiceServer.
func (*CursorWrapperServer) Close ¶
func (s *CursorWrapperServer) Close(_ context.Context, req *pb.CursorWrapperCloseRequest) (*pb.CloseResponse, error)
func (*CursorWrapperServer) CopyStringToBuffer ¶
func (s *CursorWrapperServer) CopyStringToBuffer(_ context.Context, req *pb.CursorWrapperCopyStringToBufferRequest) (*pb.CopyStringToBufferResponse, error)
func (*CursorWrapperServer) Deactivate ¶
func (s *CursorWrapperServer) Deactivate(_ context.Context, req *pb.DeactivateRequest) (*pb.DeactivateResponse, error)
func (*CursorWrapperServer) GetBlob ¶
func (s *CursorWrapperServer) GetBlob(_ context.Context, req *pb.GetBlobRequest) (*pb.GetBlobResponse, error)
func (*CursorWrapperServer) GetColumnCount ¶
func (s *CursorWrapperServer) GetColumnCount(_ context.Context, req *pb.CursorWrapperGetColumnCountRequest) (*pb.GetColumnCountResponse, error)
func (*CursorWrapperServer) GetColumnIndex ¶
func (s *CursorWrapperServer) GetColumnIndex(_ context.Context, req *pb.CursorWrapperGetColumnIndexRequest) (*pb.GetColumnIndexResponse, error)
func (*CursorWrapperServer) GetColumnIndexOrThrow ¶
func (s *CursorWrapperServer) GetColumnIndexOrThrow(_ context.Context, req *pb.CursorWrapperGetColumnIndexOrThrowRequest) (*pb.GetColumnIndexOrThrowResponse, error)
func (*CursorWrapperServer) GetColumnName ¶
func (s *CursorWrapperServer) GetColumnName(_ context.Context, req *pb.CursorWrapperGetColumnNameRequest) (*pb.GetColumnNameResponse, error)
func (*CursorWrapperServer) GetColumnNames ¶
func (s *CursorWrapperServer) GetColumnNames(_ context.Context, req *pb.GetColumnNamesRequest) (*pb.GetColumnNamesResponse, error)
func (*CursorWrapperServer) GetCount ¶
func (s *CursorWrapperServer) GetCount(_ context.Context, req *pb.GetCountRequest) (*pb.GetCountResponse, error)
func (*CursorWrapperServer) GetDouble ¶
func (s *CursorWrapperServer) GetDouble(_ context.Context, req *pb.GetDoubleRequest) (*pb.GetDoubleResponse, error)
func (*CursorWrapperServer) GetExtras ¶
func (s *CursorWrapperServer) GetExtras(_ context.Context, req *pb.CursorWrapperGetExtrasRequest) (*pb.GetExtrasResponse, error)
func (*CursorWrapperServer) GetFloat ¶
func (s *CursorWrapperServer) GetFloat(_ context.Context, req *pb.GetFloatRequest) (*pb.GetFloatResponse, error)
func (*CursorWrapperServer) GetInt ¶
func (s *CursorWrapperServer) GetInt(_ context.Context, req *pb.GetIntRequest) (*pb.GetIntResponse, error)
func (*CursorWrapperServer) GetLong ¶
func (s *CursorWrapperServer) GetLong(_ context.Context, req *pb.GetLongRequest) (*pb.GetLongResponse, error)
func (*CursorWrapperServer) GetNotificationUri ¶
func (s *CursorWrapperServer) GetNotificationUri(_ context.Context, req *pb.CursorWrapperGetNotificationUriRequest) (*pb.GetNotificationUriResponse, error)
func (*CursorWrapperServer) GetNotificationUris ¶
func (s *CursorWrapperServer) GetNotificationUris(_ context.Context, req *pb.CursorWrapperGetNotificationUrisRequest) (*pb.GetNotificationUrisResponse, error)
func (*CursorWrapperServer) GetPosition ¶
func (s *CursorWrapperServer) GetPosition(_ context.Context, req *pb.CursorWrapperGetPositionRequest) (*pb.GetPositionResponse, error)
func (*CursorWrapperServer) GetShort ¶
func (s *CursorWrapperServer) GetShort(_ context.Context, req *pb.GetShortRequest) (*pb.GetShortResponse, error)
func (*CursorWrapperServer) GetString ¶
func (s *CursorWrapperServer) GetString(_ context.Context, req *pb.GetStringRequest) (*pb.GetStringResponse, error)
func (*CursorWrapperServer) GetType ¶
func (s *CursorWrapperServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error)
func (*CursorWrapperServer) GetWantsAllOnMoveCalls ¶
func (s *CursorWrapperServer) GetWantsAllOnMoveCalls(_ context.Context, req *pb.CursorWrapperGetWantsAllOnMoveCallsRequest) (*pb.GetWantsAllOnMoveCallsResponse, error)
func (*CursorWrapperServer) GetWrappedCursor ¶
func (s *CursorWrapperServer) GetWrappedCursor(_ context.Context, req *pb.GetWrappedCursorRequest) (*pb.GetWrappedCursorResponse, error)
func (*CursorWrapperServer) IsAfterLast ¶
func (s *CursorWrapperServer) IsAfterLast(_ context.Context, req *pb.CursorWrapperIsAfterLastRequest) (*pb.IsAfterLastResponse, error)
func (*CursorWrapperServer) IsBeforeFirst ¶
func (s *CursorWrapperServer) IsBeforeFirst(_ context.Context, req *pb.CursorWrapperIsBeforeFirstRequest) (*pb.IsBeforeFirstResponse, error)
func (*CursorWrapperServer) IsClosed ¶
func (s *CursorWrapperServer) IsClosed(_ context.Context, req *pb.CursorWrapperIsClosedRequest) (*pb.IsClosedResponse, error)
func (*CursorWrapperServer) IsFirst ¶
func (s *CursorWrapperServer) IsFirst(_ context.Context, req *pb.CursorWrapperIsFirstRequest) (*pb.IsFirstResponse, error)
func (*CursorWrapperServer) IsLast ¶
func (s *CursorWrapperServer) IsLast(_ context.Context, req *pb.CursorWrapperIsLastRequest) (*pb.IsLastResponse, error)
func (*CursorWrapperServer) IsNull ¶
func (s *CursorWrapperServer) IsNull(_ context.Context, req *pb.IsNullRequest) (*pb.IsNullResponse, error)
func (*CursorWrapperServer) Move ¶
func (s *CursorWrapperServer) Move(_ context.Context, req *pb.CursorWrapperMoveRequest) (*pb.MoveResponse, error)
func (*CursorWrapperServer) MoveToFirst ¶
func (s *CursorWrapperServer) MoveToFirst(_ context.Context, req *pb.CursorWrapperMoveToFirstRequest) (*pb.MoveToFirstResponse, error)
func (*CursorWrapperServer) MoveToLast ¶
func (s *CursorWrapperServer) MoveToLast(_ context.Context, req *pb.CursorWrapperMoveToLastRequest) (*pb.MoveToLastResponse, error)
func (*CursorWrapperServer) MoveToNext ¶
func (s *CursorWrapperServer) MoveToNext(_ context.Context, req *pb.CursorWrapperMoveToNextRequest) (*pb.MoveToNextResponse, error)
func (*CursorWrapperServer) MoveToPosition ¶
func (s *CursorWrapperServer) MoveToPosition(_ context.Context, req *pb.CursorWrapperMoveToPositionRequest) (*pb.MoveToPositionResponse, error)
func (*CursorWrapperServer) MoveToPrevious ¶
func (s *CursorWrapperServer) MoveToPrevious(_ context.Context, req *pb.CursorWrapperMoveToPreviousRequest) (*pb.MoveToPreviousResponse, error)
func (*CursorWrapperServer) NewCursorWrapper ¶
func (s *CursorWrapperServer) NewCursorWrapper(_ context.Context, req *pb.NewCursorWrapperRequest) (*pb.NewCursorWrapperResponse, error)
func (*CursorWrapperServer) RegisterContentObserver ¶
func (s *CursorWrapperServer) RegisterContentObserver(_ context.Context, req *pb.RegisterContentObserverRequest) (*pb.RegisterContentObserverResponse, error)
func (*CursorWrapperServer) RegisterDataSetObserver ¶
func (s *CursorWrapperServer) RegisterDataSetObserver(_ context.Context, req *pb.RegisterDataSetObserverRequest) (*pb.RegisterDataSetObserverResponse, error)
func (*CursorWrapperServer) Requery ¶
func (s *CursorWrapperServer) Requery(_ context.Context, req *pb.RequeryRequest) (*pb.RequeryResponse, error)
func (*CursorWrapperServer) Respond ¶
func (s *CursorWrapperServer) Respond(_ context.Context, req *pb.CursorWrapperRespondRequest) (*pb.RespondResponse, error)
func (*CursorWrapperServer) SetExtras ¶
func (s *CursorWrapperServer) SetExtras(_ context.Context, req *pb.CursorWrapperSetExtrasRequest) (*pb.SetExtrasResponse, error)
func (*CursorWrapperServer) SetNotificationUri ¶
func (s *CursorWrapperServer) SetNotificationUri(_ context.Context, req *pb.CursorWrapperSetNotificationUriRequest) (*pb.SetNotificationUriResponse, error)
func (*CursorWrapperServer) UnregisterContentObserver ¶
func (s *CursorWrapperServer) UnregisterContentObserver(_ context.Context, req *pb.UnregisterContentObserverRequest) (*pb.UnregisterContentObserverResponse, error)
func (*CursorWrapperServer) UnregisterDataSetObserver ¶
func (s *CursorWrapperServer) UnregisterDataSetObserver(_ context.Context, req *pb.UnregisterDataSetObserverRequest) (*pb.UnregisterDataSetObserverResponse, error)
type DataSetObservableServer ¶
type DataSetObservableServer struct {
pb.UnimplementedDataSetObservableServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
DataSetObservableServer implements pb.DataSetObservableServiceServer.
func (*DataSetObservableServer) NewDataSetObservable ¶
func (s *DataSetObservableServer) NewDataSetObservable(_ context.Context, req *pb.NewDataSetObservableRequest) (*pb.NewDataSetObservableResponse, error)
func (*DataSetObservableServer) NotifyChanged ¶
func (s *DataSetObservableServer) NotifyChanged(_ context.Context, req *pb.NotifyChangedRequest) (*pb.NotifyChangedResponse, error)
func (*DataSetObservableServer) NotifyInvalidated ¶
func (s *DataSetObservableServer) NotifyInvalidated(_ context.Context, req *pb.NotifyInvalidatedRequest) (*pb.NotifyInvalidatedResponse, error)
type DefaultDatabaseErrorHandlerServer ¶
type DefaultDatabaseErrorHandlerServer struct {
pb.UnimplementedDefaultDatabaseErrorHandlerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
DefaultDatabaseErrorHandlerServer implements pb.DefaultDatabaseErrorHandlerServiceServer.
func (*DefaultDatabaseErrorHandlerServer) NewDefaultDatabaseErrorHandler ¶
func (s *DefaultDatabaseErrorHandlerServer) NewDefaultDatabaseErrorHandler(_ context.Context, req *pb.NewDefaultDatabaseErrorHandlerRequest) (*pb.NewDefaultDatabaseErrorHandlerResponse, error)
func (*DefaultDatabaseErrorHandlerServer) OnCorruption ¶
func (s *DefaultDatabaseErrorHandlerServer) OnCorruption(_ context.Context, req *pb.OnCorruptionRequest) (*pb.OnCorruptionResponse, error)
type MatrixCursorServer ¶
type MatrixCursorServer struct {
pb.UnimplementedMatrixCursorServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
MatrixCursorServer implements pb.MatrixCursorServiceServer.
func (*MatrixCursorServer) AddRow ¶
func (s *MatrixCursorServer) AddRow(_ context.Context, req *pb.AddRowRequest) (*pb.AddRowResponse, error)
func (*MatrixCursorServer) GetBlob ¶
func (s *MatrixCursorServer) GetBlob(_ context.Context, req *pb.GetBlobRequest) (*pb.GetBlobResponse, error)
func (*MatrixCursorServer) GetColumnNames ¶
func (s *MatrixCursorServer) GetColumnNames(_ context.Context, req *pb.GetColumnNamesRequest) (*pb.GetColumnNamesResponse, error)
func (*MatrixCursorServer) GetCount ¶
func (s *MatrixCursorServer) GetCount(_ context.Context, req *pb.GetCountRequest) (*pb.GetCountResponse, error)
func (*MatrixCursorServer) GetDouble ¶
func (s *MatrixCursorServer) GetDouble(_ context.Context, req *pb.GetDoubleRequest) (*pb.GetDoubleResponse, error)
func (*MatrixCursorServer) GetFloat ¶
func (s *MatrixCursorServer) GetFloat(_ context.Context, req *pb.GetFloatRequest) (*pb.GetFloatResponse, error)
func (*MatrixCursorServer) GetInt ¶
func (s *MatrixCursorServer) GetInt(_ context.Context, req *pb.GetIntRequest) (*pb.GetIntResponse, error)
func (*MatrixCursorServer) GetLong ¶
func (s *MatrixCursorServer) GetLong(_ context.Context, req *pb.GetLongRequest) (*pb.GetLongResponse, error)
func (*MatrixCursorServer) GetShort ¶
func (s *MatrixCursorServer) GetShort(_ context.Context, req *pb.GetShortRequest) (*pb.GetShortResponse, error)
func (*MatrixCursorServer) GetString ¶
func (s *MatrixCursorServer) GetString(_ context.Context, req *pb.GetStringRequest) (*pb.GetStringResponse, error)
func (*MatrixCursorServer) GetType ¶
func (s *MatrixCursorServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error)
func (*MatrixCursorServer) IsNull ¶
func (s *MatrixCursorServer) IsNull(_ context.Context, req *pb.IsNullRequest) (*pb.IsNullResponse, error)
func (*MatrixCursorServer) NewMatrixCursor ¶
func (s *MatrixCursorServer) NewMatrixCursor(_ context.Context, req *pb.NewMatrixCursorRequest) (*pb.NewMatrixCursorResponse, error)
func (*MatrixCursorServer) NewRow ¶
func (s *MatrixCursorServer) NewRow(_ context.Context, req *pb.NewRowRequest) (*pb.NewRowResponse, error)
type MergeCursorServer ¶
type MergeCursorServer struct {
pb.UnimplementedMergeCursorServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
MergeCursorServer implements pb.MergeCursorServiceServer.
func (*MergeCursorServer) Close ¶
func (s *MergeCursorServer) Close(_ context.Context, req *pb.MergeCursorCloseRequest) (*pb.CloseResponse, error)
func (*MergeCursorServer) Deactivate ¶
func (s *MergeCursorServer) Deactivate(_ context.Context, req *pb.DeactivateRequest) (*pb.DeactivateResponse, error)
func (*MergeCursorServer) GetBlob ¶
func (s *MergeCursorServer) GetBlob(_ context.Context, req *pb.GetBlobRequest) (*pb.GetBlobResponse, error)
func (*MergeCursorServer) GetColumnNames ¶
func (s *MergeCursorServer) GetColumnNames(_ context.Context, req *pb.GetColumnNamesRequest) (*pb.GetColumnNamesResponse, error)
func (*MergeCursorServer) GetCount ¶
func (s *MergeCursorServer) GetCount(_ context.Context, req *pb.GetCountRequest) (*pb.GetCountResponse, error)
func (*MergeCursorServer) GetDouble ¶
func (s *MergeCursorServer) GetDouble(_ context.Context, req *pb.GetDoubleRequest) (*pb.GetDoubleResponse, error)
func (*MergeCursorServer) GetFloat ¶
func (s *MergeCursorServer) GetFloat(_ context.Context, req *pb.GetFloatRequest) (*pb.GetFloatResponse, error)
func (*MergeCursorServer) GetInt ¶
func (s *MergeCursorServer) GetInt(_ context.Context, req *pb.GetIntRequest) (*pb.GetIntResponse, error)
func (*MergeCursorServer) GetLong ¶
func (s *MergeCursorServer) GetLong(_ context.Context, req *pb.GetLongRequest) (*pb.GetLongResponse, error)
func (*MergeCursorServer) GetShort ¶
func (s *MergeCursorServer) GetShort(_ context.Context, req *pb.GetShortRequest) (*pb.GetShortResponse, error)
func (*MergeCursorServer) GetString ¶
func (s *MergeCursorServer) GetString(_ context.Context, req *pb.GetStringRequest) (*pb.GetStringResponse, error)
func (*MergeCursorServer) GetType ¶
func (s *MergeCursorServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error)
func (*MergeCursorServer) IsNull ¶
func (s *MergeCursorServer) IsNull(_ context.Context, req *pb.IsNullRequest) (*pb.IsNullResponse, error)
func (*MergeCursorServer) NewMergeCursor ¶
func (s *MergeCursorServer) NewMergeCursor(_ context.Context, req *pb.NewMergeCursorRequest) (*pb.NewMergeCursorResponse, error)
func (*MergeCursorServer) OnMove ¶
func (s *MergeCursorServer) OnMove(_ context.Context, req *pb.MergeCursorOnMoveRequest) (*pb.OnMoveResponse, error)
func (*MergeCursorServer) RegisterContentObserver ¶
func (s *MergeCursorServer) RegisterContentObserver(_ context.Context, req *pb.RegisterContentObserverRequest) (*pb.RegisterContentObserverResponse, error)
func (*MergeCursorServer) RegisterDataSetObserver ¶
func (s *MergeCursorServer) RegisterDataSetObserver(_ context.Context, req *pb.RegisterDataSetObserverRequest) (*pb.RegisterDataSetObserverResponse, error)
func (*MergeCursorServer) Requery ¶
func (s *MergeCursorServer) Requery(_ context.Context, req *pb.RequeryRequest) (*pb.RequeryResponse, error)
func (*MergeCursorServer) UnregisterContentObserver ¶
func (s *MergeCursorServer) UnregisterContentObserver(_ context.Context, req *pb.UnregisterContentObserverRequest) (*pb.UnregisterContentObserverResponse, error)
func (*MergeCursorServer) UnregisterDataSetObserver ¶
func (s *MergeCursorServer) UnregisterDataSetObserver(_ context.Context, req *pb.UnregisterDataSetObserverRequest) (*pb.UnregisterDataSetObserverResponse, error)
type UtilsServer ¶
type UtilsServer struct {
pb.UnimplementedUtilsServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
UtilsServer implements pb.UtilsServiceServer.
func (*UtilsServer) AppendEscapedSQLString ¶
func (s *UtilsServer) AppendEscapedSQLString(_ context.Context, req *pb.AppendEscapedSQLStringRequest) (*pb.AppendEscapedSQLStringResponse, error)
func (*UtilsServer) AppendSelectionArgs ¶
func (s *UtilsServer) AppendSelectionArgs(_ context.Context, req *pb.AppendSelectionArgsRequest) (*pb.AppendSelectionArgsResponse, error)
func (*UtilsServer) AppendValueToSql ¶
func (s *UtilsServer) AppendValueToSql(_ context.Context, req *pb.AppendValueToSqlRequest) (*pb.AppendValueToSqlResponse, error)
func (*UtilsServer) BindObjectToProgram ¶
func (s *UtilsServer) BindObjectToProgram(_ context.Context, req *pb.BindObjectToProgramRequest) (*pb.BindObjectToProgramResponse, error)
func (*UtilsServer) BlobFileDescriptorForQuery2_1 ¶
func (s *UtilsServer) BlobFileDescriptorForQuery2_1(_ context.Context, req *pb.BlobFileDescriptorForQuery2_1Request) (*pb.BlobFileDescriptorForQuery2_1Response, error)
func (*UtilsServer) BlobFileDescriptorForQuery3 ¶
func (s *UtilsServer) BlobFileDescriptorForQuery3(_ context.Context, req *pb.BlobFileDescriptorForQuery3Request) (*pb.BlobFileDescriptorForQuery3Response, error)
func (*UtilsServer) ConcatenateWhere ¶
func (s *UtilsServer) ConcatenateWhere(_ context.Context, req *pb.ConcatenateWhereRequest) (*pb.ConcatenateWhereResponse, error)
func (*UtilsServer) CreateDbFromSqlStatements ¶
func (s *UtilsServer) CreateDbFromSqlStatements(_ context.Context, req *pb.CreateDbFromSqlStatementsRequest) (*pb.CreateDbFromSqlStatementsResponse, error)
func (*UtilsServer) CursorDoubleToContentValues ¶
func (s *UtilsServer) CursorDoubleToContentValues(_ context.Context, req *pb.CursorDoubleToContentValuesRequest) (*pb.CursorDoubleToContentValuesResponse, error)
func (*UtilsServer) CursorDoubleToContentValuesIfPresent ¶
func (s *UtilsServer) CursorDoubleToContentValuesIfPresent(_ context.Context, req *pb.CursorDoubleToContentValuesIfPresentRequest) (*pb.CursorDoubleToContentValuesIfPresentResponse, error)
func (*UtilsServer) CursorDoubleToCursorValues ¶
func (s *UtilsServer) CursorDoubleToCursorValues(_ context.Context, req *pb.CursorDoubleToCursorValuesRequest) (*pb.CursorDoubleToCursorValuesResponse, error)
func (*UtilsServer) CursorFloatToContentValuesIfPresent ¶
func (s *UtilsServer) CursorFloatToContentValuesIfPresent(_ context.Context, req *pb.CursorFloatToContentValuesIfPresentRequest) (*pb.CursorFloatToContentValuesIfPresentResponse, error)
func (*UtilsServer) CursorIntToContentValues3 ¶
func (s *UtilsServer) CursorIntToContentValues3(_ context.Context, req *pb.CursorIntToContentValues3Request) (*pb.CursorIntToContentValues3Response, error)
func (*UtilsServer) CursorIntToContentValues4_1 ¶
func (s *UtilsServer) CursorIntToContentValues4_1(_ context.Context, req *pb.CursorIntToContentValues4_1Request) (*pb.CursorIntToContentValues4_1Response, error)
func (*UtilsServer) CursorIntToContentValuesIfPresent ¶
func (s *UtilsServer) CursorIntToContentValuesIfPresent(_ context.Context, req *pb.CursorIntToContentValuesIfPresentRequest) (*pb.CursorIntToContentValuesIfPresentResponse, error)
func (*UtilsServer) CursorLongToContentValues3 ¶
func (s *UtilsServer) CursorLongToContentValues3(_ context.Context, req *pb.CursorLongToContentValues3Request) (*pb.CursorLongToContentValues3Response, error)
func (*UtilsServer) CursorLongToContentValues4_1 ¶
func (s *UtilsServer) CursorLongToContentValues4_1(_ context.Context, req *pb.CursorLongToContentValues4_1Request) (*pb.CursorLongToContentValues4_1Response, error)
func (*UtilsServer) CursorLongToContentValuesIfPresent ¶
func (s *UtilsServer) CursorLongToContentValuesIfPresent(_ context.Context, req *pb.CursorLongToContentValuesIfPresentRequest) (*pb.CursorLongToContentValuesIfPresentResponse, error)
func (*UtilsServer) CursorRowToContentValues ¶
func (s *UtilsServer) CursorRowToContentValues(_ context.Context, req *pb.CursorRowToContentValuesRequest) (*pb.CursorRowToContentValuesResponse, error)
func (*UtilsServer) CursorShortToContentValuesIfPresent ¶
func (s *UtilsServer) CursorShortToContentValuesIfPresent(_ context.Context, req *pb.CursorShortToContentValuesIfPresentRequest) (*pb.CursorShortToContentValuesIfPresentResponse, error)
func (*UtilsServer) CursorStringToContentValues3 ¶
func (s *UtilsServer) CursorStringToContentValues3(_ context.Context, req *pb.CursorStringToContentValues3Request) (*pb.CursorStringToContentValues3Response, error)
func (*UtilsServer) CursorStringToContentValues4_1 ¶
func (s *UtilsServer) CursorStringToContentValues4_1(_ context.Context, req *pb.CursorStringToContentValues4_1Request) (*pb.CursorStringToContentValues4_1Response, error)
func (*UtilsServer) CursorStringToContentValuesIfPresent ¶
func (s *UtilsServer) CursorStringToContentValuesIfPresent(_ context.Context, req *pb.CursorStringToContentValuesIfPresentRequest) (*pb.CursorStringToContentValuesIfPresentResponse, error)
func (*UtilsServer) CursorStringToInsertHelper ¶
func (s *UtilsServer) CursorStringToInsertHelper(_ context.Context, req *pb.CursorStringToInsertHelperRequest) (*pb.CursorStringToInsertHelperResponse, error)
func (*UtilsServer) DumpCurrentRow1 ¶
func (s *UtilsServer) DumpCurrentRow1(_ context.Context, req *pb.DumpCurrentRow1Request) (*pb.DumpCurrentRow1Response, error)
func (*UtilsServer) DumpCurrentRow2_1 ¶
func (s *UtilsServer) DumpCurrentRow2_1(_ context.Context, req *pb.DumpCurrentRow2_1Request) (*pb.DumpCurrentRow2_1Response, error)
func (*UtilsServer) DumpCurrentRow2_2 ¶
func (s *UtilsServer) DumpCurrentRow2_2(_ context.Context, req *pb.DumpCurrentRow2_2Request) (*pb.DumpCurrentRow2_2Response, error)
func (*UtilsServer) DumpCurrentRowToString ¶
func (s *UtilsServer) DumpCurrentRowToString(_ context.Context, req *pb.DumpCurrentRowToStringRequest) (*pb.DumpCurrentRowToStringResponse, error)
func (*UtilsServer) DumpCursor1 ¶
func (s *UtilsServer) DumpCursor1(_ context.Context, req *pb.DumpCursor1Request) (*pb.DumpCursor1Response, error)
func (*UtilsServer) DumpCursor2_1 ¶
func (s *UtilsServer) DumpCursor2_1(_ context.Context, req *pb.DumpCursor2_1Request) (*pb.DumpCursor2_1Response, error)
func (*UtilsServer) DumpCursor2_2 ¶
func (s *UtilsServer) DumpCursor2_2(_ context.Context, req *pb.DumpCursor2_2Request) (*pb.DumpCursor2_2Response, error)
func (*UtilsServer) DumpCursorToString ¶
func (s *UtilsServer) DumpCursorToString(_ context.Context, req *pb.DumpCursorToStringRequest) (*pb.DumpCursorToStringResponse, error)
func (*UtilsServer) GetCollationKey ¶
func (s *UtilsServer) GetCollationKey(_ context.Context, req *pb.GetCollationKeyRequest) (*pb.GetCollationKeyResponse, error)
func (*UtilsServer) GetHexCollationKey ¶
func (s *UtilsServer) GetHexCollationKey(_ context.Context, req *pb.GetHexCollationKeyRequest) (*pb.GetHexCollationKeyResponse, error)
func (*UtilsServer) GetSqlStatementType ¶
func (s *UtilsServer) GetSqlStatementType(_ context.Context, req *pb.GetSqlStatementTypeRequest) (*pb.GetSqlStatementTypeResponse, error)
func (*UtilsServer) LongForQuery2_1 ¶
func (s *UtilsServer) LongForQuery2_1(_ context.Context, req *pb.LongForQuery2_1Request) (*pb.LongForQuery2_1Response, error)
func (*UtilsServer) LongForQuery3 ¶
func (s *UtilsServer) LongForQuery3(_ context.Context, req *pb.LongForQuery3Request) (*pb.LongForQuery3Response, error)
func (*UtilsServer) NewUtils ¶
func (s *UtilsServer) NewUtils(_ context.Context, req *pb.NewUtilsRequest) (*pb.NewUtilsResponse, error)
func (*UtilsServer) QueryNumEntries2 ¶
func (s *UtilsServer) QueryNumEntries2(_ context.Context, req *pb.QueryNumEntries2Request) (*pb.QueryNumEntries2Response, error)
func (*UtilsServer) QueryNumEntries3_1 ¶
func (s *UtilsServer) QueryNumEntries3_1(_ context.Context, req *pb.QueryNumEntries3_1Request) (*pb.QueryNumEntries3_1Response, error)
func (*UtilsServer) QueryNumEntries4_2 ¶
func (s *UtilsServer) QueryNumEntries4_2(_ context.Context, req *pb.QueryNumEntries4_2Request) (*pb.QueryNumEntries4_2Response, error)
func (*UtilsServer) ReadExceptionFromParcel ¶
func (s *UtilsServer) ReadExceptionFromParcel(_ context.Context, req *pb.ReadExceptionFromParcelRequest) (*pb.ReadExceptionFromParcelResponse, error)
func (*UtilsServer) ReadExceptionWithFileNotFoundExceptionFromParcel ¶
func (s *UtilsServer) ReadExceptionWithFileNotFoundExceptionFromParcel(_ context.Context, req *pb.ReadExceptionWithFileNotFoundExceptionFromParcelRequest) (*pb.ReadExceptionWithFileNotFoundExceptionFromParcelResponse, error)
func (*UtilsServer) ReadExceptionWithOperationApplicationExceptionFromParcel ¶
func (s *UtilsServer) ReadExceptionWithOperationApplicationExceptionFromParcel(_ context.Context, req *pb.ReadExceptionWithOperationApplicationExceptionFromParcelRequest) (*pb.ReadExceptionWithOperationApplicationExceptionFromParcelResponse, error)
func (*UtilsServer) SqlEscapeString ¶
func (s *UtilsServer) SqlEscapeString(_ context.Context, req *pb.SqlEscapeStringRequest) (*pb.SqlEscapeStringResponse, error)
func (*UtilsServer) StringForQuery2_1 ¶
func (s *UtilsServer) StringForQuery2_1(_ context.Context, req *pb.StringForQuery2_1Request) (*pb.StringForQuery2_1Response, error)
func (*UtilsServer) StringForQuery3 ¶
func (s *UtilsServer) StringForQuery3(_ context.Context, req *pb.StringForQuery3Request) (*pb.StringForQuery3Response, error)
func (*UtilsServer) WriteExceptionToParcel ¶
func (s *UtilsServer) WriteExceptionToParcel(_ context.Context, req *pb.WriteExceptionToParcelRequest) (*pb.WriteExceptionToParcelResponse, error)