Documentation ¶
Index ¶
- func FromFILETIME(timestamp_utc int64) time.Time
- func VisitTableRows(db *sqlite3.DbFile, tableName string, columnNameMappings map[string]string, ...) error
- type TableRow
- func (row TableRow) BlobOrFallback(columnName string, fallback []byte) ([]byte, error)
- func (row TableRow) Bool(columnName string) (bool, error)
- func (row TableRow) Int64(columnName string) (int64, error)
- func (row TableRow) String(columnName string) (string, error)
- func (row TableRow) Value(columnName string) (interface{}, error)
- func (row TableRow) ValueOrFallback(columnName string, fallback interface{}) interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromFILETIME ¶
Types ¶
type TableRow ¶
type TableRow struct {
// contains filtered or unexported fields
}
func (TableRow) BlobOrFallback ¶
func (TableRow) ValueOrFallback ¶
Click to show internal directories.
Click to hide internal directories.