Documentation ¶
Index ¶
- type Db
- func (e *Db) Count(ctx context.Context, req *db.CountRequest, rsp *db.CountResponse) error
- func (e *Db) Create(ctx context.Context, req *db.CreateRequest, rsp *db.CreateResponse) error
- func (e *Db) Delete(ctx context.Context, req *db.DeleteRequest, rsp *db.DeleteResponse) error
- func (e *Db) DeleteData(ctx context.Context, request *adminpb.DeleteDataRequest, ...) error
- func (e *Db) DropTable(ctx context.Context, req *db.DropTableRequest, rsp *db.DropTableResponse) error
- func (e *Db) ListTables(ctx context.Context, req *db.ListTablesRequest, rsp *db.ListTablesResponse) error
- func (e *Db) Read(ctx context.Context, req *db.ReadRequest, rsp *db.ReadResponse) error
- func (e *Db) RenameTable(ctx context.Context, req *db.RenameTableRequest, rsp *db.RenameTableResponse) error
- func (e *Db) Truncate(ctx context.Context, req *db.TruncateRequest, rsp *db.TruncateResponse) error
- func (e *Db) Update(ctx context.Context, req *db.UpdateRequest, rsp *db.UpdateResponse) error
- func (e *Db) Usage(ctx context.Context, request *adminpb.UsageRequest, ...) error
- type Query
- type Record
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Db ¶
func (*Db) Count ¶
func (e *Db) Count(ctx context.Context, req *db.CountRequest, rsp *db.CountResponse) error
func (*Db) Create ¶
func (e *Db) Create(ctx context.Context, req *db.CreateRequest, rsp *db.CreateResponse) error
func (*Db) Delete ¶
func (e *Db) Delete(ctx context.Context, req *db.DeleteRequest, rsp *db.DeleteResponse) error
func (*Db) DeleteData ¶
func (e *Db) DeleteData(ctx context.Context, request *adminpb.DeleteDataRequest, response *adminpb.DeleteDataResponse) error
func (*Db) DropTable ¶
func (e *Db) DropTable(ctx context.Context, req *db.DropTableRequest, rsp *db.DropTableResponse) error
func (*Db) ListTables ¶
func (e *Db) ListTables(ctx context.Context, req *db.ListTablesRequest, rsp *db.ListTablesResponse) error
func (*Db) Read ¶
func (e *Db) Read(ctx context.Context, req *db.ReadRequest, rsp *db.ReadResponse) error
func (*Db) RenameTable ¶
func (e *Db) RenameTable(ctx context.Context, req *db.RenameTableRequest, rsp *db.RenameTableResponse) error
func (*Db) Truncate ¶
func (e *Db) Truncate(ctx context.Context, req *db.TruncateRequest, rsp *db.TruncateResponse) error
func (*Db) Update ¶
func (e *Db) Update(ctx context.Context, req *db.UpdateRequest, rsp *db.UpdateResponse) error
func (*Db) Usage ¶
func (e *Db) Usage(ctx context.Context, request *adminpb.UsageRequest, response *adminpb.UsageResponse) error
Click to show internal directories.
Click to hide internal directories.