Documentation
¶
Index ¶
- type SQLiteCursorServer
- 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
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLiteCursorServer ¶
type SQLiteCursorServer struct {
pb.UnimplementedSQLiteCursorServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
SQLiteCursorServer implements pb.SQLiteCursorServiceServer.
func (*SQLiteCursorServer) Close ¶
func (s *SQLiteCursorServer) Close(_ context.Context, req *pb.SQLiteCursorCloseRequest) (*pb.CloseResponse, error)
func (*SQLiteCursorServer) Deactivate ¶
func (s *SQLiteCursorServer) Deactivate(_ context.Context, req *pb.DeactivateRequest) (*pb.DeactivateResponse, error)
func (*SQLiteCursorServer) GetColumnIndex ¶
func (s *SQLiteCursorServer) GetColumnIndex(_ context.Context, req *pb.GetColumnIndexRequest) (*pb.GetColumnIndexResponse, error)
func (*SQLiteCursorServer) GetColumnNames ¶
func (s *SQLiteCursorServer) GetColumnNames(_ context.Context, req *pb.GetColumnNamesRequest) (*pb.GetColumnNamesResponse, error)
func (*SQLiteCursorServer) GetCount ¶
func (s *SQLiteCursorServer) GetCount(_ context.Context, req *pb.GetCountRequest) (*pb.GetCountResponse, error)
func (*SQLiteCursorServer) GetDatabase ¶
func (s *SQLiteCursorServer) GetDatabase(_ context.Context, req *pb.GetDatabaseRequest) (*pb.GetDatabaseResponse, error)
func (*SQLiteCursorServer) NewSQLiteCursor ¶
func (s *SQLiteCursorServer) NewSQLiteCursor(_ context.Context, req *pb.NewSQLiteCursorRequest) (*pb.NewSQLiteCursorResponse, error)
func (*SQLiteCursorServer) OnMove ¶
func (s *SQLiteCursorServer) OnMove(_ context.Context, req *pb.OnMoveRequest) (*pb.OnMoveResponse, error)
func (*SQLiteCursorServer) Requery ¶
func (s *SQLiteCursorServer) Requery(_ context.Context, req *pb.RequeryRequest) (*pb.RequeryResponse, error)
func (*SQLiteCursorServer) SetFillWindowForwardOnly ¶
func (s *SQLiteCursorServer) SetFillWindowForwardOnly(_ context.Context, req *pb.SetFillWindowForwardOnlyRequest) (*pb.SetFillWindowForwardOnlyResponse, error)
func (*SQLiteCursorServer) SetSelectionArguments ¶
func (s *SQLiteCursorServer) SetSelectionArguments(_ context.Context, req *pb.SetSelectionArgumentsRequest) (*pb.SetSelectionArgumentsResponse, error)
func (*SQLiteCursorServer) SetWindow ¶
func (s *SQLiteCursorServer) SetWindow(_ context.Context, req *pb.SetWindowRequest) (*pb.SetWindowResponse, error)
type SQLiteQueryBuilderServer ¶
type SQLiteQueryBuilderServer struct {
pb.UnimplementedSQLiteQueryBuilderServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
SQLiteQueryBuilderServer implements pb.SQLiteQueryBuilderServiceServer.
func (*SQLiteQueryBuilderServer) AppendColumns ¶
func (s *SQLiteQueryBuilderServer) AppendColumns(_ context.Context, req *pb.AppendColumnsRequest) (*pb.AppendColumnsResponse, error)
func (*SQLiteQueryBuilderServer) AppendWhere ¶
func (s *SQLiteQueryBuilderServer) AppendWhere(_ context.Context, req *pb.AppendWhereRequest) (*pb.AppendWhereResponse, error)
func (*SQLiteQueryBuilderServer) AppendWhereEscapeString ¶
func (s *SQLiteQueryBuilderServer) AppendWhereEscapeString(_ context.Context, req *pb.AppendWhereEscapeStringRequest) (*pb.AppendWhereEscapeStringResponse, error)
func (*SQLiteQueryBuilderServer) AppendWhereStandalone ¶
func (s *SQLiteQueryBuilderServer) AppendWhereStandalone(_ context.Context, req *pb.AppendWhereStandaloneRequest) (*pb.AppendWhereStandaloneResponse, error)
func (*SQLiteQueryBuilderServer) BuildQuery6 ¶
func (s *SQLiteQueryBuilderServer) BuildQuery6(_ context.Context, req *pb.BuildQuery6Request) (*pb.BuildQuery6Response, error)
func (*SQLiteQueryBuilderServer) BuildQuery7_1 ¶
func (s *SQLiteQueryBuilderServer) BuildQuery7_1(_ context.Context, req *pb.BuildQuery7_1Request) (*pb.BuildQuery7_1Response, error)
func (*SQLiteQueryBuilderServer) BuildQueryString ¶
func (s *SQLiteQueryBuilderServer) BuildQueryString(_ context.Context, req *pb.BuildQueryStringRequest) (*pb.BuildQueryStringResponse, error)
func (*SQLiteQueryBuilderServer) BuildUnionQuery ¶
func (s *SQLiteQueryBuilderServer) BuildUnionQuery(_ context.Context, req *pb.BuildUnionQueryRequest) (*pb.BuildUnionQueryResponse, error)
func (*SQLiteQueryBuilderServer) Delete ¶
func (s *SQLiteQueryBuilderServer) Delete(_ context.Context, req *pb.SQLiteQueryBuilderDeleteRequest) (*pb.DeleteResponse, error)
func (*SQLiteQueryBuilderServer) GetCursorFactory ¶
func (s *SQLiteQueryBuilderServer) GetCursorFactory(_ context.Context, req *pb.SQLiteQueryBuilderGetCursorFactoryRequest) (*pb.GetCursorFactoryResponse, error)
func (*SQLiteQueryBuilderServer) GetProjectionGreylist ¶
func (s *SQLiteQueryBuilderServer) GetProjectionGreylist(_ context.Context, req *pb.GetProjectionGreylistRequest) (*pb.GetProjectionGreylistResponse, error)
func (*SQLiteQueryBuilderServer) GetTables ¶
func (s *SQLiteQueryBuilderServer) GetTables(_ context.Context, req *pb.GetTablesRequest) (*pb.GetTablesResponse, error)
func (*SQLiteQueryBuilderServer) Insert ¶
func (s *SQLiteQueryBuilderServer) Insert(_ context.Context, req *pb.SQLiteQueryBuilderInsertRequest) (*pb.InsertResponse, error)
func (*SQLiteQueryBuilderServer) IsDistinct ¶
func (s *SQLiteQueryBuilderServer) IsDistinct(_ context.Context, req *pb.IsDistinctRequest) (*pb.IsDistinctResponse, error)
func (*SQLiteQueryBuilderServer) IsStrict ¶
func (s *SQLiteQueryBuilderServer) IsStrict(_ context.Context, req *pb.IsStrictRequest) (*pb.IsStrictResponse, error)
func (*SQLiteQueryBuilderServer) IsStrictColumns ¶
func (s *SQLiteQueryBuilderServer) IsStrictColumns(_ context.Context, req *pb.IsStrictColumnsRequest) (*pb.IsStrictColumnsResponse, error)
func (*SQLiteQueryBuilderServer) IsStrictGrammar ¶
func (s *SQLiteQueryBuilderServer) IsStrictGrammar(_ context.Context, req *pb.IsStrictGrammarRequest) (*pb.IsStrictGrammarResponse, error)
func (*SQLiteQueryBuilderServer) NewSQLiteQueryBuilder ¶
func (s *SQLiteQueryBuilderServer) NewSQLiteQueryBuilder(_ context.Context, req *pb.NewSQLiteQueryBuilderRequest) (*pb.NewSQLiteQueryBuilderResponse, error)
func (*SQLiteQueryBuilderServer) Query7 ¶
func (s *SQLiteQueryBuilderServer) Query7(_ context.Context, req *pb.Query7Request) (*pb.Query7Response, error)
func (*SQLiteQueryBuilderServer) Query8_1 ¶
func (s *SQLiteQueryBuilderServer) Query8_1(_ context.Context, req *pb.Query8_1Request) (*pb.Query8_1Response, error)
func (*SQLiteQueryBuilderServer) Query9_2 ¶
func (s *SQLiteQueryBuilderServer) Query9_2(_ context.Context, req *pb.Query9_2Request) (*pb.Query9_2Response, error)
func (*SQLiteQueryBuilderServer) SetCursorFactory ¶
func (s *SQLiteQueryBuilderServer) SetCursorFactory(_ context.Context, req *pb.SetCursorFactoryRequest) (*pb.SetCursorFactoryResponse, error)
func (*SQLiteQueryBuilderServer) SetDistinct ¶
func (s *SQLiteQueryBuilderServer) SetDistinct(_ context.Context, req *pb.SetDistinctRequest) (*pb.SetDistinctResponse, error)
func (*SQLiteQueryBuilderServer) SetStrict ¶
func (s *SQLiteQueryBuilderServer) SetStrict(_ context.Context, req *pb.SetStrictRequest) (*pb.SetStrictResponse, error)
func (*SQLiteQueryBuilderServer) SetStrictColumns ¶
func (s *SQLiteQueryBuilderServer) SetStrictColumns(_ context.Context, req *pb.SetStrictColumnsRequest) (*pb.SetStrictColumnsResponse, error)
func (*SQLiteQueryBuilderServer) SetStrictGrammar ¶
func (s *SQLiteQueryBuilderServer) SetStrictGrammar(_ context.Context, req *pb.SetStrictGrammarRequest) (*pb.SetStrictGrammarResponse, error)
func (*SQLiteQueryBuilderServer) SetTables ¶
func (s *SQLiteQueryBuilderServer) SetTables(_ context.Context, req *pb.SetTablesRequest) (*pb.SetTablesResponse, error)
func (*SQLiteQueryBuilderServer) Update ¶
func (s *SQLiteQueryBuilderServer) Update(_ context.Context, req *pb.SQLiteQueryBuilderUpdateRequest) (*pb.UpdateResponse, error)
Click to show internal directories.
Click to hide internal directories.