Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type SQLiteCursorServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *SQLiteCursorServer) Close(_ context.Context, req *pb.SQLiteCursorCloseRequest) (*pb.CloseResponse, error) + func (s *SQLiteCursorServer) Deactivate(_ context.Context, req *pb.DeactivateRequest) (*pb.DeactivateResponse, error) + func (s *SQLiteCursorServer) GetColumnIndex(_ context.Context, req *pb.GetColumnIndexRequest) (*pb.GetColumnIndexResponse, error) + func (s *SQLiteCursorServer) GetColumnNames(_ context.Context, req *pb.GetColumnNamesRequest) (*pb.GetColumnNamesResponse, error) + func (s *SQLiteCursorServer) GetCount(_ context.Context, req *pb.GetCountRequest) (*pb.GetCountResponse, error) + func (s *SQLiteCursorServer) GetDatabase(_ context.Context, req *pb.GetDatabaseRequest) (*pb.GetDatabaseResponse, error) + func (s *SQLiteCursorServer) NewSQLiteCursor(_ context.Context, req *pb.NewSQLiteCursorRequest) (*pb.NewSQLiteCursorResponse, error) + func (s *SQLiteCursorServer) OnMove(_ context.Context, req *pb.OnMoveRequest) (*pb.OnMoveResponse, error) + func (s *SQLiteCursorServer) Requery(_ context.Context, req *pb.RequeryRequest) (*pb.RequeryResponse, error) + func (s *SQLiteCursorServer) SetFillWindowForwardOnly(_ context.Context, req *pb.SetFillWindowForwardOnlyRequest) (*pb.SetFillWindowForwardOnlyResponse, error) + func (s *SQLiteCursorServer) SetSelectionArguments(_ context.Context, req *pb.SetSelectionArgumentsRequest) (*pb.SetSelectionArgumentsResponse, error) + func (s *SQLiteCursorServer) SetWindow(_ context.Context, req *pb.SetWindowRequest) (*pb.SetWindowResponse, error) + type SQLiteQueryBuilderServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *SQLiteQueryBuilderServer) AppendColumns(_ context.Context, req *pb.AppendColumnsRequest) (*pb.AppendColumnsResponse, error) + func (s *SQLiteQueryBuilderServer) AppendWhere(_ context.Context, req *pb.AppendWhereRequest) (*pb.AppendWhereResponse, error) + func (s *SQLiteQueryBuilderServer) AppendWhereEscapeString(_ context.Context, req *pb.AppendWhereEscapeStringRequest) (*pb.AppendWhereEscapeStringResponse, error) + func (s *SQLiteQueryBuilderServer) AppendWhereStandalone(_ context.Context, req *pb.AppendWhereStandaloneRequest) (*pb.AppendWhereStandaloneResponse, error) + func (s *SQLiteQueryBuilderServer) BuildQuery6(_ context.Context, req *pb.BuildQuery6Request) (*pb.BuildQuery6Response, error) + func (s *SQLiteQueryBuilderServer) BuildQuery7_1(_ context.Context, req *pb.BuildQuery7_1Request) (*pb.BuildQuery7_1Response, error) + func (s *SQLiteQueryBuilderServer) BuildQueryString(_ context.Context, req *pb.BuildQueryStringRequest) (*pb.BuildQueryStringResponse, error) + func (s *SQLiteQueryBuilderServer) BuildUnionQuery(_ context.Context, req *pb.BuildUnionQueryRequest) (*pb.BuildUnionQueryResponse, error) + func (s *SQLiteQueryBuilderServer) Delete(_ context.Context, req *pb.SQLiteQueryBuilderDeleteRequest) (*pb.DeleteResponse, error) + func (s *SQLiteQueryBuilderServer) GetCursorFactory(_ context.Context, req *pb.SQLiteQueryBuilderGetCursorFactoryRequest) (*pb.GetCursorFactoryResponse, error) + func (s *SQLiteQueryBuilderServer) GetProjectionGreylist(_ context.Context, req *pb.GetProjectionGreylistRequest) (*pb.GetProjectionGreylistResponse, error) + func (s *SQLiteQueryBuilderServer) GetTables(_ context.Context, req *pb.GetTablesRequest) (*pb.GetTablesResponse, error) + func (s *SQLiteQueryBuilderServer) Insert(_ context.Context, req *pb.SQLiteQueryBuilderInsertRequest) (*pb.InsertResponse, error) + func (s *SQLiteQueryBuilderServer) IsDistinct(_ context.Context, req *pb.IsDistinctRequest) (*pb.IsDistinctResponse, error) + func (s *SQLiteQueryBuilderServer) IsStrict(_ context.Context, req *pb.IsStrictRequest) (*pb.IsStrictResponse, error) + func (s *SQLiteQueryBuilderServer) IsStrictColumns(_ context.Context, req *pb.IsStrictColumnsRequest) (*pb.IsStrictColumnsResponse, error) + func (s *SQLiteQueryBuilderServer) IsStrictGrammar(_ context.Context, req *pb.IsStrictGrammarRequest) (*pb.IsStrictGrammarResponse, error) + func (s *SQLiteQueryBuilderServer) NewSQLiteQueryBuilder(_ context.Context, req *pb.NewSQLiteQueryBuilderRequest) (*pb.NewSQLiteQueryBuilderResponse, error) + func (s *SQLiteQueryBuilderServer) Query7(_ context.Context, req *pb.Query7Request) (*pb.Query7Response, error) + func (s *SQLiteQueryBuilderServer) Query8_1(_ context.Context, req *pb.Query8_1Request) (*pb.Query8_1Response, error) + func (s *SQLiteQueryBuilderServer) Query9_2(_ context.Context, req *pb.Query9_2Request) (*pb.Query9_2Response, error) + func (s *SQLiteQueryBuilderServer) SetCursorFactory(_ context.Context, req *pb.SetCursorFactoryRequest) (*pb.SetCursorFactoryResponse, error) + func (s *SQLiteQueryBuilderServer) SetDistinct(_ context.Context, req *pb.SetDistinctRequest) (*pb.SetDistinctResponse, error) + func (s *SQLiteQueryBuilderServer) SetStrict(_ context.Context, req *pb.SetStrictRequest) (*pb.SetStrictResponse, error) + func (s *SQLiteQueryBuilderServer) SetStrictColumns(_ context.Context, req *pb.SetStrictColumnsRequest) (*pb.SetStrictColumnsResponse, error) + func (s *SQLiteQueryBuilderServer) SetStrictGrammar(_ context.Context, req *pb.SetStrictGrammarRequest) (*pb.SetStrictGrammarResponse, error) + func (s *SQLiteQueryBuilderServer) SetTables(_ context.Context, req *pb.SetTablesRequest) (*pb.SetTablesResponse, error) + func (s *SQLiteQueryBuilderServer) Update(_ context.Context, req *pb.SQLiteQueryBuilderUpdateRequest) (*pb.UpdateResponse, error)