Documentation
¶
Index ¶
- type Age
- type CacheModule
- type Expired
- type FreshnessLifetime
- type Info
- type RequestVirtualTable
- func (vt *RequestVirtualTable) BestIndex(in *sqlite.IndexInfoInput) (*sqlite.IndexInfoOutput, error)
- func (vt *RequestVirtualTable) Delete(_ sqlite.Value) error
- func (vt *RequestVirtualTable) Destroy() error
- func (vt *RequestVirtualTable) Disconnect() error
- func (vt *RequestVirtualTable) Insert(values ...sqlite.Value) (int64, error)
- func (vt *RequestVirtualTable) Open() (sqlite.VirtualCursor, error)
- func (vt *RequestVirtualTable) Replace(old sqlite.Value, new sqlite.Value, _ ...sqlite.Value) error
- func (vt *RequestVirtualTable) Update(_ sqlite.Value, _ ...sqlite.Value) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheModule ¶
type CacheModule struct {
}
type Expired ¶
type Expired struct {
// contains filtered or unexported fields
}
func (*Expired) Deterministic ¶
type FreshnessLifetime ¶
type FreshnessLifetime struct {
// contains filtered or unexported fields
}
func (*FreshnessLifetime) Apply ¶
func (m *FreshnessLifetime) Apply(ctx *sqlite.Context, values ...sqlite.Value)
func (*FreshnessLifetime) Args ¶
func (m *FreshnessLifetime) Args() int
func (*FreshnessLifetime) Deterministic ¶
func (m *FreshnessLifetime) Deterministic() bool
type RequestVirtualTable ¶
type RequestVirtualTable struct {
// contains filtered or unexported fields
}
func NewRequestVirtualTable ¶
func (*RequestVirtualTable) BestIndex ¶
func (vt *RequestVirtualTable) BestIndex(in *sqlite.IndexInfoInput) (*sqlite.IndexInfoOutput, error)
func (*RequestVirtualTable) Destroy ¶
func (vt *RequestVirtualTable) Destroy() error
func (*RequestVirtualTable) Disconnect ¶
func (vt *RequestVirtualTable) Disconnect() error
func (*RequestVirtualTable) Insert ¶
func (vt *RequestVirtualTable) Insert(values ...sqlite.Value) (int64, error)
func (*RequestVirtualTable) Open ¶
func (vt *RequestVirtualTable) Open() (sqlite.VirtualCursor, error)
Click to show internal directories.
Click to hide internal directories.