Documentation
¶
Index ¶
- type Sheet
- func (s *Sheet) DeleteRowWithCell(txid uint32, sid, rid int64, userId string) error
- func (s *Sheet) DeleteSheet(txid uint32, id int64, userId string) error
- func (s *Sheet) DeleteSheetColumn(txid uint32, sid, cid int64, userId string) error
- func (s *Sheet) ExportSheets(txid uint32, opts dyndb.ExportOptions) (*dyndb.ExportData, error)
- func (s *Sheet) FTSQuery(txid uint32, req *dyndb.FTSQuerySheet) (*dyndb.QuerySheetResp, error)
- func (s *Sheet) GetRowHistory(rowid int64) ([]*entities.DynActivity, error)
- func (s *Sheet) GetRowRelations(txid uint32, sid, rid, refsheet, refcol int64) (*dyndb.Relation, error)
- func (s *Sheet) GetSheet(txid uint32, id int64) (map[string]any, error)
- func (s *Sheet) GetSheetColumn(txid uint32, sid, cid int64) (map[string]any, error)
- func (s *Sheet) ImportSheets(txid uint32, opts dyndb.ImportOptions, data *dyndb.ExportData) error
- func (s *Sheet) ListSheet(txid uint32) ([]map[string]any, error)
- func (s *Sheet) ListSheetColumn(txid uint32, sid int64) ([]map[string]any, error)
- func (s *Sheet) ListSheetGroup(txid uint32) (*dyndb.ListSheetGroupResp, error)
- func (s *Sheet) LoadSheet(txid uint32, data *dyndb.LoadSheetReq) (*dyndb.LoadSheetResp, error)
- func (s *Sheet) NewRowWithCell(txid uint32, sid int64, userId string, data map[int64]map[string]any) ([]map[string]any, error)
- func (s *Sheet) NewSheet(txid uint32, userId string, data map[string]any) error
- func (s *Sheet) NewSheetColumn(txid uint32, sid int64, userId string, data map[string]any) (int64, error)
- func (s *Sheet) Query(txid uint32, data *dyndb.QuerySheetReq) (*dyndb.QuerySheetResp, error)
- func (s *Sheet) RefQuery(txid uint32, data *dyndb.RefQuerySheet) (*dyndb.QuerySheetResp, error)
- func (s *Sheet) UpdateRowWithCell(txid uint32, sid, rid int64, userId string, data map[int64]map[string]any) ([]map[string]any, error)
- func (s *Sheet) UpdateSheet(txid uint32, id int64, userId string, data map[string]any) error
- func (s *Sheet) UpdateSheetColumn(txid uint32, sid, cid int64, userId string, data map[string]any) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sheet ¶
type Sheet struct {
// contains filtered or unexported fields
}
func (*Sheet) DeleteRowWithCell ¶
func (*Sheet) DeleteSheetColumn ¶
func (*Sheet) ExportSheets ¶
func (s *Sheet) ExportSheets(txid uint32, opts dyndb.ExportOptions) (*dyndb.ExportData, error)
func (*Sheet) FTSQuery ¶
func (s *Sheet) FTSQuery(txid uint32, req *dyndb.FTSQuerySheet) (*dyndb.QuerySheetResp, error)
func (*Sheet) GetRowHistory ¶
func (s *Sheet) GetRowHistory(rowid int64) ([]*entities.DynActivity, error)
func (*Sheet) GetRowRelations ¶
func (*Sheet) GetSheetColumn ¶
func (*Sheet) ImportSheets ¶
func (s *Sheet) ImportSheets(txid uint32, opts dyndb.ImportOptions, data *dyndb.ExportData) error
func (*Sheet) ListSheetColumn ¶
func (*Sheet) ListSheetGroup ¶
func (s *Sheet) ListSheetGroup(txid uint32) (*dyndb.ListSheetGroupResp, error)
func (*Sheet) LoadSheet ¶
func (s *Sheet) LoadSheet(txid uint32, data *dyndb.LoadSheetReq) (*dyndb.LoadSheetResp, error)
func (*Sheet) NewRowWithCell ¶
func (*Sheet) NewSheetColumn ¶
func (*Sheet) Query ¶
func (s *Sheet) Query(txid uint32, data *dyndb.QuerySheetReq) (*dyndb.QuerySheetResp, error)
func (*Sheet) RefQuery ¶
func (s *Sheet) RefQuery(txid uint32, data *dyndb.RefQuerySheet) (*dyndb.QuerySheetResp, error)
func (*Sheet) UpdateRowWithCell ¶
func (*Sheet) UpdateSheet ¶
Click to show internal directories.
Click to hide internal directories.