query

package
v0.0.0-...-23e2505 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2023 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Overview

Package query provides symbolic constants for the various queries we are going to run on the database.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ID

type ID uint8

ID represents a specific database query.

const (
	FileAdd ID = iota
	FileRemove
	FileRemoveByFolder
	FileGetAll
	FileGetByPath
	FileGetByID
	FileUpdateTitle
	FileUpdateYear
	FolderAdd
	FolderUpdateScan
	FolderRemove
	FolderGetAll
	FolderGetByPath
	TagAdd
	TagDelete
	TagGetAll
	TagGetByID
	TagGetByName
	TagLinkAdd
	TagLinkDelete
	TagLinkGetByTag
	TagLinkGetByFile
	PersonAdd
	PersonDelete
	PersonGetAll
	PersonGetByID
	PersonGetByName
	PersonURLAdd
	PersonURLDelete
	PersonURLGetByPerson
	ActorAdd
	ActorDelete
	ActorGetByPerson
	ActorGetByFile
	DirectorAdd
	DirectorDelete
	DirectorGetByPerson
	DirectorGetByFile
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL