Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProgressValues ¶
type ProgressValues struct { Cost sync2.AtomicDuration ReadRows sync2.AtomicInt64 ReadBytes sync2.AtomicInt64 TotalRowsToRead sync2.AtomicInt64 WrittenRows sync2.AtomicInt64 WrittenBytes sync2.AtomicInt64 }
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
func NewSession ¶
func NewSession() *Session
func (*Session) GetDatabase ¶
func (*Session) GetProgress ¶
func (s *Session) GetProgress() *ProgressValues
func (*Session) SetDatabase ¶
func (*Session) UpdateProgress ¶
func (s *Session) UpdateProgress(pv *ProgressValues)
Click to show internal directories.
Click to hide internal directories.