song

package
v0.0.0-...-4c8068f Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2022 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the song type in the database.
	Label = "song"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldPath holds the string denoting the path field in the database.
	FieldPath = "path"
	// FieldHash holds the string denoting the hash field in the database.
	FieldHash = "hash"
	// FieldTitle holds the string denoting the title field in the database.
	FieldTitle = "title"
	// FieldTitleSort holds the string denoting the title_sort field in the database.
	FieldTitleSort = "title_sort"
	// FieldArtists holds the string denoting the artists field in the database.
	FieldArtists = "artists"
	// FieldFirstArtist holds the string denoting the first_artist field in the database.
	FieldFirstArtist = "first_artist"
	// FieldFirstArtistSort holds the string denoting the first_artist_sort field in the database.
	FieldFirstArtistSort = "first_artist_sort"
	// FieldFirstAlbumArtist holds the string denoting the first_album_artist field in the database.
	FieldFirstAlbumArtist = "first_album_artist"
	// FieldFirstAlbumArtistSort holds the string denoting the first_album_artist_sort field in the database.
	FieldFirstAlbumArtistSort = "first_album_artist_sort"
	// FieldAlbumArtist holds the string denoting the album_artist field in the database.
	FieldAlbumArtist = "album_artist"
	// FieldAlbum holds the string denoting the album field in the database.
	FieldAlbum = "album"
	// FieldPublisher holds the string denoting the publisher field in the database.
	FieldPublisher = "publisher"
	// FieldFirstComposer holds the string denoting the first_composer field in the database.
	FieldFirstComposer = "first_composer"
	// FieldComposers holds the string denoting the composers field in the database.
	FieldComposers = "composers"
	// FieldConductor holds the string denoting the conductor field in the database.
	FieldConductor = "conductor"
	// FieldGenre holds the string denoting the genre field in the database.
	FieldGenre = "genre"
	// FieldGrouping holds the string denoting the grouping field in the database.
	FieldGrouping = "grouping"
	// FieldYear holds the string denoting the year field in the database.
	FieldYear = "year"
	// FieldTrackNumber holds the string denoting the track_number field in the database.
	FieldTrackNumber = "track_number"
	// FieldOfTrackNumber holds the string denoting the of_track_number field in the database.
	FieldOfTrackNumber = "of_track_number"
	// FieldDiskNumber holds the string denoting the disk_number field in the database.
	FieldDiskNumber = "disk_number"
	// FieldOfDiskNumber holds the string denoting the of_disk_number field in the database.
	FieldOfDiskNumber = "of_disk_number"
	// FieldDuration holds the string denoting the duration field in the database.
	FieldDuration = "duration"
	// FieldPlayCount holds the string denoting the play_count field in the database.
	FieldPlayCount = "play_count"
	// FieldSkippedCount holds the string denoting the skipped_count field in the database.
	FieldSkippedCount = "skipped_count"
	// FieldComment holds the string denoting the comment field in the database.
	FieldComment = "comment"
	// FieldBeatsPerMinute holds the string denoting the beats_per_minute field in the database.
	FieldBeatsPerMinute = "beats_per_minute"
	// FieldCopyright holds the string denoting the copyright field in the database.
	FieldCopyright = "copyright"
	// FieldDateTagged holds the string denoting the date_tagged field in the database.
	FieldDateTagged = "date_tagged"
	// FieldDescription holds the string denoting the description field in the database.
	FieldDescription = "description"
	// FieldFirstComposerSort holds the string denoting the first_composer_sort field in the database.
	FieldFirstComposerSort = "first_composer_sort"
	// FieldArtistsSort holds the string denoting the artists_sort field in the database.
	FieldArtistsSort = "artists_sort"
	// FieldLyrics holds the string denoting the lyrics field in the database.
	FieldLyrics = "lyrics"
	// FieldInitialKey holds the string denoting the initial_key field in the database.
	FieldInitialKey = "initial_key"
	// FieldIsrc holds the string denoting the isrc field in the database.
	FieldIsrc = "isrc"
	// FieldSubtitle holds the string denoting the subtitle field in the database.
	FieldSubtitle = "subtitle"
	// FieldMusicBrainzArtistID holds the string denoting the music_brainz_artist_id field in the database.
	FieldMusicBrainzArtistID = "music_brainz_artist_id"
	// FieldMusicBrainzDiscID holds the string denoting the music_brainz_disc_id field in the database.
	FieldMusicBrainzDiscID = "music_brainz_disc_id"
	// FieldMusicBrainzReleaseArtistID holds the string denoting the music_brainz_release_artist_id field in the database.
	FieldMusicBrainzReleaseArtistID = "music_brainz_release_artist_id"
	// FieldMusicBrainzReleaseCountry holds the string denoting the music_brainz_release_country field in the database.
	FieldMusicBrainzReleaseCountry = "music_brainz_release_country"
	// FieldMusicBrainzReleaseGroupID holds the string denoting the music_brainz_release_group_id field in the database.
	FieldMusicBrainzReleaseGroupID = "music_brainz_release_group_id"
	// FieldMusicBrainzReleaseID holds the string denoting the music_brainz_release_id field in the database.
	FieldMusicBrainzReleaseID = "music_brainz_release_id"
	// FieldMusicBrainzReleaseStatus holds the string denoting the music_brainz_release_status field in the database.
	FieldMusicBrainzReleaseStatus = "music_brainz_release_status"
	// FieldMusicBrainzReleaseType holds the string denoting the music_brainz_release_type field in the database.
	FieldMusicBrainzReleaseType = "music_brainz_release_type"
	// FieldMusicBrainzTrackID holds the string denoting the music_brainz_track_id field in the database.
	FieldMusicBrainzTrackID = "music_brainz_track_id"
	// FieldMusicIPID holds the string denoting the music_ip_id field in the database.
	FieldMusicIPID = "music_ip_id"
	// FieldRemixedBy holds the string denoting the remixed_by field in the database.
	FieldRemixedBy = "remixed_by"
	// FieldReplayGainAlbumGain holds the string denoting the replay_gain_album_gain field in the database.
	FieldReplayGainAlbumGain = "replay_gain_album_gain"
	// FieldReplayGainAlbumPeak holds the string denoting the replay_gain_album_peak field in the database.
	FieldReplayGainAlbumPeak = "replay_gain_album_peak"
	// FieldReplayGainTrackGain holds the string denoting the replay_gain_track_gain field in the database.
	FieldReplayGainTrackGain = "replay_gain_track_gain"
	// FieldReplayGainTrackPeak holds the string denoting the replay_gain_track_peak field in the database.
	FieldReplayGainTrackPeak = "replay_gain_track_peak"
	// FieldMimeType holds the string denoting the mime_type field in the database.
	FieldMimeType = "mime_type"
	// FieldCreatedDate holds the string denoting the created_date field in the database.
	FieldCreatedDate = "created_date"
	// FieldModifiedDate holds the string denoting the modified_date field in the database.
	FieldModifiedDate = "modified_date"

	// EdgeTags holds the string denoting the tags edge name in mutations.
	EdgeTags = "tags"

	// Table holds the table name of the song in the database.
	Table = "songs"
	// TagsTable is the table the holds the tags relation/edge. The primary key declared below.
	TagsTable = "song_tags"
	// TagsInverseTable is the table name for the Tag entity.
	// It exists in this package in order to avoid circular dependency with the "tag" package.
	TagsInverseTable = "tags"
)

Variables

View Source
var (
	// DefaultPlayCount holds the default value on creation for the play_count field.
	DefaultPlayCount uint32
	// DefaultSkippedCount holds the default value on creation for the skipped_count field.
	DefaultSkippedCount uint32
)

Columns holds all SQL columns for song fields.

View Source
var (
	// TagsPrimaryKey and TagsColumn2 are the table columns denoting the
	// primary key for the tags relation (M2M).
	TagsPrimaryKey = []string{"song_id", "tag_id"}
)

Functions

func Album

func Album(v string) predicate.Song

Album applies equality check predicate on the "album" field. It's identical to AlbumEQ.

func AlbumArtist

func AlbumArtist(v string) predicate.Song

AlbumArtist applies equality check predicate on the "album_artist" field. It's identical to AlbumArtistEQ.

func AlbumArtistContains

func AlbumArtistContains(v string) predicate.Song

AlbumArtistContains applies the Contains predicate on the "album_artist" field.

func AlbumArtistContainsFold

func AlbumArtistContainsFold(v string) predicate.Song

AlbumArtistContainsFold applies the ContainsFold predicate on the "album_artist" field.

func AlbumArtistEQ

func AlbumArtistEQ(v string) predicate.Song

AlbumArtistEQ applies the EQ predicate on the "album_artist" field.

func AlbumArtistEqualFold

func AlbumArtistEqualFold(v string) predicate.Song

AlbumArtistEqualFold applies the EqualFold predicate on the "album_artist" field.

func AlbumArtistGT

func AlbumArtistGT(v string) predicate.Song

AlbumArtistGT applies the GT predicate on the "album_artist" field.

func AlbumArtistGTE

func AlbumArtistGTE(v string) predicate.Song

AlbumArtistGTE applies the GTE predicate on the "album_artist" field.

func AlbumArtistHasPrefix

func AlbumArtistHasPrefix(v string) predicate.Song

AlbumArtistHasPrefix applies the HasPrefix predicate on the "album_artist" field.

func AlbumArtistHasSuffix

func AlbumArtistHasSuffix(v string) predicate.Song

AlbumArtistHasSuffix applies the HasSuffix predicate on the "album_artist" field.

func AlbumArtistIn

func AlbumArtistIn(vs ...string) predicate.Song

AlbumArtistIn applies the In predicate on the "album_artist" field.

func AlbumArtistIsNil

func AlbumArtistIsNil() predicate.Song

AlbumArtistIsNil applies the IsNil predicate on the "album_artist" field.

func AlbumArtistLT

func AlbumArtistLT(v string) predicate.Song

AlbumArtistLT applies the LT predicate on the "album_artist" field.

func AlbumArtistLTE

func AlbumArtistLTE(v string) predicate.Song

AlbumArtistLTE applies the LTE predicate on the "album_artist" field.

func AlbumArtistNEQ

func AlbumArtistNEQ(v string) predicate.Song

AlbumArtistNEQ applies the NEQ predicate on the "album_artist" field.

func AlbumArtistNotIn

func AlbumArtistNotIn(vs ...string) predicate.Song

AlbumArtistNotIn applies the NotIn predicate on the "album_artist" field.

func AlbumArtistNotNil

func AlbumArtistNotNil() predicate.Song

AlbumArtistNotNil applies the NotNil predicate on the "album_artist" field.

func AlbumContains

func AlbumContains(v string) predicate.Song

AlbumContains applies the Contains predicate on the "album" field.

func AlbumContainsFold

func AlbumContainsFold(v string) predicate.Song

AlbumContainsFold applies the ContainsFold predicate on the "album" field.

func AlbumEQ

func AlbumEQ(v string) predicate.Song

AlbumEQ applies the EQ predicate on the "album" field.

func AlbumEqualFold

func AlbumEqualFold(v string) predicate.Song

AlbumEqualFold applies the EqualFold predicate on the "album" field.

func AlbumGT

func AlbumGT(v string) predicate.Song

AlbumGT applies the GT predicate on the "album" field.

func AlbumGTE

func AlbumGTE(v string) predicate.Song

AlbumGTE applies the GTE predicate on the "album" field.

func AlbumHasPrefix

func AlbumHasPrefix(v string) predicate.Song

AlbumHasPrefix applies the HasPrefix predicate on the "album" field.

func AlbumHasSuffix

func AlbumHasSuffix(v string) predicate.Song

AlbumHasSuffix applies the HasSuffix predicate on the "album" field.

func AlbumIn

func AlbumIn(vs ...string) predicate.Song

AlbumIn applies the In predicate on the "album" field.

func AlbumIsNil

func AlbumIsNil() predicate.Song

AlbumIsNil applies the IsNil predicate on the "album" field.

func AlbumLT

func AlbumLT(v string) predicate.Song

AlbumLT applies the LT predicate on the "album" field.

func AlbumLTE

func AlbumLTE(v string) predicate.Song

AlbumLTE applies the LTE predicate on the "album" field.

func AlbumNEQ

func AlbumNEQ(v string) predicate.Song

AlbumNEQ applies the NEQ predicate on the "album" field.

func AlbumNotIn

func AlbumNotIn(vs ...string) predicate.Song

AlbumNotIn applies the NotIn predicate on the "album" field.

func AlbumNotNil

func AlbumNotNil() predicate.Song

AlbumNotNil applies the NotNil predicate on the "album" field.

func And

func And(predicates ...predicate.Song) predicate.Song

And groups list of predicates with the AND operator between them.

func ArtistsIsNil

func ArtistsIsNil() predicate.Song

ArtistsIsNil applies the IsNil predicate on the "artists" field.

func ArtistsNotNil

func ArtistsNotNil() predicate.Song

ArtistsNotNil applies the NotNil predicate on the "artists" field.

func ArtistsSort

func ArtistsSort(v string) predicate.Song

ArtistsSort applies equality check predicate on the "artists_sort" field. It's identical to ArtistsSortEQ.

func ArtistsSortContains

func ArtistsSortContains(v string) predicate.Song

ArtistsSortContains applies the Contains predicate on the "artists_sort" field.

func ArtistsSortContainsFold

func ArtistsSortContainsFold(v string) predicate.Song

ArtistsSortContainsFold applies the ContainsFold predicate on the "artists_sort" field.

func ArtistsSortEQ

func ArtistsSortEQ(v string) predicate.Song

ArtistsSortEQ applies the EQ predicate on the "artists_sort" field.

func ArtistsSortEqualFold

func ArtistsSortEqualFold(v string) predicate.Song

ArtistsSortEqualFold applies the EqualFold predicate on the "artists_sort" field.

func ArtistsSortGT

func ArtistsSortGT(v string) predicate.Song

ArtistsSortGT applies the GT predicate on the "artists_sort" field.

func ArtistsSortGTE

func ArtistsSortGTE(v string) predicate.Song

ArtistsSortGTE applies the GTE predicate on the "artists_sort" field.

func ArtistsSortHasPrefix

func ArtistsSortHasPrefix(v string) predicate.Song

ArtistsSortHasPrefix applies the HasPrefix predicate on the "artists_sort" field.

func ArtistsSortHasSuffix

func ArtistsSortHasSuffix(v string) predicate.Song

ArtistsSortHasSuffix applies the HasSuffix predicate on the "artists_sort" field.

func ArtistsSortIn

func ArtistsSortIn(vs ...string) predicate.Song

ArtistsSortIn applies the In predicate on the "artists_sort" field.

func ArtistsSortIsNil

func ArtistsSortIsNil() predicate.Song

ArtistsSortIsNil applies the IsNil predicate on the "artists_sort" field.

func ArtistsSortLT

func ArtistsSortLT(v string) predicate.Song

ArtistsSortLT applies the LT predicate on the "artists_sort" field.

func ArtistsSortLTE

func ArtistsSortLTE(v string) predicate.Song

ArtistsSortLTE applies the LTE predicate on the "artists_sort" field.

func ArtistsSortNEQ

func ArtistsSortNEQ(v string) predicate.Song

ArtistsSortNEQ applies the NEQ predicate on the "artists_sort" field.

func ArtistsSortNotIn

func ArtistsSortNotIn(vs ...string) predicate.Song

ArtistsSortNotIn applies the NotIn predicate on the "artists_sort" field.

func ArtistsSortNotNil

func ArtistsSortNotNil() predicate.Song

ArtistsSortNotNil applies the NotNil predicate on the "artists_sort" field.

func BeatsPerMinute

func BeatsPerMinute(v uint32) predicate.Song

BeatsPerMinute applies equality check predicate on the "beats_per_minute" field. It's identical to BeatsPerMinuteEQ.

func BeatsPerMinuteEQ

func BeatsPerMinuteEQ(v uint32) predicate.Song

BeatsPerMinuteEQ applies the EQ predicate on the "beats_per_minute" field.

func BeatsPerMinuteGT

func BeatsPerMinuteGT(v uint32) predicate.Song

BeatsPerMinuteGT applies the GT predicate on the "beats_per_minute" field.

func BeatsPerMinuteGTE

func BeatsPerMinuteGTE(v uint32) predicate.Song

BeatsPerMinuteGTE applies the GTE predicate on the "beats_per_minute" field.

func BeatsPerMinuteIn

func BeatsPerMinuteIn(vs ...uint32) predicate.Song

BeatsPerMinuteIn applies the In predicate on the "beats_per_minute" field.

func BeatsPerMinuteIsNil

func BeatsPerMinuteIsNil() predicate.Song

BeatsPerMinuteIsNil applies the IsNil predicate on the "beats_per_minute" field.

func BeatsPerMinuteLT

func BeatsPerMinuteLT(v uint32) predicate.Song

BeatsPerMinuteLT applies the LT predicate on the "beats_per_minute" field.

func BeatsPerMinuteLTE

func BeatsPerMinuteLTE(v uint32) predicate.Song

BeatsPerMinuteLTE applies the LTE predicate on the "beats_per_minute" field.

func BeatsPerMinuteNEQ

func BeatsPerMinuteNEQ(v uint32) predicate.Song

BeatsPerMinuteNEQ applies the NEQ predicate on the "beats_per_minute" field.

func BeatsPerMinuteNotIn

func BeatsPerMinuteNotIn(vs ...uint32) predicate.Song

BeatsPerMinuteNotIn applies the NotIn predicate on the "beats_per_minute" field.

func BeatsPerMinuteNotNil

func BeatsPerMinuteNotNil() predicate.Song

BeatsPerMinuteNotNil applies the NotNil predicate on the "beats_per_minute" field.

func Comment

func Comment(v string) predicate.Song

Comment applies equality check predicate on the "comment" field. It's identical to CommentEQ.

func CommentContains

func CommentContains(v string) predicate.Song

CommentContains applies the Contains predicate on the "comment" field.

func CommentContainsFold

func CommentContainsFold(v string) predicate.Song

CommentContainsFold applies the ContainsFold predicate on the "comment" field.

func CommentEQ

func CommentEQ(v string) predicate.Song

CommentEQ applies the EQ predicate on the "comment" field.

func CommentEqualFold

func CommentEqualFold(v string) predicate.Song

CommentEqualFold applies the EqualFold predicate on the "comment" field.

func CommentGT

func CommentGT(v string) predicate.Song

CommentGT applies the GT predicate on the "comment" field.

func CommentGTE

func CommentGTE(v string) predicate.Song

CommentGTE applies the GTE predicate on the "comment" field.

func CommentHasPrefix

func CommentHasPrefix(v string) predicate.Song

CommentHasPrefix applies the HasPrefix predicate on the "comment" field.

func CommentHasSuffix

func CommentHasSuffix(v string) predicate.Song

CommentHasSuffix applies the HasSuffix predicate on the "comment" field.

func CommentIn

func CommentIn(vs ...string) predicate.Song

CommentIn applies the In predicate on the "comment" field.

func CommentIsNil

func CommentIsNil() predicate.Song

CommentIsNil applies the IsNil predicate on the "comment" field.

func CommentLT

func CommentLT(v string) predicate.Song

CommentLT applies the LT predicate on the "comment" field.

func CommentLTE

func CommentLTE(v string) predicate.Song

CommentLTE applies the LTE predicate on the "comment" field.

func CommentNEQ

func CommentNEQ(v string) predicate.Song

CommentNEQ applies the NEQ predicate on the "comment" field.

func CommentNotIn

func CommentNotIn(vs ...string) predicate.Song

CommentNotIn applies the NotIn predicate on the "comment" field.

func CommentNotNil

func CommentNotNil() predicate.Song

CommentNotNil applies the NotNil predicate on the "comment" field.

func Composers

func Composers(v string) predicate.Song

Composers applies equality check predicate on the "composers" field. It's identical to ComposersEQ.

func ComposersContains

func ComposersContains(v string) predicate.Song

ComposersContains applies the Contains predicate on the "composers" field.

func ComposersContainsFold

func ComposersContainsFold(v string) predicate.Song

ComposersContainsFold applies the ContainsFold predicate on the "composers" field.

func ComposersEQ

func ComposersEQ(v string) predicate.Song

ComposersEQ applies the EQ predicate on the "composers" field.

func ComposersEqualFold

func ComposersEqualFold(v string) predicate.Song

ComposersEqualFold applies the EqualFold predicate on the "composers" field.

func ComposersGT

func ComposersGT(v string) predicate.Song

ComposersGT applies the GT predicate on the "composers" field.

func ComposersGTE

func ComposersGTE(v string) predicate.Song

ComposersGTE applies the GTE predicate on the "composers" field.

func ComposersHasPrefix

func ComposersHasPrefix(v string) predicate.Song

ComposersHasPrefix applies the HasPrefix predicate on the "composers" field.

func ComposersHasSuffix

func ComposersHasSuffix(v string) predicate.Song

ComposersHasSuffix applies the HasSuffix predicate on the "composers" field.

func ComposersIn

func ComposersIn(vs ...string) predicate.Song

ComposersIn applies the In predicate on the "composers" field.

func ComposersIsNil

func ComposersIsNil() predicate.Song

ComposersIsNil applies the IsNil predicate on the "composers" field.

func ComposersLT

func ComposersLT(v string) predicate.Song

ComposersLT applies the LT predicate on the "composers" field.

func ComposersLTE

func ComposersLTE(v string) predicate.Song

ComposersLTE applies the LTE predicate on the "composers" field.

func ComposersNEQ

func ComposersNEQ(v string) predicate.Song

ComposersNEQ applies the NEQ predicate on the "composers" field.

func ComposersNotIn

func ComposersNotIn(vs ...string) predicate.Song

ComposersNotIn applies the NotIn predicate on the "composers" field.

func ComposersNotNil

func ComposersNotNil() predicate.Song

ComposersNotNil applies the NotNil predicate on the "composers" field.

func Conductor

func Conductor(v string) predicate.Song

Conductor applies equality check predicate on the "conductor" field. It's identical to ConductorEQ.

func ConductorContains

func ConductorContains(v string) predicate.Song

ConductorContains applies the Contains predicate on the "conductor" field.

func ConductorContainsFold

func ConductorContainsFold(v string) predicate.Song

ConductorContainsFold applies the ContainsFold predicate on the "conductor" field.

func ConductorEQ

func ConductorEQ(v string) predicate.Song

ConductorEQ applies the EQ predicate on the "conductor" field.

func ConductorEqualFold

func ConductorEqualFold(v string) predicate.Song

ConductorEqualFold applies the EqualFold predicate on the "conductor" field.

func ConductorGT

func ConductorGT(v string) predicate.Song

ConductorGT applies the GT predicate on the "conductor" field.

func ConductorGTE

func ConductorGTE(v string) predicate.Song

ConductorGTE applies the GTE predicate on the "conductor" field.

func ConductorHasPrefix

func ConductorHasPrefix(v string) predicate.Song

ConductorHasPrefix applies the HasPrefix predicate on the "conductor" field.

func ConductorHasSuffix

func ConductorHasSuffix(v string) predicate.Song

ConductorHasSuffix applies the HasSuffix predicate on the "conductor" field.

func ConductorIn

func ConductorIn(vs ...string) predicate.Song

ConductorIn applies the In predicate on the "conductor" field.

func ConductorIsNil

func ConductorIsNil() predicate.Song

ConductorIsNil applies the IsNil predicate on the "conductor" field.

func ConductorLT

func ConductorLT(v string) predicate.Song

ConductorLT applies the LT predicate on the "conductor" field.

func ConductorLTE

func ConductorLTE(v string) predicate.Song

ConductorLTE applies the LTE predicate on the "conductor" field.

func ConductorNEQ

func ConductorNEQ(v string) predicate.Song

ConductorNEQ applies the NEQ predicate on the "conductor" field.

func ConductorNotIn

func ConductorNotIn(vs ...string) predicate.Song

ConductorNotIn applies the NotIn predicate on the "conductor" field.

func ConductorNotNil

func ConductorNotNil() predicate.Song

ConductorNotNil applies the NotNil predicate on the "conductor" field.

func Copyright(v string) predicate.Song

Copyright applies equality check predicate on the "copyright" field. It's identical to CopyrightEQ.

func CopyrightContains

func CopyrightContains(v string) predicate.Song

CopyrightContains applies the Contains predicate on the "copyright" field.

func CopyrightContainsFold

func CopyrightContainsFold(v string) predicate.Song

CopyrightContainsFold applies the ContainsFold predicate on the "copyright" field.

func CopyrightEQ

func CopyrightEQ(v string) predicate.Song

CopyrightEQ applies the EQ predicate on the "copyright" field.

func CopyrightEqualFold

func CopyrightEqualFold(v string) predicate.Song

CopyrightEqualFold applies the EqualFold predicate on the "copyright" field.

func CopyrightGT

func CopyrightGT(v string) predicate.Song

CopyrightGT applies the GT predicate on the "copyright" field.

func CopyrightGTE

func CopyrightGTE(v string) predicate.Song

CopyrightGTE applies the GTE predicate on the "copyright" field.

func CopyrightHasPrefix

func CopyrightHasPrefix(v string) predicate.Song

CopyrightHasPrefix applies the HasPrefix predicate on the "copyright" field.

func CopyrightHasSuffix

func CopyrightHasSuffix(v string) predicate.Song

CopyrightHasSuffix applies the HasSuffix predicate on the "copyright" field.

func CopyrightIn

func CopyrightIn(vs ...string) predicate.Song

CopyrightIn applies the In predicate on the "copyright" field.

func CopyrightIsNil

func CopyrightIsNil() predicate.Song

CopyrightIsNil applies the IsNil predicate on the "copyright" field.

func CopyrightLT

func CopyrightLT(v string) predicate.Song

CopyrightLT applies the LT predicate on the "copyright" field.

func CopyrightLTE

func CopyrightLTE(v string) predicate.Song

CopyrightLTE applies the LTE predicate on the "copyright" field.

func CopyrightNEQ

func CopyrightNEQ(v string) predicate.Song

CopyrightNEQ applies the NEQ predicate on the "copyright" field.

func CopyrightNotIn

func CopyrightNotIn(vs ...string) predicate.Song

CopyrightNotIn applies the NotIn predicate on the "copyright" field.

func CopyrightNotNil

func CopyrightNotNil() predicate.Song

CopyrightNotNil applies the NotNil predicate on the "copyright" field.

func CreatedDate

func CreatedDate(v time.Time) predicate.Song

CreatedDate applies equality check predicate on the "created_date" field. It's identical to CreatedDateEQ.

func CreatedDateEQ

func CreatedDateEQ(v time.Time) predicate.Song

CreatedDateEQ applies the EQ predicate on the "created_date" field.

func CreatedDateGT

func CreatedDateGT(v time.Time) predicate.Song

CreatedDateGT applies the GT predicate on the "created_date" field.

func CreatedDateGTE

func CreatedDateGTE(v time.Time) predicate.Song

CreatedDateGTE applies the GTE predicate on the "created_date" field.

func CreatedDateIn

func CreatedDateIn(vs ...time.Time) predicate.Song

CreatedDateIn applies the In predicate on the "created_date" field.

func CreatedDateIsNil

func CreatedDateIsNil() predicate.Song

CreatedDateIsNil applies the IsNil predicate on the "created_date" field.

func CreatedDateLT

func CreatedDateLT(v time.Time) predicate.Song

CreatedDateLT applies the LT predicate on the "created_date" field.

func CreatedDateLTE

func CreatedDateLTE(v time.Time) predicate.Song

CreatedDateLTE applies the LTE predicate on the "created_date" field.

func CreatedDateNEQ

func CreatedDateNEQ(v time.Time) predicate.Song

CreatedDateNEQ applies the NEQ predicate on the "created_date" field.

func CreatedDateNotIn

func CreatedDateNotIn(vs ...time.Time) predicate.Song

CreatedDateNotIn applies the NotIn predicate on the "created_date" field.

func CreatedDateNotNil

func CreatedDateNotNil() predicate.Song

CreatedDateNotNil applies the NotNil predicate on the "created_date" field.

func DateTagged

func DateTagged(v time.Time) predicate.Song

DateTagged applies equality check predicate on the "date_tagged" field. It's identical to DateTaggedEQ.

func DateTaggedEQ

func DateTaggedEQ(v time.Time) predicate.Song

DateTaggedEQ applies the EQ predicate on the "date_tagged" field.

func DateTaggedGT

func DateTaggedGT(v time.Time) predicate.Song

DateTaggedGT applies the GT predicate on the "date_tagged" field.

func DateTaggedGTE

func DateTaggedGTE(v time.Time) predicate.Song

DateTaggedGTE applies the GTE predicate on the "date_tagged" field.

func DateTaggedIn

func DateTaggedIn(vs ...time.Time) predicate.Song

DateTaggedIn applies the In predicate on the "date_tagged" field.

func DateTaggedIsNil

func DateTaggedIsNil() predicate.Song

DateTaggedIsNil applies the IsNil predicate on the "date_tagged" field.

func DateTaggedLT

func DateTaggedLT(v time.Time) predicate.Song

DateTaggedLT applies the LT predicate on the "date_tagged" field.

func DateTaggedLTE

func DateTaggedLTE(v time.Time) predicate.Song

DateTaggedLTE applies the LTE predicate on the "date_tagged" field.

func DateTaggedNEQ

func DateTaggedNEQ(v time.Time) predicate.Song

DateTaggedNEQ applies the NEQ predicate on the "date_tagged" field.

func DateTaggedNotIn

func DateTaggedNotIn(vs ...time.Time) predicate.Song

DateTaggedNotIn applies the NotIn predicate on the "date_tagged" field.

func DateTaggedNotNil

func DateTaggedNotNil() predicate.Song

DateTaggedNotNil applies the NotNil predicate on the "date_tagged" field.

func Description

func Description(v string) predicate.Song

Description applies equality check predicate on the "description" field. It's identical to DescriptionEQ.

func DescriptionContains

func DescriptionContains(v string) predicate.Song

DescriptionContains applies the Contains predicate on the "description" field.

func DescriptionContainsFold

func DescriptionContainsFold(v string) predicate.Song

DescriptionContainsFold applies the ContainsFold predicate on the "description" field.

func DescriptionEQ

func DescriptionEQ(v string) predicate.Song

DescriptionEQ applies the EQ predicate on the "description" field.

func DescriptionEqualFold

func DescriptionEqualFold(v string) predicate.Song

DescriptionEqualFold applies the EqualFold predicate on the "description" field.

func DescriptionGT

func DescriptionGT(v string) predicate.Song

DescriptionGT applies the GT predicate on the "description" field.

func DescriptionGTE

func DescriptionGTE(v string) predicate.Song

DescriptionGTE applies the GTE predicate on the "description" field.

func DescriptionHasPrefix

func DescriptionHasPrefix(v string) predicate.Song

DescriptionHasPrefix applies the HasPrefix predicate on the "description" field.

func DescriptionHasSuffix

func DescriptionHasSuffix(v string) predicate.Song

DescriptionHasSuffix applies the HasSuffix predicate on the "description" field.

func DescriptionIn

func DescriptionIn(vs ...string) predicate.Song

DescriptionIn applies the In predicate on the "description" field.

func DescriptionIsNil

func DescriptionIsNil() predicate.Song

DescriptionIsNil applies the IsNil predicate on the "description" field.

func DescriptionLT

func DescriptionLT(v string) predicate.Song

DescriptionLT applies the LT predicate on the "description" field.

func DescriptionLTE

func DescriptionLTE(v string) predicate.Song

DescriptionLTE applies the LTE predicate on the "description" field.

func DescriptionNEQ

func DescriptionNEQ(v string) predicate.Song

DescriptionNEQ applies the NEQ predicate on the "description" field.

func DescriptionNotIn

func DescriptionNotIn(vs ...string) predicate.Song

DescriptionNotIn applies the NotIn predicate on the "description" field.

func DescriptionNotNil

func DescriptionNotNil() predicate.Song

DescriptionNotNil applies the NotNil predicate on the "description" field.

func DiskNumber

func DiskNumber(v uint32) predicate.Song

DiskNumber applies equality check predicate on the "disk_number" field. It's identical to DiskNumberEQ.

func DiskNumberEQ

func DiskNumberEQ(v uint32) predicate.Song

DiskNumberEQ applies the EQ predicate on the "disk_number" field.

func DiskNumberGT

func DiskNumberGT(v uint32) predicate.Song

DiskNumberGT applies the GT predicate on the "disk_number" field.

func DiskNumberGTE

func DiskNumberGTE(v uint32) predicate.Song

DiskNumberGTE applies the GTE predicate on the "disk_number" field.

func DiskNumberIn

func DiskNumberIn(vs ...uint32) predicate.Song

DiskNumberIn applies the In predicate on the "disk_number" field.

func DiskNumberIsNil

func DiskNumberIsNil() predicate.Song

DiskNumberIsNil applies the IsNil predicate on the "disk_number" field.

func DiskNumberLT

func DiskNumberLT(v uint32) predicate.Song

DiskNumberLT applies the LT predicate on the "disk_number" field.

func DiskNumberLTE

func DiskNumberLTE(v uint32) predicate.Song

DiskNumberLTE applies the LTE predicate on the "disk_number" field.

func DiskNumberNEQ

func DiskNumberNEQ(v uint32) predicate.Song

DiskNumberNEQ applies the NEQ predicate on the "disk_number" field.

func DiskNumberNotIn

func DiskNumberNotIn(vs ...uint32) predicate.Song

DiskNumberNotIn applies the NotIn predicate on the "disk_number" field.

func DiskNumberNotNil

func DiskNumberNotNil() predicate.Song

DiskNumberNotNil applies the NotNil predicate on the "disk_number" field.

func Duration

func Duration(v uint32) predicate.Song

Duration applies equality check predicate on the "duration" field. It's identical to DurationEQ.

func DurationEQ

func DurationEQ(v uint32) predicate.Song

DurationEQ applies the EQ predicate on the "duration" field.

func DurationGT

func DurationGT(v uint32) predicate.Song

DurationGT applies the GT predicate on the "duration" field.

func DurationGTE

func DurationGTE(v uint32) predicate.Song

DurationGTE applies the GTE predicate on the "duration" field.

func DurationIn

func DurationIn(vs ...uint32) predicate.Song

DurationIn applies the In predicate on the "duration" field.

func DurationIsNil

func DurationIsNil() predicate.Song

DurationIsNil applies the IsNil predicate on the "duration" field.

func DurationLT

func DurationLT(v uint32) predicate.Song

DurationLT applies the LT predicate on the "duration" field.

func DurationLTE

func DurationLTE(v uint32) predicate.Song

DurationLTE applies the LTE predicate on the "duration" field.

func DurationNEQ

func DurationNEQ(v uint32) predicate.Song

DurationNEQ applies the NEQ predicate on the "duration" field.

func DurationNotIn

func DurationNotIn(vs ...uint32) predicate.Song

DurationNotIn applies the NotIn predicate on the "duration" field.

func DurationNotNil

func DurationNotNil() predicate.Song

DurationNotNil applies the NotNil predicate on the "duration" field.

func FirstAlbumArtist

func FirstAlbumArtist(v string) predicate.Song

FirstAlbumArtist applies equality check predicate on the "first_album_artist" field. It's identical to FirstAlbumArtistEQ.

func FirstAlbumArtistContains

func FirstAlbumArtistContains(v string) predicate.Song

FirstAlbumArtistContains applies the Contains predicate on the "first_album_artist" field.

func FirstAlbumArtistContainsFold

func FirstAlbumArtistContainsFold(v string) predicate.Song

FirstAlbumArtistContainsFold applies the ContainsFold predicate on the "first_album_artist" field.

func FirstAlbumArtistEQ

func FirstAlbumArtistEQ(v string) predicate.Song

FirstAlbumArtistEQ applies the EQ predicate on the "first_album_artist" field.

func FirstAlbumArtistEqualFold

func FirstAlbumArtistEqualFold(v string) predicate.Song

FirstAlbumArtistEqualFold applies the EqualFold predicate on the "first_album_artist" field.

func FirstAlbumArtistGT

func FirstAlbumArtistGT(v string) predicate.Song

FirstAlbumArtistGT applies the GT predicate on the "first_album_artist" field.

func FirstAlbumArtistGTE

func FirstAlbumArtistGTE(v string) predicate.Song

FirstAlbumArtistGTE applies the GTE predicate on the "first_album_artist" field.

func FirstAlbumArtistHasPrefix

func FirstAlbumArtistHasPrefix(v string) predicate.Song

FirstAlbumArtistHasPrefix applies the HasPrefix predicate on the "first_album_artist" field.

func FirstAlbumArtistHasSuffix

func FirstAlbumArtistHasSuffix(v string) predicate.Song

FirstAlbumArtistHasSuffix applies the HasSuffix predicate on the "first_album_artist" field.

func FirstAlbumArtistIn

func FirstAlbumArtistIn(vs ...string) predicate.Song

FirstAlbumArtistIn applies the In predicate on the "first_album_artist" field.

func FirstAlbumArtistIsNil

func FirstAlbumArtistIsNil() predicate.Song

FirstAlbumArtistIsNil applies the IsNil predicate on the "first_album_artist" field.

func FirstAlbumArtistLT

func FirstAlbumArtistLT(v string) predicate.Song

FirstAlbumArtistLT applies the LT predicate on the "first_album_artist" field.

func FirstAlbumArtistLTE

func FirstAlbumArtistLTE(v string) predicate.Song

FirstAlbumArtistLTE applies the LTE predicate on the "first_album_artist" field.

func FirstAlbumArtistNEQ

func FirstAlbumArtistNEQ(v string) predicate.Song

FirstAlbumArtistNEQ applies the NEQ predicate on the "first_album_artist" field.

func FirstAlbumArtistNotIn

func FirstAlbumArtistNotIn(vs ...string) predicate.Song

FirstAlbumArtistNotIn applies the NotIn predicate on the "first_album_artist" field.

func FirstAlbumArtistNotNil

func FirstAlbumArtistNotNil() predicate.Song

FirstAlbumArtistNotNil applies the NotNil predicate on the "first_album_artist" field.

func FirstAlbumArtistSort

func FirstAlbumArtistSort(v string) predicate.Song

FirstAlbumArtistSort applies equality check predicate on the "first_album_artist_sort" field. It's identical to FirstAlbumArtistSortEQ.

func FirstAlbumArtistSortContains

func FirstAlbumArtistSortContains(v string) predicate.Song

FirstAlbumArtistSortContains applies the Contains predicate on the "first_album_artist_sort" field.

func FirstAlbumArtistSortContainsFold

func FirstAlbumArtistSortContainsFold(v string) predicate.Song

FirstAlbumArtistSortContainsFold applies the ContainsFold predicate on the "first_album_artist_sort" field.

func FirstAlbumArtistSortEQ

func FirstAlbumArtistSortEQ(v string) predicate.Song

FirstAlbumArtistSortEQ applies the EQ predicate on the "first_album_artist_sort" field.

func FirstAlbumArtistSortEqualFold

func FirstAlbumArtistSortEqualFold(v string) predicate.Song

FirstAlbumArtistSortEqualFold applies the EqualFold predicate on the "first_album_artist_sort" field.

func FirstAlbumArtistSortGT

func FirstAlbumArtistSortGT(v string) predicate.Song

FirstAlbumArtistSortGT applies the GT predicate on the "first_album_artist_sort" field.

func FirstAlbumArtistSortGTE

func FirstAlbumArtistSortGTE(v string) predicate.Song

FirstAlbumArtistSortGTE applies the GTE predicate on the "first_album_artist_sort" field.

func FirstAlbumArtistSortHasPrefix

func FirstAlbumArtistSortHasPrefix(v string) predicate.Song

FirstAlbumArtistSortHasPrefix applies the HasPrefix predicate on the "first_album_artist_sort" field.

func FirstAlbumArtistSortHasSuffix

func FirstAlbumArtistSortHasSuffix(v string) predicate.Song

FirstAlbumArtistSortHasSuffix applies the HasSuffix predicate on the "first_album_artist_sort" field.

func FirstAlbumArtistSortIn

func FirstAlbumArtistSortIn(vs ...string) predicate.Song

FirstAlbumArtistSortIn applies the In predicate on the "first_album_artist_sort" field.

func FirstAlbumArtistSortIsNil

func FirstAlbumArtistSortIsNil() predicate.Song

FirstAlbumArtistSortIsNil applies the IsNil predicate on the "first_album_artist_sort" field.

func FirstAlbumArtistSortLT

func FirstAlbumArtistSortLT(v string) predicate.Song

FirstAlbumArtistSortLT applies the LT predicate on the "first_album_artist_sort" field.

func FirstAlbumArtistSortLTE

func FirstAlbumArtistSortLTE(v string) predicate.Song

FirstAlbumArtistSortLTE applies the LTE predicate on the "first_album_artist_sort" field.

func FirstAlbumArtistSortNEQ

func FirstAlbumArtistSortNEQ(v string) predicate.Song

FirstAlbumArtistSortNEQ applies the NEQ predicate on the "first_album_artist_sort" field.

func FirstAlbumArtistSortNotIn

func FirstAlbumArtistSortNotIn(vs ...string) predicate.Song

FirstAlbumArtistSortNotIn applies the NotIn predicate on the "first_album_artist_sort" field.

func FirstAlbumArtistSortNotNil

func FirstAlbumArtistSortNotNil() predicate.Song

FirstAlbumArtistSortNotNil applies the NotNil predicate on the "first_album_artist_sort" field.

func FirstArtist

func FirstArtist(v string) predicate.Song

FirstArtist applies equality check predicate on the "first_artist" field. It's identical to FirstArtistEQ.

func FirstArtistContains

func FirstArtistContains(v string) predicate.Song

FirstArtistContains applies the Contains predicate on the "first_artist" field.

func FirstArtistContainsFold

func FirstArtistContainsFold(v string) predicate.Song

FirstArtistContainsFold applies the ContainsFold predicate on the "first_artist" field.

func FirstArtistEQ

func FirstArtistEQ(v string) predicate.Song

FirstArtistEQ applies the EQ predicate on the "first_artist" field.

func FirstArtistEqualFold

func FirstArtistEqualFold(v string) predicate.Song

FirstArtistEqualFold applies the EqualFold predicate on the "first_artist" field.

func FirstArtistGT

func FirstArtistGT(v string) predicate.Song

FirstArtistGT applies the GT predicate on the "first_artist" field.

func FirstArtistGTE

func FirstArtistGTE(v string) predicate.Song

FirstArtistGTE applies the GTE predicate on the "first_artist" field.

func FirstArtistHasPrefix

func FirstArtistHasPrefix(v string) predicate.Song

FirstArtistHasPrefix applies the HasPrefix predicate on the "first_artist" field.

func FirstArtistHasSuffix

func FirstArtistHasSuffix(v string) predicate.Song

FirstArtistHasSuffix applies the HasSuffix predicate on the "first_artist" field.

func FirstArtistIn

func FirstArtistIn(vs ...string) predicate.Song

FirstArtistIn applies the In predicate on the "first_artist" field.

func FirstArtistIsNil

func FirstArtistIsNil() predicate.Song

FirstArtistIsNil applies the IsNil predicate on the "first_artist" field.

func FirstArtistLT

func FirstArtistLT(v string) predicate.Song

FirstArtistLT applies the LT predicate on the "first_artist" field.

func FirstArtistLTE

func FirstArtistLTE(v string) predicate.Song

FirstArtistLTE applies the LTE predicate on the "first_artist" field.

func FirstArtistNEQ

func FirstArtistNEQ(v string) predicate.Song

FirstArtistNEQ applies the NEQ predicate on the "first_artist" field.

func FirstArtistNotIn

func FirstArtistNotIn(vs ...string) predicate.Song

FirstArtistNotIn applies the NotIn predicate on the "first_artist" field.

func FirstArtistNotNil

func FirstArtistNotNil() predicate.Song

FirstArtistNotNil applies the NotNil predicate on the "first_artist" field.

func FirstArtistSort

func FirstArtistSort(v string) predicate.Song

FirstArtistSort applies equality check predicate on the "first_artist_sort" field. It's identical to FirstArtistSortEQ.

func FirstArtistSortContains

func FirstArtistSortContains(v string) predicate.Song

FirstArtistSortContains applies the Contains predicate on the "first_artist_sort" field.

func FirstArtistSortContainsFold

func FirstArtistSortContainsFold(v string) predicate.Song

FirstArtistSortContainsFold applies the ContainsFold predicate on the "first_artist_sort" field.

func FirstArtistSortEQ

func FirstArtistSortEQ(v string) predicate.Song

FirstArtistSortEQ applies the EQ predicate on the "first_artist_sort" field.

func FirstArtistSortEqualFold

func FirstArtistSortEqualFold(v string) predicate.Song

FirstArtistSortEqualFold applies the EqualFold predicate on the "first_artist_sort" field.

func FirstArtistSortGT

func FirstArtistSortGT(v string) predicate.Song

FirstArtistSortGT applies the GT predicate on the "first_artist_sort" field.

func FirstArtistSortGTE

func FirstArtistSortGTE(v string) predicate.Song

FirstArtistSortGTE applies the GTE predicate on the "first_artist_sort" field.

func FirstArtistSortHasPrefix

func FirstArtistSortHasPrefix(v string) predicate.Song

FirstArtistSortHasPrefix applies the HasPrefix predicate on the "first_artist_sort" field.

func FirstArtistSortHasSuffix

func FirstArtistSortHasSuffix(v string) predicate.Song

FirstArtistSortHasSuffix applies the HasSuffix predicate on the "first_artist_sort" field.

func FirstArtistSortIn

func FirstArtistSortIn(vs ...string) predicate.Song

FirstArtistSortIn applies the In predicate on the "first_artist_sort" field.

func FirstArtistSortIsNil

func FirstArtistSortIsNil() predicate.Song

FirstArtistSortIsNil applies the IsNil predicate on the "first_artist_sort" field.

func FirstArtistSortLT

func FirstArtistSortLT(v string) predicate.Song

FirstArtistSortLT applies the LT predicate on the "first_artist_sort" field.

func FirstArtistSortLTE

func FirstArtistSortLTE(v string) predicate.Song

FirstArtistSortLTE applies the LTE predicate on the "first_artist_sort" field.

func FirstArtistSortNEQ

func FirstArtistSortNEQ(v string) predicate.Song

FirstArtistSortNEQ applies the NEQ predicate on the "first_artist_sort" field.

func FirstArtistSortNotIn

func FirstArtistSortNotIn(vs ...string) predicate.Song

FirstArtistSortNotIn applies the NotIn predicate on the "first_artist_sort" field.

func FirstArtistSortNotNil

func FirstArtistSortNotNil() predicate.Song

FirstArtistSortNotNil applies the NotNil predicate on the "first_artist_sort" field.

func FirstComposer

func FirstComposer(v string) predicate.Song

FirstComposer applies equality check predicate on the "first_composer" field. It's identical to FirstComposerEQ.

func FirstComposerContains

func FirstComposerContains(v string) predicate.Song

FirstComposerContains applies the Contains predicate on the "first_composer" field.

func FirstComposerContainsFold

func FirstComposerContainsFold(v string) predicate.Song

FirstComposerContainsFold applies the ContainsFold predicate on the "first_composer" field.

func FirstComposerEQ

func FirstComposerEQ(v string) predicate.Song

FirstComposerEQ applies the EQ predicate on the "first_composer" field.

func FirstComposerEqualFold

func FirstComposerEqualFold(v string) predicate.Song

FirstComposerEqualFold applies the EqualFold predicate on the "first_composer" field.

func FirstComposerGT

func FirstComposerGT(v string) predicate.Song

FirstComposerGT applies the GT predicate on the "first_composer" field.

func FirstComposerGTE

func FirstComposerGTE(v string) predicate.Song

FirstComposerGTE applies the GTE predicate on the "first_composer" field.

func FirstComposerHasPrefix

func FirstComposerHasPrefix(v string) predicate.Song

FirstComposerHasPrefix applies the HasPrefix predicate on the "first_composer" field.

func FirstComposerHasSuffix

func FirstComposerHasSuffix(v string) predicate.Song

FirstComposerHasSuffix applies the HasSuffix predicate on the "first_composer" field.

func FirstComposerIn

func FirstComposerIn(vs ...string) predicate.Song

FirstComposerIn applies the In predicate on the "first_composer" field.

func FirstComposerIsNil

func FirstComposerIsNil() predicate.Song

FirstComposerIsNil applies the IsNil predicate on the "first_composer" field.

func FirstComposerLT

func FirstComposerLT(v string) predicate.Song

FirstComposerLT applies the LT predicate on the "first_composer" field.

func FirstComposerLTE

func FirstComposerLTE(v string) predicate.Song

FirstComposerLTE applies the LTE predicate on the "first_composer" field.

func FirstComposerNEQ

func FirstComposerNEQ(v string) predicate.Song

FirstComposerNEQ applies the NEQ predicate on the "first_composer" field.

func FirstComposerNotIn

func FirstComposerNotIn(vs ...string) predicate.Song

FirstComposerNotIn applies the NotIn predicate on the "first_composer" field.

func FirstComposerNotNil

func FirstComposerNotNil() predicate.Song

FirstComposerNotNil applies the NotNil predicate on the "first_composer" field.

func FirstComposerSort

func FirstComposerSort(v string) predicate.Song

FirstComposerSort applies equality check predicate on the "first_composer_sort" field. It's identical to FirstComposerSortEQ.

func FirstComposerSortContains

func FirstComposerSortContains(v string) predicate.Song

FirstComposerSortContains applies the Contains predicate on the "first_composer_sort" field.

func FirstComposerSortContainsFold

func FirstComposerSortContainsFold(v string) predicate.Song

FirstComposerSortContainsFold applies the ContainsFold predicate on the "first_composer_sort" field.

func FirstComposerSortEQ

func FirstComposerSortEQ(v string) predicate.Song

FirstComposerSortEQ applies the EQ predicate on the "first_composer_sort" field.

func FirstComposerSortEqualFold

func FirstComposerSortEqualFold(v string) predicate.Song

FirstComposerSortEqualFold applies the EqualFold predicate on the "first_composer_sort" field.

func FirstComposerSortGT

func FirstComposerSortGT(v string) predicate.Song

FirstComposerSortGT applies the GT predicate on the "first_composer_sort" field.

func FirstComposerSortGTE

func FirstComposerSortGTE(v string) predicate.Song

FirstComposerSortGTE applies the GTE predicate on the "first_composer_sort" field.

func FirstComposerSortHasPrefix

func FirstComposerSortHasPrefix(v string) predicate.Song

FirstComposerSortHasPrefix applies the HasPrefix predicate on the "first_composer_sort" field.

func FirstComposerSortHasSuffix

func FirstComposerSortHasSuffix(v string) predicate.Song

FirstComposerSortHasSuffix applies the HasSuffix predicate on the "first_composer_sort" field.

func FirstComposerSortIn

func FirstComposerSortIn(vs ...string) predicate.Song

FirstComposerSortIn applies the In predicate on the "first_composer_sort" field.

func FirstComposerSortIsNil

func FirstComposerSortIsNil() predicate.Song

FirstComposerSortIsNil applies the IsNil predicate on the "first_composer_sort" field.

func FirstComposerSortLT

func FirstComposerSortLT(v string) predicate.Song

FirstComposerSortLT applies the LT predicate on the "first_composer_sort" field.

func FirstComposerSortLTE

func FirstComposerSortLTE(v string) predicate.Song

FirstComposerSortLTE applies the LTE predicate on the "first_composer_sort" field.

func FirstComposerSortNEQ

func FirstComposerSortNEQ(v string) predicate.Song

FirstComposerSortNEQ applies the NEQ predicate on the "first_composer_sort" field.

func FirstComposerSortNotIn

func FirstComposerSortNotIn(vs ...string) predicate.Song

FirstComposerSortNotIn applies the NotIn predicate on the "first_composer_sort" field.

func FirstComposerSortNotNil

func FirstComposerSortNotNil() predicate.Song

FirstComposerSortNotNil applies the NotNil predicate on the "first_composer_sort" field.

func Genre

func Genre(v string) predicate.Song

Genre applies equality check predicate on the "genre" field. It's identical to GenreEQ.

func GenreContains

func GenreContains(v string) predicate.Song

GenreContains applies the Contains predicate on the "genre" field.

func GenreContainsFold

func GenreContainsFold(v string) predicate.Song

GenreContainsFold applies the ContainsFold predicate on the "genre" field.

func GenreEQ

func GenreEQ(v string) predicate.Song

GenreEQ applies the EQ predicate on the "genre" field.

func GenreEqualFold

func GenreEqualFold(v string) predicate.Song

GenreEqualFold applies the EqualFold predicate on the "genre" field.

func GenreGT

func GenreGT(v string) predicate.Song

GenreGT applies the GT predicate on the "genre" field.

func GenreGTE

func GenreGTE(v string) predicate.Song

GenreGTE applies the GTE predicate on the "genre" field.

func GenreHasPrefix

func GenreHasPrefix(v string) predicate.Song

GenreHasPrefix applies the HasPrefix predicate on the "genre" field.

func GenreHasSuffix

func GenreHasSuffix(v string) predicate.Song

GenreHasSuffix applies the HasSuffix predicate on the "genre" field.

func GenreIn

func GenreIn(vs ...string) predicate.Song

GenreIn applies the In predicate on the "genre" field.

func GenreIsNil

func GenreIsNil() predicate.Song

GenreIsNil applies the IsNil predicate on the "genre" field.

func GenreLT

func GenreLT(v string) predicate.Song

GenreLT applies the LT predicate on the "genre" field.

func GenreLTE

func GenreLTE(v string) predicate.Song

GenreLTE applies the LTE predicate on the "genre" field.

func GenreNEQ

func GenreNEQ(v string) predicate.Song

GenreNEQ applies the NEQ predicate on the "genre" field.

func GenreNotIn

func GenreNotIn(vs ...string) predicate.Song

GenreNotIn applies the NotIn predicate on the "genre" field.

func GenreNotNil

func GenreNotNil() predicate.Song

GenreNotNil applies the NotNil predicate on the "genre" field.

func Grouping

func Grouping(v string) predicate.Song

Grouping applies equality check predicate on the "grouping" field. It's identical to GroupingEQ.

func GroupingContains

func GroupingContains(v string) predicate.Song

GroupingContains applies the Contains predicate on the "grouping" field.

func GroupingContainsFold

func GroupingContainsFold(v string) predicate.Song

GroupingContainsFold applies the ContainsFold predicate on the "grouping" field.

func GroupingEQ

func GroupingEQ(v string) predicate.Song

GroupingEQ applies the EQ predicate on the "grouping" field.

func GroupingEqualFold

func GroupingEqualFold(v string) predicate.Song

GroupingEqualFold applies the EqualFold predicate on the "grouping" field.

func GroupingGT

func GroupingGT(v string) predicate.Song

GroupingGT applies the GT predicate on the "grouping" field.

func GroupingGTE

func GroupingGTE(v string) predicate.Song

GroupingGTE applies the GTE predicate on the "grouping" field.

func GroupingHasPrefix

func GroupingHasPrefix(v string) predicate.Song

GroupingHasPrefix applies the HasPrefix predicate on the "grouping" field.

func GroupingHasSuffix

func GroupingHasSuffix(v string) predicate.Song

GroupingHasSuffix applies the HasSuffix predicate on the "grouping" field.

func GroupingIn

func GroupingIn(vs ...string) predicate.Song

GroupingIn applies the In predicate on the "grouping" field.

func GroupingIsNil

func GroupingIsNil() predicate.Song

GroupingIsNil applies the IsNil predicate on the "grouping" field.

func GroupingLT

func GroupingLT(v string) predicate.Song

GroupingLT applies the LT predicate on the "grouping" field.

func GroupingLTE

func GroupingLTE(v string) predicate.Song

GroupingLTE applies the LTE predicate on the "grouping" field.

func GroupingNEQ

func GroupingNEQ(v string) predicate.Song

GroupingNEQ applies the NEQ predicate on the "grouping" field.

func GroupingNotIn

func GroupingNotIn(vs ...string) predicate.Song

GroupingNotIn applies the NotIn predicate on the "grouping" field.

func GroupingNotNil

func GroupingNotNil() predicate.Song

GroupingNotNil applies the NotNil predicate on the "grouping" field.

func HasTags

func HasTags() predicate.Song

HasTags applies the HasEdge predicate on the "tags" edge.

func HasTagsWith

func HasTagsWith(preds ...predicate.Tag) predicate.Song

HasTagsWith applies the HasEdge predicate on the "tags" edge with a given conditions (other predicates).

func Hash

func Hash(v string) predicate.Song

Hash applies equality check predicate on the "hash" field. It's identical to HashEQ.

func HashContains

func HashContains(v string) predicate.Song

HashContains applies the Contains predicate on the "hash" field.

func HashContainsFold

func HashContainsFold(v string) predicate.Song

HashContainsFold applies the ContainsFold predicate on the "hash" field.

func HashEQ

func HashEQ(v string) predicate.Song

HashEQ applies the EQ predicate on the "hash" field.

func HashEqualFold

func HashEqualFold(v string) predicate.Song

HashEqualFold applies the EqualFold predicate on the "hash" field.

func HashGT

func HashGT(v string) predicate.Song

HashGT applies the GT predicate on the "hash" field.

func HashGTE

func HashGTE(v string) predicate.Song

HashGTE applies the GTE predicate on the "hash" field.

func HashHasPrefix

func HashHasPrefix(v string) predicate.Song

HashHasPrefix applies the HasPrefix predicate on the "hash" field.

func HashHasSuffix

func HashHasSuffix(v string) predicate.Song

HashHasSuffix applies the HasSuffix predicate on the "hash" field.

func HashIn

func HashIn(vs ...string) predicate.Song

HashIn applies the In predicate on the "hash" field.

func HashLT

func HashLT(v string) predicate.Song

HashLT applies the LT predicate on the "hash" field.

func HashLTE

func HashLTE(v string) predicate.Song

HashLTE applies the LTE predicate on the "hash" field.

func HashNEQ

func HashNEQ(v string) predicate.Song

HashNEQ applies the NEQ predicate on the "hash" field.

func HashNotIn

func HashNotIn(vs ...string) predicate.Song

HashNotIn applies the NotIn predicate on the "hash" field.

func ID

func ID(id int64) predicate.Song

ID filters vertices based on their identifier.

func IDEQ

func IDEQ(id int64) predicate.Song

IDEQ applies the EQ predicate on the ID field.

func IDGT

func IDGT(id int64) predicate.Song

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id int64) predicate.Song

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...int64) predicate.Song

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id int64) predicate.Song

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id int64) predicate.Song

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id int64) predicate.Song

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...int64) predicate.Song

IDNotIn applies the NotIn predicate on the ID field.

func InitialKey

func InitialKey(v string) predicate.Song

InitialKey applies equality check predicate on the "initial_key" field. It's identical to InitialKeyEQ.

func InitialKeyContains

func InitialKeyContains(v string) predicate.Song

InitialKeyContains applies the Contains predicate on the "initial_key" field.

func InitialKeyContainsFold

func InitialKeyContainsFold(v string) predicate.Song

InitialKeyContainsFold applies the ContainsFold predicate on the "initial_key" field.

func InitialKeyEQ

func InitialKeyEQ(v string) predicate.Song

InitialKeyEQ applies the EQ predicate on the "initial_key" field.

func InitialKeyEqualFold

func InitialKeyEqualFold(v string) predicate.Song

InitialKeyEqualFold applies the EqualFold predicate on the "initial_key" field.

func InitialKeyGT

func InitialKeyGT(v string) predicate.Song

InitialKeyGT applies the GT predicate on the "initial_key" field.

func InitialKeyGTE

func InitialKeyGTE(v string) predicate.Song

InitialKeyGTE applies the GTE predicate on the "initial_key" field.

func InitialKeyHasPrefix

func InitialKeyHasPrefix(v string) predicate.Song

InitialKeyHasPrefix applies the HasPrefix predicate on the "initial_key" field.

func InitialKeyHasSuffix

func InitialKeyHasSuffix(v string) predicate.Song

InitialKeyHasSuffix applies the HasSuffix predicate on the "initial_key" field.

func InitialKeyIn

func InitialKeyIn(vs ...string) predicate.Song

InitialKeyIn applies the In predicate on the "initial_key" field.

func InitialKeyIsNil

func InitialKeyIsNil() predicate.Song

InitialKeyIsNil applies the IsNil predicate on the "initial_key" field.

func InitialKeyLT

func InitialKeyLT(v string) predicate.Song

InitialKeyLT applies the LT predicate on the "initial_key" field.

func InitialKeyLTE

func InitialKeyLTE(v string) predicate.Song

InitialKeyLTE applies the LTE predicate on the "initial_key" field.

func InitialKeyNEQ

func InitialKeyNEQ(v string) predicate.Song

InitialKeyNEQ applies the NEQ predicate on the "initial_key" field.

func InitialKeyNotIn

func InitialKeyNotIn(vs ...string) predicate.Song

InitialKeyNotIn applies the NotIn predicate on the "initial_key" field.

func InitialKeyNotNil

func InitialKeyNotNil() predicate.Song

InitialKeyNotNil applies the NotNil predicate on the "initial_key" field.

func Isrc

func Isrc(v string) predicate.Song

Isrc applies equality check predicate on the "isrc" field. It's identical to IsrcEQ.

func IsrcContains

func IsrcContains(v string) predicate.Song

IsrcContains applies the Contains predicate on the "isrc" field.

func IsrcContainsFold

func IsrcContainsFold(v string) predicate.Song

IsrcContainsFold applies the ContainsFold predicate on the "isrc" field.

func IsrcEQ

func IsrcEQ(v string) predicate.Song

IsrcEQ applies the EQ predicate on the "isrc" field.

func IsrcEqualFold

func IsrcEqualFold(v string) predicate.Song

IsrcEqualFold applies the EqualFold predicate on the "isrc" field.

func IsrcGT

func IsrcGT(v string) predicate.Song

IsrcGT applies the GT predicate on the "isrc" field.

func IsrcGTE

func IsrcGTE(v string) predicate.Song

IsrcGTE applies the GTE predicate on the "isrc" field.

func IsrcHasPrefix

func IsrcHasPrefix(v string) predicate.Song

IsrcHasPrefix applies the HasPrefix predicate on the "isrc" field.

func IsrcHasSuffix

func IsrcHasSuffix(v string) predicate.Song

IsrcHasSuffix applies the HasSuffix predicate on the "isrc" field.

func IsrcIn

func IsrcIn(vs ...string) predicate.Song

IsrcIn applies the In predicate on the "isrc" field.

func IsrcIsNil

func IsrcIsNil() predicate.Song

IsrcIsNil applies the IsNil predicate on the "isrc" field.

func IsrcLT

func IsrcLT(v string) predicate.Song

IsrcLT applies the LT predicate on the "isrc" field.

func IsrcLTE

func IsrcLTE(v string) predicate.Song

IsrcLTE applies the LTE predicate on the "isrc" field.

func IsrcNEQ

func IsrcNEQ(v string) predicate.Song

IsrcNEQ applies the NEQ predicate on the "isrc" field.

func IsrcNotIn

func IsrcNotIn(vs ...string) predicate.Song

IsrcNotIn applies the NotIn predicate on the "isrc" field.

func IsrcNotNil

func IsrcNotNil() predicate.Song

IsrcNotNil applies the NotNil predicate on the "isrc" field.

func Lyrics

func Lyrics(v string) predicate.Song

Lyrics applies equality check predicate on the "lyrics" field. It's identical to LyricsEQ.

func LyricsContains

func LyricsContains(v string) predicate.Song

LyricsContains applies the Contains predicate on the "lyrics" field.

func LyricsContainsFold

func LyricsContainsFold(v string) predicate.Song

LyricsContainsFold applies the ContainsFold predicate on the "lyrics" field.

func LyricsEQ

func LyricsEQ(v string) predicate.Song

LyricsEQ applies the EQ predicate on the "lyrics" field.

func LyricsEqualFold

func LyricsEqualFold(v string) predicate.Song

LyricsEqualFold applies the EqualFold predicate on the "lyrics" field.

func LyricsGT

func LyricsGT(v string) predicate.Song

LyricsGT applies the GT predicate on the "lyrics" field.

func LyricsGTE

func LyricsGTE(v string) predicate.Song

LyricsGTE applies the GTE predicate on the "lyrics" field.

func LyricsHasPrefix

func LyricsHasPrefix(v string) predicate.Song

LyricsHasPrefix applies the HasPrefix predicate on the "lyrics" field.

func LyricsHasSuffix

func LyricsHasSuffix(v string) predicate.Song

LyricsHasSuffix applies the HasSuffix predicate on the "lyrics" field.

func LyricsIn

func LyricsIn(vs ...string) predicate.Song

LyricsIn applies the In predicate on the "lyrics" field.

func LyricsIsNil

func LyricsIsNil() predicate.Song

LyricsIsNil applies the IsNil predicate on the "lyrics" field.

func LyricsLT

func LyricsLT(v string) predicate.Song

LyricsLT applies the LT predicate on the "lyrics" field.

func LyricsLTE

func LyricsLTE(v string) predicate.Song

LyricsLTE applies the LTE predicate on the "lyrics" field.

func LyricsNEQ

func LyricsNEQ(v string) predicate.Song

LyricsNEQ applies the NEQ predicate on the "lyrics" field.

func LyricsNotIn

func LyricsNotIn(vs ...string) predicate.Song

LyricsNotIn applies the NotIn predicate on the "lyrics" field.

func LyricsNotNil

func LyricsNotNil() predicate.Song

LyricsNotNil applies the NotNil predicate on the "lyrics" field.

func MimeType

func MimeType(v string) predicate.Song

MimeType applies equality check predicate on the "mime_type" field. It's identical to MimeTypeEQ.

func MimeTypeContains

func MimeTypeContains(v string) predicate.Song

MimeTypeContains applies the Contains predicate on the "mime_type" field.

func MimeTypeContainsFold

func MimeTypeContainsFold(v string) predicate.Song

MimeTypeContainsFold applies the ContainsFold predicate on the "mime_type" field.

func MimeTypeEQ

func MimeTypeEQ(v string) predicate.Song

MimeTypeEQ applies the EQ predicate on the "mime_type" field.

func MimeTypeEqualFold

func MimeTypeEqualFold(v string) predicate.Song

MimeTypeEqualFold applies the EqualFold predicate on the "mime_type" field.

func MimeTypeGT

func MimeTypeGT(v string) predicate.Song

MimeTypeGT applies the GT predicate on the "mime_type" field.

func MimeTypeGTE

func MimeTypeGTE(v string) predicate.Song

MimeTypeGTE applies the GTE predicate on the "mime_type" field.

func MimeTypeHasPrefix

func MimeTypeHasPrefix(v string) predicate.Song

MimeTypeHasPrefix applies the HasPrefix predicate on the "mime_type" field.

func MimeTypeHasSuffix

func MimeTypeHasSuffix(v string) predicate.Song

MimeTypeHasSuffix applies the HasSuffix predicate on the "mime_type" field.

func MimeTypeIn

func MimeTypeIn(vs ...string) predicate.Song

MimeTypeIn applies the In predicate on the "mime_type" field.

func MimeTypeIsNil

func MimeTypeIsNil() predicate.Song

MimeTypeIsNil applies the IsNil predicate on the "mime_type" field.

func MimeTypeLT

func MimeTypeLT(v string) predicate.Song

MimeTypeLT applies the LT predicate on the "mime_type" field.

func MimeTypeLTE

func MimeTypeLTE(v string) predicate.Song

MimeTypeLTE applies the LTE predicate on the "mime_type" field.

func MimeTypeNEQ

func MimeTypeNEQ(v string) predicate.Song

MimeTypeNEQ applies the NEQ predicate on the "mime_type" field.

func MimeTypeNotIn

func MimeTypeNotIn(vs ...string) predicate.Song

MimeTypeNotIn applies the NotIn predicate on the "mime_type" field.

func MimeTypeNotNil

func MimeTypeNotNil() predicate.Song

MimeTypeNotNil applies the NotNil predicate on the "mime_type" field.

func ModifiedDate

func ModifiedDate(v time.Time) predicate.Song

ModifiedDate applies equality check predicate on the "modified_date" field. It's identical to ModifiedDateEQ.

func ModifiedDateEQ

func ModifiedDateEQ(v time.Time) predicate.Song

ModifiedDateEQ applies the EQ predicate on the "modified_date" field.

func ModifiedDateGT

func ModifiedDateGT(v time.Time) predicate.Song

ModifiedDateGT applies the GT predicate on the "modified_date" field.

func ModifiedDateGTE

func ModifiedDateGTE(v time.Time) predicate.Song

ModifiedDateGTE applies the GTE predicate on the "modified_date" field.

func ModifiedDateIn

func ModifiedDateIn(vs ...time.Time) predicate.Song

ModifiedDateIn applies the In predicate on the "modified_date" field.

func ModifiedDateIsNil

func ModifiedDateIsNil() predicate.Song

ModifiedDateIsNil applies the IsNil predicate on the "modified_date" field.

func ModifiedDateLT

func ModifiedDateLT(v time.Time) predicate.Song

ModifiedDateLT applies the LT predicate on the "modified_date" field.

func ModifiedDateLTE

func ModifiedDateLTE(v time.Time) predicate.Song

ModifiedDateLTE applies the LTE predicate on the "modified_date" field.

func ModifiedDateNEQ

func ModifiedDateNEQ(v time.Time) predicate.Song

ModifiedDateNEQ applies the NEQ predicate on the "modified_date" field.

func ModifiedDateNotIn

func ModifiedDateNotIn(vs ...time.Time) predicate.Song

ModifiedDateNotIn applies the NotIn predicate on the "modified_date" field.

func ModifiedDateNotNil

func ModifiedDateNotNil() predicate.Song

ModifiedDateNotNil applies the NotNil predicate on the "modified_date" field.

func MusicBrainzArtistID

func MusicBrainzArtistID(v string) predicate.Song

MusicBrainzArtistID applies equality check predicate on the "music_brainz_artist_id" field. It's identical to MusicBrainzArtistIDEQ.

func MusicBrainzArtistIDContains

func MusicBrainzArtistIDContains(v string) predicate.Song

MusicBrainzArtistIDContains applies the Contains predicate on the "music_brainz_artist_id" field.

func MusicBrainzArtistIDContainsFold

func MusicBrainzArtistIDContainsFold(v string) predicate.Song

MusicBrainzArtistIDContainsFold applies the ContainsFold predicate on the "music_brainz_artist_id" field.

func MusicBrainzArtistIDEQ

func MusicBrainzArtistIDEQ(v string) predicate.Song

MusicBrainzArtistIDEQ applies the EQ predicate on the "music_brainz_artist_id" field.

func MusicBrainzArtistIDEqualFold

func MusicBrainzArtistIDEqualFold(v string) predicate.Song

MusicBrainzArtistIDEqualFold applies the EqualFold predicate on the "music_brainz_artist_id" field.

func MusicBrainzArtistIDGT

func MusicBrainzArtistIDGT(v string) predicate.Song

MusicBrainzArtistIDGT applies the GT predicate on the "music_brainz_artist_id" field.

func MusicBrainzArtistIDGTE

func MusicBrainzArtistIDGTE(v string) predicate.Song

MusicBrainzArtistIDGTE applies the GTE predicate on the "music_brainz_artist_id" field.

func MusicBrainzArtistIDHasPrefix

func MusicBrainzArtistIDHasPrefix(v string) predicate.Song

MusicBrainzArtistIDHasPrefix applies the HasPrefix predicate on the "music_brainz_artist_id" field.

func MusicBrainzArtistIDHasSuffix

func MusicBrainzArtistIDHasSuffix(v string) predicate.Song

MusicBrainzArtistIDHasSuffix applies the HasSuffix predicate on the "music_brainz_artist_id" field.

func MusicBrainzArtistIDIn

func MusicBrainzArtistIDIn(vs ...string) predicate.Song

MusicBrainzArtistIDIn applies the In predicate on the "music_brainz_artist_id" field.

func MusicBrainzArtistIDIsNil

func MusicBrainzArtistIDIsNil() predicate.Song

MusicBrainzArtistIDIsNil applies the IsNil predicate on the "music_brainz_artist_id" field.

func MusicBrainzArtistIDLT

func MusicBrainzArtistIDLT(v string) predicate.Song

MusicBrainzArtistIDLT applies the LT predicate on the "music_brainz_artist_id" field.

func MusicBrainzArtistIDLTE

func MusicBrainzArtistIDLTE(v string) predicate.Song

MusicBrainzArtistIDLTE applies the LTE predicate on the "music_brainz_artist_id" field.

func MusicBrainzArtistIDNEQ

func MusicBrainzArtistIDNEQ(v string) predicate.Song

MusicBrainzArtistIDNEQ applies the NEQ predicate on the "music_brainz_artist_id" field.

func MusicBrainzArtistIDNotIn

func MusicBrainzArtistIDNotIn(vs ...string) predicate.Song

MusicBrainzArtistIDNotIn applies the NotIn predicate on the "music_brainz_artist_id" field.

func MusicBrainzArtistIDNotNil

func MusicBrainzArtistIDNotNil() predicate.Song

MusicBrainzArtistIDNotNil applies the NotNil predicate on the "music_brainz_artist_id" field.

func MusicBrainzDiscID

func MusicBrainzDiscID(v string) predicate.Song

MusicBrainzDiscID applies equality check predicate on the "music_brainz_disc_id" field. It's identical to MusicBrainzDiscIDEQ.

func MusicBrainzDiscIDContains

func MusicBrainzDiscIDContains(v string) predicate.Song

MusicBrainzDiscIDContains applies the Contains predicate on the "music_brainz_disc_id" field.

func MusicBrainzDiscIDContainsFold

func MusicBrainzDiscIDContainsFold(v string) predicate.Song

MusicBrainzDiscIDContainsFold applies the ContainsFold predicate on the "music_brainz_disc_id" field.

func MusicBrainzDiscIDEQ

func MusicBrainzDiscIDEQ(v string) predicate.Song

MusicBrainzDiscIDEQ applies the EQ predicate on the "music_brainz_disc_id" field.

func MusicBrainzDiscIDEqualFold

func MusicBrainzDiscIDEqualFold(v string) predicate.Song

MusicBrainzDiscIDEqualFold applies the EqualFold predicate on the "music_brainz_disc_id" field.

func MusicBrainzDiscIDGT

func MusicBrainzDiscIDGT(v string) predicate.Song

MusicBrainzDiscIDGT applies the GT predicate on the "music_brainz_disc_id" field.

func MusicBrainzDiscIDGTE

func MusicBrainzDiscIDGTE(v string) predicate.Song

MusicBrainzDiscIDGTE applies the GTE predicate on the "music_brainz_disc_id" field.

func MusicBrainzDiscIDHasPrefix

func MusicBrainzDiscIDHasPrefix(v string) predicate.Song

MusicBrainzDiscIDHasPrefix applies the HasPrefix predicate on the "music_brainz_disc_id" field.

func MusicBrainzDiscIDHasSuffix

func MusicBrainzDiscIDHasSuffix(v string) predicate.Song

MusicBrainzDiscIDHasSuffix applies the HasSuffix predicate on the "music_brainz_disc_id" field.

func MusicBrainzDiscIDIn

func MusicBrainzDiscIDIn(vs ...string) predicate.Song

MusicBrainzDiscIDIn applies the In predicate on the "music_brainz_disc_id" field.

func MusicBrainzDiscIDIsNil

func MusicBrainzDiscIDIsNil() predicate.Song

MusicBrainzDiscIDIsNil applies the IsNil predicate on the "music_brainz_disc_id" field.

func MusicBrainzDiscIDLT

func MusicBrainzDiscIDLT(v string) predicate.Song

MusicBrainzDiscIDLT applies the LT predicate on the "music_brainz_disc_id" field.

func MusicBrainzDiscIDLTE

func MusicBrainzDiscIDLTE(v string) predicate.Song

MusicBrainzDiscIDLTE applies the LTE predicate on the "music_brainz_disc_id" field.

func MusicBrainzDiscIDNEQ

func MusicBrainzDiscIDNEQ(v string) predicate.Song

MusicBrainzDiscIDNEQ applies the NEQ predicate on the "music_brainz_disc_id" field.

func MusicBrainzDiscIDNotIn

func MusicBrainzDiscIDNotIn(vs ...string) predicate.Song

MusicBrainzDiscIDNotIn applies the NotIn predicate on the "music_brainz_disc_id" field.

func MusicBrainzDiscIDNotNil

func MusicBrainzDiscIDNotNil() predicate.Song

MusicBrainzDiscIDNotNil applies the NotNil predicate on the "music_brainz_disc_id" field.

func MusicBrainzReleaseArtistID

func MusicBrainzReleaseArtistID(v string) predicate.Song

MusicBrainzReleaseArtistID applies equality check predicate on the "music_brainz_release_artist_id" field. It's identical to MusicBrainzReleaseArtistIDEQ.

func MusicBrainzReleaseArtistIDContains

func MusicBrainzReleaseArtistIDContains(v string) predicate.Song

MusicBrainzReleaseArtistIDContains applies the Contains predicate on the "music_brainz_release_artist_id" field.

func MusicBrainzReleaseArtistIDContainsFold

func MusicBrainzReleaseArtistIDContainsFold(v string) predicate.Song

MusicBrainzReleaseArtistIDContainsFold applies the ContainsFold predicate on the "music_brainz_release_artist_id" field.

func MusicBrainzReleaseArtistIDEQ

func MusicBrainzReleaseArtistIDEQ(v string) predicate.Song

MusicBrainzReleaseArtistIDEQ applies the EQ predicate on the "music_brainz_release_artist_id" field.

func MusicBrainzReleaseArtistIDEqualFold

func MusicBrainzReleaseArtistIDEqualFold(v string) predicate.Song

MusicBrainzReleaseArtistIDEqualFold applies the EqualFold predicate on the "music_brainz_release_artist_id" field.

func MusicBrainzReleaseArtistIDGT

func MusicBrainzReleaseArtistIDGT(v string) predicate.Song

MusicBrainzReleaseArtistIDGT applies the GT predicate on the "music_brainz_release_artist_id" field.

func MusicBrainzReleaseArtistIDGTE

func MusicBrainzReleaseArtistIDGTE(v string) predicate.Song

MusicBrainzReleaseArtistIDGTE applies the GTE predicate on the "music_brainz_release_artist_id" field.

func MusicBrainzReleaseArtistIDHasPrefix

func MusicBrainzReleaseArtistIDHasPrefix(v string) predicate.Song

MusicBrainzReleaseArtistIDHasPrefix applies the HasPrefix predicate on the "music_brainz_release_artist_id" field.

func MusicBrainzReleaseArtistIDHasSuffix

func MusicBrainzReleaseArtistIDHasSuffix(v string) predicate.Song

MusicBrainzReleaseArtistIDHasSuffix applies the HasSuffix predicate on the "music_brainz_release_artist_id" field.

func MusicBrainzReleaseArtistIDIn

func MusicBrainzReleaseArtistIDIn(vs ...string) predicate.Song

MusicBrainzReleaseArtistIDIn applies the In predicate on the "music_brainz_release_artist_id" field.

func MusicBrainzReleaseArtistIDIsNil

func MusicBrainzReleaseArtistIDIsNil() predicate.Song

MusicBrainzReleaseArtistIDIsNil applies the IsNil predicate on the "music_brainz_release_artist_id" field.

func MusicBrainzReleaseArtistIDLT

func MusicBrainzReleaseArtistIDLT(v string) predicate.Song

MusicBrainzReleaseArtistIDLT applies the LT predicate on the "music_brainz_release_artist_id" field.

func MusicBrainzReleaseArtistIDLTE

func MusicBrainzReleaseArtistIDLTE(v string) predicate.Song

MusicBrainzReleaseArtistIDLTE applies the LTE predicate on the "music_brainz_release_artist_id" field.

func MusicBrainzReleaseArtistIDNEQ

func MusicBrainzReleaseArtistIDNEQ(v string) predicate.Song

MusicBrainzReleaseArtistIDNEQ applies the NEQ predicate on the "music_brainz_release_artist_id" field.

func MusicBrainzReleaseArtistIDNotIn

func MusicBrainzReleaseArtistIDNotIn(vs ...string) predicate.Song

MusicBrainzReleaseArtistIDNotIn applies the NotIn predicate on the "music_brainz_release_artist_id" field.

func MusicBrainzReleaseArtistIDNotNil

func MusicBrainzReleaseArtistIDNotNil() predicate.Song

MusicBrainzReleaseArtistIDNotNil applies the NotNil predicate on the "music_brainz_release_artist_id" field.

func MusicBrainzReleaseCountry

func MusicBrainzReleaseCountry(v string) predicate.Song

MusicBrainzReleaseCountry applies equality check predicate on the "music_brainz_release_country" field. It's identical to MusicBrainzReleaseCountryEQ.

func MusicBrainzReleaseCountryContains

func MusicBrainzReleaseCountryContains(v string) predicate.Song

MusicBrainzReleaseCountryContains applies the Contains predicate on the "music_brainz_release_country" field.

func MusicBrainzReleaseCountryContainsFold

func MusicBrainzReleaseCountryContainsFold(v string) predicate.Song

MusicBrainzReleaseCountryContainsFold applies the ContainsFold predicate on the "music_brainz_release_country" field.

func MusicBrainzReleaseCountryEQ

func MusicBrainzReleaseCountryEQ(v string) predicate.Song

MusicBrainzReleaseCountryEQ applies the EQ predicate on the "music_brainz_release_country" field.

func MusicBrainzReleaseCountryEqualFold

func MusicBrainzReleaseCountryEqualFold(v string) predicate.Song

MusicBrainzReleaseCountryEqualFold applies the EqualFold predicate on the "music_brainz_release_country" field.

func MusicBrainzReleaseCountryGT

func MusicBrainzReleaseCountryGT(v string) predicate.Song

MusicBrainzReleaseCountryGT applies the GT predicate on the "music_brainz_release_country" field.

func MusicBrainzReleaseCountryGTE

func MusicBrainzReleaseCountryGTE(v string) predicate.Song

MusicBrainzReleaseCountryGTE applies the GTE predicate on the "music_brainz_release_country" field.

func MusicBrainzReleaseCountryHasPrefix

func MusicBrainzReleaseCountryHasPrefix(v string) predicate.Song

MusicBrainzReleaseCountryHasPrefix applies the HasPrefix predicate on the "music_brainz_release_country" field.

func MusicBrainzReleaseCountryHasSuffix

func MusicBrainzReleaseCountryHasSuffix(v string) predicate.Song

MusicBrainzReleaseCountryHasSuffix applies the HasSuffix predicate on the "music_brainz_release_country" field.

func MusicBrainzReleaseCountryIn

func MusicBrainzReleaseCountryIn(vs ...string) predicate.Song

MusicBrainzReleaseCountryIn applies the In predicate on the "music_brainz_release_country" field.

func MusicBrainzReleaseCountryIsNil

func MusicBrainzReleaseCountryIsNil() predicate.Song

MusicBrainzReleaseCountryIsNil applies the IsNil predicate on the "music_brainz_release_country" field.

func MusicBrainzReleaseCountryLT

func MusicBrainzReleaseCountryLT(v string) predicate.Song

MusicBrainzReleaseCountryLT applies the LT predicate on the "music_brainz_release_country" field.

func MusicBrainzReleaseCountryLTE

func MusicBrainzReleaseCountryLTE(v string) predicate.Song

MusicBrainzReleaseCountryLTE applies the LTE predicate on the "music_brainz_release_country" field.

func MusicBrainzReleaseCountryNEQ

func MusicBrainzReleaseCountryNEQ(v string) predicate.Song

MusicBrainzReleaseCountryNEQ applies the NEQ predicate on the "music_brainz_release_country" field.

func MusicBrainzReleaseCountryNotIn

func MusicBrainzReleaseCountryNotIn(vs ...string) predicate.Song

MusicBrainzReleaseCountryNotIn applies the NotIn predicate on the "music_brainz_release_country" field.

func MusicBrainzReleaseCountryNotNil

func MusicBrainzReleaseCountryNotNil() predicate.Song

MusicBrainzReleaseCountryNotNil applies the NotNil predicate on the "music_brainz_release_country" field.

func MusicBrainzReleaseGroupID

func MusicBrainzReleaseGroupID(v string) predicate.Song

MusicBrainzReleaseGroupID applies equality check predicate on the "music_brainz_release_group_id" field. It's identical to MusicBrainzReleaseGroupIDEQ.

func MusicBrainzReleaseGroupIDContains

func MusicBrainzReleaseGroupIDContains(v string) predicate.Song

MusicBrainzReleaseGroupIDContains applies the Contains predicate on the "music_brainz_release_group_id" field.

func MusicBrainzReleaseGroupIDContainsFold

func MusicBrainzReleaseGroupIDContainsFold(v string) predicate.Song

MusicBrainzReleaseGroupIDContainsFold applies the ContainsFold predicate on the "music_brainz_release_group_id" field.

func MusicBrainzReleaseGroupIDEQ

func MusicBrainzReleaseGroupIDEQ(v string) predicate.Song

MusicBrainzReleaseGroupIDEQ applies the EQ predicate on the "music_brainz_release_group_id" field.

func MusicBrainzReleaseGroupIDEqualFold

func MusicBrainzReleaseGroupIDEqualFold(v string) predicate.Song

MusicBrainzReleaseGroupIDEqualFold applies the EqualFold predicate on the "music_brainz_release_group_id" field.

func MusicBrainzReleaseGroupIDGT

func MusicBrainzReleaseGroupIDGT(v string) predicate.Song

MusicBrainzReleaseGroupIDGT applies the GT predicate on the "music_brainz_release_group_id" field.

func MusicBrainzReleaseGroupIDGTE

func MusicBrainzReleaseGroupIDGTE(v string) predicate.Song

MusicBrainzReleaseGroupIDGTE applies the GTE predicate on the "music_brainz_release_group_id" field.

func MusicBrainzReleaseGroupIDHasPrefix

func MusicBrainzReleaseGroupIDHasPrefix(v string) predicate.Song

MusicBrainzReleaseGroupIDHasPrefix applies the HasPrefix predicate on the "music_brainz_release_group_id" field.

func MusicBrainzReleaseGroupIDHasSuffix

func MusicBrainzReleaseGroupIDHasSuffix(v string) predicate.Song

MusicBrainzReleaseGroupIDHasSuffix applies the HasSuffix predicate on the "music_brainz_release_group_id" field.

func MusicBrainzReleaseGroupIDIn

func MusicBrainzReleaseGroupIDIn(vs ...string) predicate.Song

MusicBrainzReleaseGroupIDIn applies the In predicate on the "music_brainz_release_group_id" field.

func MusicBrainzReleaseGroupIDIsNil

func MusicBrainzReleaseGroupIDIsNil() predicate.Song

MusicBrainzReleaseGroupIDIsNil applies the IsNil predicate on the "music_brainz_release_group_id" field.

func MusicBrainzReleaseGroupIDLT

func MusicBrainzReleaseGroupIDLT(v string) predicate.Song

MusicBrainzReleaseGroupIDLT applies the LT predicate on the "music_brainz_release_group_id" field.

func MusicBrainzReleaseGroupIDLTE

func MusicBrainzReleaseGroupIDLTE(v string) predicate.Song

MusicBrainzReleaseGroupIDLTE applies the LTE predicate on the "music_brainz_release_group_id" field.

func MusicBrainzReleaseGroupIDNEQ

func MusicBrainzReleaseGroupIDNEQ(v string) predicate.Song

MusicBrainzReleaseGroupIDNEQ applies the NEQ predicate on the "music_brainz_release_group_id" field.

func MusicBrainzReleaseGroupIDNotIn

func MusicBrainzReleaseGroupIDNotIn(vs ...string) predicate.Song

MusicBrainzReleaseGroupIDNotIn applies the NotIn predicate on the "music_brainz_release_group_id" field.

func MusicBrainzReleaseGroupIDNotNil

func MusicBrainzReleaseGroupIDNotNil() predicate.Song

MusicBrainzReleaseGroupIDNotNil applies the NotNil predicate on the "music_brainz_release_group_id" field.

func MusicBrainzReleaseID

func MusicBrainzReleaseID(v string) predicate.Song

MusicBrainzReleaseID applies equality check predicate on the "music_brainz_release_id" field. It's identical to MusicBrainzReleaseIDEQ.

func MusicBrainzReleaseIDContains

func MusicBrainzReleaseIDContains(v string) predicate.Song

MusicBrainzReleaseIDContains applies the Contains predicate on the "music_brainz_release_id" field.

func MusicBrainzReleaseIDContainsFold

func MusicBrainzReleaseIDContainsFold(v string) predicate.Song

MusicBrainzReleaseIDContainsFold applies the ContainsFold predicate on the "music_brainz_release_id" field.

func MusicBrainzReleaseIDEQ

func MusicBrainzReleaseIDEQ(v string) predicate.Song

MusicBrainzReleaseIDEQ applies the EQ predicate on the "music_brainz_release_id" field.

func MusicBrainzReleaseIDEqualFold

func MusicBrainzReleaseIDEqualFold(v string) predicate.Song

MusicBrainzReleaseIDEqualFold applies the EqualFold predicate on the "music_brainz_release_id" field.

func MusicBrainzReleaseIDGT

func MusicBrainzReleaseIDGT(v string) predicate.Song

MusicBrainzReleaseIDGT applies the GT predicate on the "music_brainz_release_id" field.

func MusicBrainzReleaseIDGTE

func MusicBrainzReleaseIDGTE(v string) predicate.Song

MusicBrainzReleaseIDGTE applies the GTE predicate on the "music_brainz_release_id" field.

func MusicBrainzReleaseIDHasPrefix

func MusicBrainzReleaseIDHasPrefix(v string) predicate.Song

MusicBrainzReleaseIDHasPrefix applies the HasPrefix predicate on the "music_brainz_release_id" field.

func MusicBrainzReleaseIDHasSuffix

func MusicBrainzReleaseIDHasSuffix(v string) predicate.Song

MusicBrainzReleaseIDHasSuffix applies the HasSuffix predicate on the "music_brainz_release_id" field.

func MusicBrainzReleaseIDIn

func MusicBrainzReleaseIDIn(vs ...string) predicate.Song

MusicBrainzReleaseIDIn applies the In predicate on the "music_brainz_release_id" field.

func MusicBrainzReleaseIDIsNil

func MusicBrainzReleaseIDIsNil() predicate.Song

MusicBrainzReleaseIDIsNil applies the IsNil predicate on the "music_brainz_release_id" field.

func MusicBrainzReleaseIDLT

func MusicBrainzReleaseIDLT(v string) predicate.Song

MusicBrainzReleaseIDLT applies the LT predicate on the "music_brainz_release_id" field.

func MusicBrainzReleaseIDLTE

func MusicBrainzReleaseIDLTE(v string) predicate.Song

MusicBrainzReleaseIDLTE applies the LTE predicate on the "music_brainz_release_id" field.

func MusicBrainzReleaseIDNEQ

func MusicBrainzReleaseIDNEQ(v string) predicate.Song

MusicBrainzReleaseIDNEQ applies the NEQ predicate on the "music_brainz_release_id" field.

func MusicBrainzReleaseIDNotIn

func MusicBrainzReleaseIDNotIn(vs ...string) predicate.Song

MusicBrainzReleaseIDNotIn applies the NotIn predicate on the "music_brainz_release_id" field.

func MusicBrainzReleaseIDNotNil

func MusicBrainzReleaseIDNotNil() predicate.Song

MusicBrainzReleaseIDNotNil applies the NotNil predicate on the "music_brainz_release_id" field.

func MusicBrainzReleaseStatus

func MusicBrainzReleaseStatus(v string) predicate.Song

MusicBrainzReleaseStatus applies equality check predicate on the "music_brainz_release_status" field. It's identical to MusicBrainzReleaseStatusEQ.

func MusicBrainzReleaseStatusContains

func MusicBrainzReleaseStatusContains(v string) predicate.Song

MusicBrainzReleaseStatusContains applies the Contains predicate on the "music_brainz_release_status" field.

func MusicBrainzReleaseStatusContainsFold

func MusicBrainzReleaseStatusContainsFold(v string) predicate.Song

MusicBrainzReleaseStatusContainsFold applies the ContainsFold predicate on the "music_brainz_release_status" field.

func MusicBrainzReleaseStatusEQ

func MusicBrainzReleaseStatusEQ(v string) predicate.Song

MusicBrainzReleaseStatusEQ applies the EQ predicate on the "music_brainz_release_status" field.

func MusicBrainzReleaseStatusEqualFold

func MusicBrainzReleaseStatusEqualFold(v string) predicate.Song

MusicBrainzReleaseStatusEqualFold applies the EqualFold predicate on the "music_brainz_release_status" field.

func MusicBrainzReleaseStatusGT

func MusicBrainzReleaseStatusGT(v string) predicate.Song

MusicBrainzReleaseStatusGT applies the GT predicate on the "music_brainz_release_status" field.

func MusicBrainzReleaseStatusGTE

func MusicBrainzReleaseStatusGTE(v string) predicate.Song

MusicBrainzReleaseStatusGTE applies the GTE predicate on the "music_brainz_release_status" field.

func MusicBrainzReleaseStatusHasPrefix

func MusicBrainzReleaseStatusHasPrefix(v string) predicate.Song

MusicBrainzReleaseStatusHasPrefix applies the HasPrefix predicate on the "music_brainz_release_status" field.

func MusicBrainzReleaseStatusHasSuffix

func MusicBrainzReleaseStatusHasSuffix(v string) predicate.Song

MusicBrainzReleaseStatusHasSuffix applies the HasSuffix predicate on the "music_brainz_release_status" field.

func MusicBrainzReleaseStatusIn

func MusicBrainzReleaseStatusIn(vs ...string) predicate.Song

MusicBrainzReleaseStatusIn applies the In predicate on the "music_brainz_release_status" field.

func MusicBrainzReleaseStatusIsNil

func MusicBrainzReleaseStatusIsNil() predicate.Song

MusicBrainzReleaseStatusIsNil applies the IsNil predicate on the "music_brainz_release_status" field.

func MusicBrainzReleaseStatusLT

func MusicBrainzReleaseStatusLT(v string) predicate.Song

MusicBrainzReleaseStatusLT applies the LT predicate on the "music_brainz_release_status" field.

func MusicBrainzReleaseStatusLTE

func MusicBrainzReleaseStatusLTE(v string) predicate.Song

MusicBrainzReleaseStatusLTE applies the LTE predicate on the "music_brainz_release_status" field.

func MusicBrainzReleaseStatusNEQ

func MusicBrainzReleaseStatusNEQ(v string) predicate.Song

MusicBrainzReleaseStatusNEQ applies the NEQ predicate on the "music_brainz_release_status" field.

func MusicBrainzReleaseStatusNotIn

func MusicBrainzReleaseStatusNotIn(vs ...string) predicate.Song

MusicBrainzReleaseStatusNotIn applies the NotIn predicate on the "music_brainz_release_status" field.

func MusicBrainzReleaseStatusNotNil

func MusicBrainzReleaseStatusNotNil() predicate.Song

MusicBrainzReleaseStatusNotNil applies the NotNil predicate on the "music_brainz_release_status" field.

func MusicBrainzReleaseType

func MusicBrainzReleaseType(v string) predicate.Song

MusicBrainzReleaseType applies equality check predicate on the "music_brainz_release_type" field. It's identical to MusicBrainzReleaseTypeEQ.

func MusicBrainzReleaseTypeContains

func MusicBrainzReleaseTypeContains(v string) predicate.Song

MusicBrainzReleaseTypeContains applies the Contains predicate on the "music_brainz_release_type" field.

func MusicBrainzReleaseTypeContainsFold

func MusicBrainzReleaseTypeContainsFold(v string) predicate.Song

MusicBrainzReleaseTypeContainsFold applies the ContainsFold predicate on the "music_brainz_release_type" field.

func MusicBrainzReleaseTypeEQ

func MusicBrainzReleaseTypeEQ(v string) predicate.Song

MusicBrainzReleaseTypeEQ applies the EQ predicate on the "music_brainz_release_type" field.

func MusicBrainzReleaseTypeEqualFold

func MusicBrainzReleaseTypeEqualFold(v string) predicate.Song

MusicBrainzReleaseTypeEqualFold applies the EqualFold predicate on the "music_brainz_release_type" field.

func MusicBrainzReleaseTypeGT

func MusicBrainzReleaseTypeGT(v string) predicate.Song

MusicBrainzReleaseTypeGT applies the GT predicate on the "music_brainz_release_type" field.

func MusicBrainzReleaseTypeGTE

func MusicBrainzReleaseTypeGTE(v string) predicate.Song

MusicBrainzReleaseTypeGTE applies the GTE predicate on the "music_brainz_release_type" field.

func MusicBrainzReleaseTypeHasPrefix

func MusicBrainzReleaseTypeHasPrefix(v string) predicate.Song

MusicBrainzReleaseTypeHasPrefix applies the HasPrefix predicate on the "music_brainz_release_type" field.

func MusicBrainzReleaseTypeHasSuffix

func MusicBrainzReleaseTypeHasSuffix(v string) predicate.Song

MusicBrainzReleaseTypeHasSuffix applies the HasSuffix predicate on the "music_brainz_release_type" field.

func MusicBrainzReleaseTypeIn

func MusicBrainzReleaseTypeIn(vs ...string) predicate.Song

MusicBrainzReleaseTypeIn applies the In predicate on the "music_brainz_release_type" field.

func MusicBrainzReleaseTypeIsNil

func MusicBrainzReleaseTypeIsNil() predicate.Song

MusicBrainzReleaseTypeIsNil applies the IsNil predicate on the "music_brainz_release_type" field.

func MusicBrainzReleaseTypeLT

func MusicBrainzReleaseTypeLT(v string) predicate.Song

MusicBrainzReleaseTypeLT applies the LT predicate on the "music_brainz_release_type" field.

func MusicBrainzReleaseTypeLTE

func MusicBrainzReleaseTypeLTE(v string) predicate.Song

MusicBrainzReleaseTypeLTE applies the LTE predicate on the "music_brainz_release_type" field.

func MusicBrainzReleaseTypeNEQ

func MusicBrainzReleaseTypeNEQ(v string) predicate.Song

MusicBrainzReleaseTypeNEQ applies the NEQ predicate on the "music_brainz_release_type" field.

func MusicBrainzReleaseTypeNotIn

func MusicBrainzReleaseTypeNotIn(vs ...string) predicate.Song

MusicBrainzReleaseTypeNotIn applies the NotIn predicate on the "music_brainz_release_type" field.

func MusicBrainzReleaseTypeNotNil

func MusicBrainzReleaseTypeNotNil() predicate.Song

MusicBrainzReleaseTypeNotNil applies the NotNil predicate on the "music_brainz_release_type" field.

func MusicBrainzTrackID

func MusicBrainzTrackID(v string) predicate.Song

MusicBrainzTrackID applies equality check predicate on the "music_brainz_track_id" field. It's identical to MusicBrainzTrackIDEQ.

func MusicBrainzTrackIDContains

func MusicBrainzTrackIDContains(v string) predicate.Song

MusicBrainzTrackIDContains applies the Contains predicate on the "music_brainz_track_id" field.

func MusicBrainzTrackIDContainsFold

func MusicBrainzTrackIDContainsFold(v string) predicate.Song

MusicBrainzTrackIDContainsFold applies the ContainsFold predicate on the "music_brainz_track_id" field.

func MusicBrainzTrackIDEQ

func MusicBrainzTrackIDEQ(v string) predicate.Song

MusicBrainzTrackIDEQ applies the EQ predicate on the "music_brainz_track_id" field.

func MusicBrainzTrackIDEqualFold

func MusicBrainzTrackIDEqualFold(v string) predicate.Song

MusicBrainzTrackIDEqualFold applies the EqualFold predicate on the "music_brainz_track_id" field.

func MusicBrainzTrackIDGT

func MusicBrainzTrackIDGT(v string) predicate.Song

MusicBrainzTrackIDGT applies the GT predicate on the "music_brainz_track_id" field.

func MusicBrainzTrackIDGTE

func MusicBrainzTrackIDGTE(v string) predicate.Song

MusicBrainzTrackIDGTE applies the GTE predicate on the "music_brainz_track_id" field.

func MusicBrainzTrackIDHasPrefix

func MusicBrainzTrackIDHasPrefix(v string) predicate.Song

MusicBrainzTrackIDHasPrefix applies the HasPrefix predicate on the "music_brainz_track_id" field.

func MusicBrainzTrackIDHasSuffix

func MusicBrainzTrackIDHasSuffix(v string) predicate.Song

MusicBrainzTrackIDHasSuffix applies the HasSuffix predicate on the "music_brainz_track_id" field.

func MusicBrainzTrackIDIn

func MusicBrainzTrackIDIn(vs ...string) predicate.Song

MusicBrainzTrackIDIn applies the In predicate on the "music_brainz_track_id" field.

func MusicBrainzTrackIDIsNil

func MusicBrainzTrackIDIsNil() predicate.Song

MusicBrainzTrackIDIsNil applies the IsNil predicate on the "music_brainz_track_id" field.

func MusicBrainzTrackIDLT

func MusicBrainzTrackIDLT(v string) predicate.Song

MusicBrainzTrackIDLT applies the LT predicate on the "music_brainz_track_id" field.

func MusicBrainzTrackIDLTE

func MusicBrainzTrackIDLTE(v string) predicate.Song

MusicBrainzTrackIDLTE applies the LTE predicate on the "music_brainz_track_id" field.

func MusicBrainzTrackIDNEQ

func MusicBrainzTrackIDNEQ(v string) predicate.Song

MusicBrainzTrackIDNEQ applies the NEQ predicate on the "music_brainz_track_id" field.

func MusicBrainzTrackIDNotIn

func MusicBrainzTrackIDNotIn(vs ...string) predicate.Song

MusicBrainzTrackIDNotIn applies the NotIn predicate on the "music_brainz_track_id" field.

func MusicBrainzTrackIDNotNil

func MusicBrainzTrackIDNotNil() predicate.Song

MusicBrainzTrackIDNotNil applies the NotNil predicate on the "music_brainz_track_id" field.

func MusicIPID

func MusicIPID(v string) predicate.Song

MusicIPID applies equality check predicate on the "music_ip_id" field. It's identical to MusicIPIDEQ.

func MusicIPIDContains

func MusicIPIDContains(v string) predicate.Song

MusicIPIDContains applies the Contains predicate on the "music_ip_id" field.

func MusicIPIDContainsFold

func MusicIPIDContainsFold(v string) predicate.Song

MusicIPIDContainsFold applies the ContainsFold predicate on the "music_ip_id" field.

func MusicIPIDEQ

func MusicIPIDEQ(v string) predicate.Song

MusicIPIDEQ applies the EQ predicate on the "music_ip_id" field.

func MusicIPIDEqualFold

func MusicIPIDEqualFold(v string) predicate.Song

MusicIPIDEqualFold applies the EqualFold predicate on the "music_ip_id" field.

func MusicIPIDGT

func MusicIPIDGT(v string) predicate.Song

MusicIPIDGT applies the GT predicate on the "music_ip_id" field.

func MusicIPIDGTE

func MusicIPIDGTE(v string) predicate.Song

MusicIPIDGTE applies the GTE predicate on the "music_ip_id" field.

func MusicIPIDHasPrefix

func MusicIPIDHasPrefix(v string) predicate.Song

MusicIPIDHasPrefix applies the HasPrefix predicate on the "music_ip_id" field.

func MusicIPIDHasSuffix

func MusicIPIDHasSuffix(v string) predicate.Song

MusicIPIDHasSuffix applies the HasSuffix predicate on the "music_ip_id" field.

func MusicIPIDIn

func MusicIPIDIn(vs ...string) predicate.Song

MusicIPIDIn applies the In predicate on the "music_ip_id" field.

func MusicIPIDIsNil

func MusicIPIDIsNil() predicate.Song

MusicIPIDIsNil applies the IsNil predicate on the "music_ip_id" field.

func MusicIPIDLT

func MusicIPIDLT(v string) predicate.Song

MusicIPIDLT applies the LT predicate on the "music_ip_id" field.

func MusicIPIDLTE

func MusicIPIDLTE(v string) predicate.Song

MusicIPIDLTE applies the LTE predicate on the "music_ip_id" field.

func MusicIPIDNEQ

func MusicIPIDNEQ(v string) predicate.Song

MusicIPIDNEQ applies the NEQ predicate on the "music_ip_id" field.

func MusicIPIDNotIn

func MusicIPIDNotIn(vs ...string) predicate.Song

MusicIPIDNotIn applies the NotIn predicate on the "music_ip_id" field.

func MusicIPIDNotNil

func MusicIPIDNotNil() predicate.Song

MusicIPIDNotNil applies the NotNil predicate on the "music_ip_id" field.

func Not

Not applies the not operator on the given predicate.

func OfDiskNumber

func OfDiskNumber(v uint32) predicate.Song

OfDiskNumber applies equality check predicate on the "of_disk_number" field. It's identical to OfDiskNumberEQ.

func OfDiskNumberEQ

func OfDiskNumberEQ(v uint32) predicate.Song

OfDiskNumberEQ applies the EQ predicate on the "of_disk_number" field.

func OfDiskNumberGT

func OfDiskNumberGT(v uint32) predicate.Song

OfDiskNumberGT applies the GT predicate on the "of_disk_number" field.

func OfDiskNumberGTE

func OfDiskNumberGTE(v uint32) predicate.Song

OfDiskNumberGTE applies the GTE predicate on the "of_disk_number" field.

func OfDiskNumberIn

func OfDiskNumberIn(vs ...uint32) predicate.Song

OfDiskNumberIn applies the In predicate on the "of_disk_number" field.

func OfDiskNumberIsNil

func OfDiskNumberIsNil() predicate.Song

OfDiskNumberIsNil applies the IsNil predicate on the "of_disk_number" field.

func OfDiskNumberLT

func OfDiskNumberLT(v uint32) predicate.Song

OfDiskNumberLT applies the LT predicate on the "of_disk_number" field.

func OfDiskNumberLTE

func OfDiskNumberLTE(v uint32) predicate.Song

OfDiskNumberLTE applies the LTE predicate on the "of_disk_number" field.

func OfDiskNumberNEQ

func OfDiskNumberNEQ(v uint32) predicate.Song

OfDiskNumberNEQ applies the NEQ predicate on the "of_disk_number" field.

func OfDiskNumberNotIn

func OfDiskNumberNotIn(vs ...uint32) predicate.Song

OfDiskNumberNotIn applies the NotIn predicate on the "of_disk_number" field.

func OfDiskNumberNotNil

func OfDiskNumberNotNil() predicate.Song

OfDiskNumberNotNil applies the NotNil predicate on the "of_disk_number" field.

func OfTrackNumber

func OfTrackNumber(v uint32) predicate.Song

OfTrackNumber applies equality check predicate on the "of_track_number" field. It's identical to OfTrackNumberEQ.

func OfTrackNumberEQ

func OfTrackNumberEQ(v uint32) predicate.Song

OfTrackNumberEQ applies the EQ predicate on the "of_track_number" field.

func OfTrackNumberGT

func OfTrackNumberGT(v uint32) predicate.Song

OfTrackNumberGT applies the GT predicate on the "of_track_number" field.

func OfTrackNumberGTE

func OfTrackNumberGTE(v uint32) predicate.Song

OfTrackNumberGTE applies the GTE predicate on the "of_track_number" field.

func OfTrackNumberIn

func OfTrackNumberIn(vs ...uint32) predicate.Song

OfTrackNumberIn applies the In predicate on the "of_track_number" field.

func OfTrackNumberIsNil

func OfTrackNumberIsNil() predicate.Song

OfTrackNumberIsNil applies the IsNil predicate on the "of_track_number" field.

func OfTrackNumberLT

func OfTrackNumberLT(v uint32) predicate.Song

OfTrackNumberLT applies the LT predicate on the "of_track_number" field.

func OfTrackNumberLTE

func OfTrackNumberLTE(v uint32) predicate.Song

OfTrackNumberLTE applies the LTE predicate on the "of_track_number" field.

func OfTrackNumberNEQ

func OfTrackNumberNEQ(v uint32) predicate.Song

OfTrackNumberNEQ applies the NEQ predicate on the "of_track_number" field.

func OfTrackNumberNotIn

func OfTrackNumberNotIn(vs ...uint32) predicate.Song

OfTrackNumberNotIn applies the NotIn predicate on the "of_track_number" field.

func OfTrackNumberNotNil

func OfTrackNumberNotNil() predicate.Song

OfTrackNumberNotNil applies the NotNil predicate on the "of_track_number" field.

func Or

func Or(predicates ...predicate.Song) predicate.Song

Or groups list of predicates with the OR operator between them.

func Path

func Path(v string) predicate.Song

Path applies equality check predicate on the "path" field. It's identical to PathEQ.

func PathContains

func PathContains(v string) predicate.Song

PathContains applies the Contains predicate on the "path" field.

func PathContainsFold

func PathContainsFold(v string) predicate.Song

PathContainsFold applies the ContainsFold predicate on the "path" field.

func PathEQ

func PathEQ(v string) predicate.Song

PathEQ applies the EQ predicate on the "path" field.

func PathEqualFold

func PathEqualFold(v string) predicate.Song

PathEqualFold applies the EqualFold predicate on the "path" field.

func PathGT

func PathGT(v string) predicate.Song

PathGT applies the GT predicate on the "path" field.

func PathGTE

func PathGTE(v string) predicate.Song

PathGTE applies the GTE predicate on the "path" field.

func PathHasPrefix

func PathHasPrefix(v string) predicate.Song

PathHasPrefix applies the HasPrefix predicate on the "path" field.

func PathHasSuffix

func PathHasSuffix(v string) predicate.Song

PathHasSuffix applies the HasSuffix predicate on the "path" field.

func PathIn

func PathIn(vs ...string) predicate.Song

PathIn applies the In predicate on the "path" field.

func PathLT

func PathLT(v string) predicate.Song

PathLT applies the LT predicate on the "path" field.

func PathLTE

func PathLTE(v string) predicate.Song

PathLTE applies the LTE predicate on the "path" field.

func PathNEQ

func PathNEQ(v string) predicate.Song

PathNEQ applies the NEQ predicate on the "path" field.

func PathNotIn

func PathNotIn(vs ...string) predicate.Song

PathNotIn applies the NotIn predicate on the "path" field.

func PlayCount

func PlayCount(v uint32) predicate.Song

PlayCount applies equality check predicate on the "play_count" field. It's identical to PlayCountEQ.

func PlayCountEQ

func PlayCountEQ(v uint32) predicate.Song

PlayCountEQ applies the EQ predicate on the "play_count" field.

func PlayCountGT

func PlayCountGT(v uint32) predicate.Song

PlayCountGT applies the GT predicate on the "play_count" field.

func PlayCountGTE

func PlayCountGTE(v uint32) predicate.Song

PlayCountGTE applies the GTE predicate on the "play_count" field.

func PlayCountIn

func PlayCountIn(vs ...uint32) predicate.Song

PlayCountIn applies the In predicate on the "play_count" field.

func PlayCountLT

func PlayCountLT(v uint32) predicate.Song

PlayCountLT applies the LT predicate on the "play_count" field.

func PlayCountLTE

func PlayCountLTE(v uint32) predicate.Song

PlayCountLTE applies the LTE predicate on the "play_count" field.

func PlayCountNEQ

func PlayCountNEQ(v uint32) predicate.Song

PlayCountNEQ applies the NEQ predicate on the "play_count" field.

func PlayCountNotIn

func PlayCountNotIn(vs ...uint32) predicate.Song

PlayCountNotIn applies the NotIn predicate on the "play_count" field.

func Publisher

func Publisher(v string) predicate.Song

Publisher applies equality check predicate on the "publisher" field. It's identical to PublisherEQ.

func PublisherContains

func PublisherContains(v string) predicate.Song

PublisherContains applies the Contains predicate on the "publisher" field.

func PublisherContainsFold

func PublisherContainsFold(v string) predicate.Song

PublisherContainsFold applies the ContainsFold predicate on the "publisher" field.

func PublisherEQ

func PublisherEQ(v string) predicate.Song

PublisherEQ applies the EQ predicate on the "publisher" field.

func PublisherEqualFold

func PublisherEqualFold(v string) predicate.Song

PublisherEqualFold applies the EqualFold predicate on the "publisher" field.

func PublisherGT

func PublisherGT(v string) predicate.Song

PublisherGT applies the GT predicate on the "publisher" field.

func PublisherGTE

func PublisherGTE(v string) predicate.Song

PublisherGTE applies the GTE predicate on the "publisher" field.

func PublisherHasPrefix

func PublisherHasPrefix(v string) predicate.Song

PublisherHasPrefix applies the HasPrefix predicate on the "publisher" field.

func PublisherHasSuffix

func PublisherHasSuffix(v string) predicate.Song

PublisherHasSuffix applies the HasSuffix predicate on the "publisher" field.

func PublisherIn

func PublisherIn(vs ...string) predicate.Song

PublisherIn applies the In predicate on the "publisher" field.

func PublisherIsNil

func PublisherIsNil() predicate.Song

PublisherIsNil applies the IsNil predicate on the "publisher" field.

func PublisherLT

func PublisherLT(v string) predicate.Song

PublisherLT applies the LT predicate on the "publisher" field.

func PublisherLTE

func PublisherLTE(v string) predicate.Song

PublisherLTE applies the LTE predicate on the "publisher" field.

func PublisherNEQ

func PublisherNEQ(v string) predicate.Song

PublisherNEQ applies the NEQ predicate on the "publisher" field.

func PublisherNotIn

func PublisherNotIn(vs ...string) predicate.Song

PublisherNotIn applies the NotIn predicate on the "publisher" field.

func PublisherNotNil

func PublisherNotNil() predicate.Song

PublisherNotNil applies the NotNil predicate on the "publisher" field.

func RemixedBy

func RemixedBy(v string) predicate.Song

RemixedBy applies equality check predicate on the "remixed_by" field. It's identical to RemixedByEQ.

func RemixedByContains

func RemixedByContains(v string) predicate.Song

RemixedByContains applies the Contains predicate on the "remixed_by" field.

func RemixedByContainsFold

func RemixedByContainsFold(v string) predicate.Song

RemixedByContainsFold applies the ContainsFold predicate on the "remixed_by" field.

func RemixedByEQ

func RemixedByEQ(v string) predicate.Song

RemixedByEQ applies the EQ predicate on the "remixed_by" field.

func RemixedByEqualFold

func RemixedByEqualFold(v string) predicate.Song

RemixedByEqualFold applies the EqualFold predicate on the "remixed_by" field.

func RemixedByGT

func RemixedByGT(v string) predicate.Song

RemixedByGT applies the GT predicate on the "remixed_by" field.

func RemixedByGTE

func RemixedByGTE(v string) predicate.Song

RemixedByGTE applies the GTE predicate on the "remixed_by" field.

func RemixedByHasPrefix

func RemixedByHasPrefix(v string) predicate.Song

RemixedByHasPrefix applies the HasPrefix predicate on the "remixed_by" field.

func RemixedByHasSuffix

func RemixedByHasSuffix(v string) predicate.Song

RemixedByHasSuffix applies the HasSuffix predicate on the "remixed_by" field.

func RemixedByIn

func RemixedByIn(vs ...string) predicate.Song

RemixedByIn applies the In predicate on the "remixed_by" field.

func RemixedByIsNil

func RemixedByIsNil() predicate.Song

RemixedByIsNil applies the IsNil predicate on the "remixed_by" field.

func RemixedByLT

func RemixedByLT(v string) predicate.Song

RemixedByLT applies the LT predicate on the "remixed_by" field.

func RemixedByLTE

func RemixedByLTE(v string) predicate.Song

RemixedByLTE applies the LTE predicate on the "remixed_by" field.

func RemixedByNEQ

func RemixedByNEQ(v string) predicate.Song

RemixedByNEQ applies the NEQ predicate on the "remixed_by" field.

func RemixedByNotIn

func RemixedByNotIn(vs ...string) predicate.Song

RemixedByNotIn applies the NotIn predicate on the "remixed_by" field.

func RemixedByNotNil

func RemixedByNotNil() predicate.Song

RemixedByNotNil applies the NotNil predicate on the "remixed_by" field.

func ReplayGainAlbumGain

func ReplayGainAlbumGain(v float64) predicate.Song

ReplayGainAlbumGain applies equality check predicate on the "replay_gain_album_gain" field. It's identical to ReplayGainAlbumGainEQ.

func ReplayGainAlbumGainEQ

func ReplayGainAlbumGainEQ(v float64) predicate.Song

ReplayGainAlbumGainEQ applies the EQ predicate on the "replay_gain_album_gain" field.

func ReplayGainAlbumGainGT

func ReplayGainAlbumGainGT(v float64) predicate.Song

ReplayGainAlbumGainGT applies the GT predicate on the "replay_gain_album_gain" field.

func ReplayGainAlbumGainGTE

func ReplayGainAlbumGainGTE(v float64) predicate.Song

ReplayGainAlbumGainGTE applies the GTE predicate on the "replay_gain_album_gain" field.

func ReplayGainAlbumGainIn

func ReplayGainAlbumGainIn(vs ...float64) predicate.Song

ReplayGainAlbumGainIn applies the In predicate on the "replay_gain_album_gain" field.

func ReplayGainAlbumGainIsNil

func ReplayGainAlbumGainIsNil() predicate.Song

ReplayGainAlbumGainIsNil applies the IsNil predicate on the "replay_gain_album_gain" field.

func ReplayGainAlbumGainLT

func ReplayGainAlbumGainLT(v float64) predicate.Song

ReplayGainAlbumGainLT applies the LT predicate on the "replay_gain_album_gain" field.

func ReplayGainAlbumGainLTE

func ReplayGainAlbumGainLTE(v float64) predicate.Song

ReplayGainAlbumGainLTE applies the LTE predicate on the "replay_gain_album_gain" field.

func ReplayGainAlbumGainNEQ

func ReplayGainAlbumGainNEQ(v float64) predicate.Song

ReplayGainAlbumGainNEQ applies the NEQ predicate on the "replay_gain_album_gain" field.

func ReplayGainAlbumGainNotIn

func ReplayGainAlbumGainNotIn(vs ...float64) predicate.Song

ReplayGainAlbumGainNotIn applies the NotIn predicate on the "replay_gain_album_gain" field.

func ReplayGainAlbumGainNotNil

func ReplayGainAlbumGainNotNil() predicate.Song

ReplayGainAlbumGainNotNil applies the NotNil predicate on the "replay_gain_album_gain" field.

func ReplayGainAlbumPeak

func ReplayGainAlbumPeak(v float64) predicate.Song

ReplayGainAlbumPeak applies equality check predicate on the "replay_gain_album_peak" field. It's identical to ReplayGainAlbumPeakEQ.

func ReplayGainAlbumPeakEQ

func ReplayGainAlbumPeakEQ(v float64) predicate.Song

ReplayGainAlbumPeakEQ applies the EQ predicate on the "replay_gain_album_peak" field.

func ReplayGainAlbumPeakGT

func ReplayGainAlbumPeakGT(v float64) predicate.Song

ReplayGainAlbumPeakGT applies the GT predicate on the "replay_gain_album_peak" field.

func ReplayGainAlbumPeakGTE

func ReplayGainAlbumPeakGTE(v float64) predicate.Song

ReplayGainAlbumPeakGTE applies the GTE predicate on the "replay_gain_album_peak" field.

func ReplayGainAlbumPeakIn

func ReplayGainAlbumPeakIn(vs ...float64) predicate.Song

ReplayGainAlbumPeakIn applies the In predicate on the "replay_gain_album_peak" field.

func ReplayGainAlbumPeakIsNil

func ReplayGainAlbumPeakIsNil() predicate.Song

ReplayGainAlbumPeakIsNil applies the IsNil predicate on the "replay_gain_album_peak" field.

func ReplayGainAlbumPeakLT

func ReplayGainAlbumPeakLT(v float64) predicate.Song

ReplayGainAlbumPeakLT applies the LT predicate on the "replay_gain_album_peak" field.

func ReplayGainAlbumPeakLTE

func ReplayGainAlbumPeakLTE(v float64) predicate.Song

ReplayGainAlbumPeakLTE applies the LTE predicate on the "replay_gain_album_peak" field.

func ReplayGainAlbumPeakNEQ

func ReplayGainAlbumPeakNEQ(v float64) predicate.Song

ReplayGainAlbumPeakNEQ applies the NEQ predicate on the "replay_gain_album_peak" field.

func ReplayGainAlbumPeakNotIn

func ReplayGainAlbumPeakNotIn(vs ...float64) predicate.Song

ReplayGainAlbumPeakNotIn applies the NotIn predicate on the "replay_gain_album_peak" field.

func ReplayGainAlbumPeakNotNil

func ReplayGainAlbumPeakNotNil() predicate.Song

ReplayGainAlbumPeakNotNil applies the NotNil predicate on the "replay_gain_album_peak" field.

func ReplayGainTrackGain

func ReplayGainTrackGain(v float64) predicate.Song

ReplayGainTrackGain applies equality check predicate on the "replay_gain_track_gain" field. It's identical to ReplayGainTrackGainEQ.

func ReplayGainTrackGainEQ

func ReplayGainTrackGainEQ(v float64) predicate.Song

ReplayGainTrackGainEQ applies the EQ predicate on the "replay_gain_track_gain" field.

func ReplayGainTrackGainGT

func ReplayGainTrackGainGT(v float64) predicate.Song

ReplayGainTrackGainGT applies the GT predicate on the "replay_gain_track_gain" field.

func ReplayGainTrackGainGTE

func ReplayGainTrackGainGTE(v float64) predicate.Song

ReplayGainTrackGainGTE applies the GTE predicate on the "replay_gain_track_gain" field.

func ReplayGainTrackGainIn

func ReplayGainTrackGainIn(vs ...float64) predicate.Song

ReplayGainTrackGainIn applies the In predicate on the "replay_gain_track_gain" field.

func ReplayGainTrackGainIsNil

func ReplayGainTrackGainIsNil() predicate.Song

ReplayGainTrackGainIsNil applies the IsNil predicate on the "replay_gain_track_gain" field.

func ReplayGainTrackGainLT

func ReplayGainTrackGainLT(v float64) predicate.Song

ReplayGainTrackGainLT applies the LT predicate on the "replay_gain_track_gain" field.

func ReplayGainTrackGainLTE

func ReplayGainTrackGainLTE(v float64) predicate.Song

ReplayGainTrackGainLTE applies the LTE predicate on the "replay_gain_track_gain" field.

func ReplayGainTrackGainNEQ

func ReplayGainTrackGainNEQ(v float64) predicate.Song

ReplayGainTrackGainNEQ applies the NEQ predicate on the "replay_gain_track_gain" field.

func ReplayGainTrackGainNotIn

func ReplayGainTrackGainNotIn(vs ...float64) predicate.Song

ReplayGainTrackGainNotIn applies the NotIn predicate on the "replay_gain_track_gain" field.

func ReplayGainTrackGainNotNil

func ReplayGainTrackGainNotNil() predicate.Song

ReplayGainTrackGainNotNil applies the NotNil predicate on the "replay_gain_track_gain" field.

func ReplayGainTrackPeak

func ReplayGainTrackPeak(v float64) predicate.Song

ReplayGainTrackPeak applies equality check predicate on the "replay_gain_track_peak" field. It's identical to ReplayGainTrackPeakEQ.

func ReplayGainTrackPeakEQ

func ReplayGainTrackPeakEQ(v float64) predicate.Song

ReplayGainTrackPeakEQ applies the EQ predicate on the "replay_gain_track_peak" field.

func ReplayGainTrackPeakGT

func ReplayGainTrackPeakGT(v float64) predicate.Song

ReplayGainTrackPeakGT applies the GT predicate on the "replay_gain_track_peak" field.

func ReplayGainTrackPeakGTE

func ReplayGainTrackPeakGTE(v float64) predicate.Song

ReplayGainTrackPeakGTE applies the GTE predicate on the "replay_gain_track_peak" field.

func ReplayGainTrackPeakIn

func ReplayGainTrackPeakIn(vs ...float64) predicate.Song

ReplayGainTrackPeakIn applies the In predicate on the "replay_gain_track_peak" field.

func ReplayGainTrackPeakIsNil

func ReplayGainTrackPeakIsNil() predicate.Song

ReplayGainTrackPeakIsNil applies the IsNil predicate on the "replay_gain_track_peak" field.

func ReplayGainTrackPeakLT

func ReplayGainTrackPeakLT(v float64) predicate.Song

ReplayGainTrackPeakLT applies the LT predicate on the "replay_gain_track_peak" field.

func ReplayGainTrackPeakLTE

func ReplayGainTrackPeakLTE(v float64) predicate.Song

ReplayGainTrackPeakLTE applies the LTE predicate on the "replay_gain_track_peak" field.

func ReplayGainTrackPeakNEQ

func ReplayGainTrackPeakNEQ(v float64) predicate.Song

ReplayGainTrackPeakNEQ applies the NEQ predicate on the "replay_gain_track_peak" field.

func ReplayGainTrackPeakNotIn

func ReplayGainTrackPeakNotIn(vs ...float64) predicate.Song

ReplayGainTrackPeakNotIn applies the NotIn predicate on the "replay_gain_track_peak" field.

func ReplayGainTrackPeakNotNil

func ReplayGainTrackPeakNotNil() predicate.Song

ReplayGainTrackPeakNotNil applies the NotNil predicate on the "replay_gain_track_peak" field.

func SkippedCount

func SkippedCount(v uint32) predicate.Song

SkippedCount applies equality check predicate on the "skipped_count" field. It's identical to SkippedCountEQ.

func SkippedCountEQ

func SkippedCountEQ(v uint32) predicate.Song

SkippedCountEQ applies the EQ predicate on the "skipped_count" field.

func SkippedCountGT

func SkippedCountGT(v uint32) predicate.Song

SkippedCountGT applies the GT predicate on the "skipped_count" field.

func SkippedCountGTE

func SkippedCountGTE(v uint32) predicate.Song

SkippedCountGTE applies the GTE predicate on the "skipped_count" field.

func SkippedCountIn

func SkippedCountIn(vs ...uint32) predicate.Song

SkippedCountIn applies the In predicate on the "skipped_count" field.

func SkippedCountLT

func SkippedCountLT(v uint32) predicate.Song

SkippedCountLT applies the LT predicate on the "skipped_count" field.

func SkippedCountLTE

func SkippedCountLTE(v uint32) predicate.Song

SkippedCountLTE applies the LTE predicate on the "skipped_count" field.

func SkippedCountNEQ

func SkippedCountNEQ(v uint32) predicate.Song

SkippedCountNEQ applies the NEQ predicate on the "skipped_count" field.

func SkippedCountNotIn

func SkippedCountNotIn(vs ...uint32) predicate.Song

SkippedCountNotIn applies the NotIn predicate on the "skipped_count" field.

func Subtitle

func Subtitle(v string) predicate.Song

Subtitle applies equality check predicate on the "subtitle" field. It's identical to SubtitleEQ.

func SubtitleContains

func SubtitleContains(v string) predicate.Song

SubtitleContains applies the Contains predicate on the "subtitle" field.

func SubtitleContainsFold

func SubtitleContainsFold(v string) predicate.Song

SubtitleContainsFold applies the ContainsFold predicate on the "subtitle" field.

func SubtitleEQ

func SubtitleEQ(v string) predicate.Song

SubtitleEQ applies the EQ predicate on the "subtitle" field.

func SubtitleEqualFold

func SubtitleEqualFold(v string) predicate.Song

SubtitleEqualFold applies the EqualFold predicate on the "subtitle" field.

func SubtitleGT

func SubtitleGT(v string) predicate.Song

SubtitleGT applies the GT predicate on the "subtitle" field.

func SubtitleGTE

func SubtitleGTE(v string) predicate.Song

SubtitleGTE applies the GTE predicate on the "subtitle" field.

func SubtitleHasPrefix

func SubtitleHasPrefix(v string) predicate.Song

SubtitleHasPrefix applies the HasPrefix predicate on the "subtitle" field.

func SubtitleHasSuffix

func SubtitleHasSuffix(v string) predicate.Song

SubtitleHasSuffix applies the HasSuffix predicate on the "subtitle" field.

func SubtitleIn

func SubtitleIn(vs ...string) predicate.Song

SubtitleIn applies the In predicate on the "subtitle" field.

func SubtitleIsNil

func SubtitleIsNil() predicate.Song

SubtitleIsNil applies the IsNil predicate on the "subtitle" field.

func SubtitleLT

func SubtitleLT(v string) predicate.Song

SubtitleLT applies the LT predicate on the "subtitle" field.

func SubtitleLTE

func SubtitleLTE(v string) predicate.Song

SubtitleLTE applies the LTE predicate on the "subtitle" field.

func SubtitleNEQ

func SubtitleNEQ(v string) predicate.Song

SubtitleNEQ applies the NEQ predicate on the "subtitle" field.

func SubtitleNotIn

func SubtitleNotIn(vs ...string) predicate.Song

SubtitleNotIn applies the NotIn predicate on the "subtitle" field.

func SubtitleNotNil

func SubtitleNotNil() predicate.Song

SubtitleNotNil applies the NotNil predicate on the "subtitle" field.

func Title

func Title(v string) predicate.Song

Title applies equality check predicate on the "title" field. It's identical to TitleEQ.

func TitleContains

func TitleContains(v string) predicate.Song

TitleContains applies the Contains predicate on the "title" field.

func TitleContainsFold

func TitleContainsFold(v string) predicate.Song

TitleContainsFold applies the ContainsFold predicate on the "title" field.

func TitleEQ

func TitleEQ(v string) predicate.Song

TitleEQ applies the EQ predicate on the "title" field.

func TitleEqualFold

func TitleEqualFold(v string) predicate.Song

TitleEqualFold applies the EqualFold predicate on the "title" field.

func TitleGT

func TitleGT(v string) predicate.Song

TitleGT applies the GT predicate on the "title" field.

func TitleGTE

func TitleGTE(v string) predicate.Song

TitleGTE applies the GTE predicate on the "title" field.

func TitleHasPrefix

func TitleHasPrefix(v string) predicate.Song

TitleHasPrefix applies the HasPrefix predicate on the "title" field.

func TitleHasSuffix

func TitleHasSuffix(v string) predicate.Song

TitleHasSuffix applies the HasSuffix predicate on the "title" field.

func TitleIn

func TitleIn(vs ...string) predicate.Song

TitleIn applies the In predicate on the "title" field.

func TitleIsNil

func TitleIsNil() predicate.Song

TitleIsNil applies the IsNil predicate on the "title" field.

func TitleLT

func TitleLT(v string) predicate.Song

TitleLT applies the LT predicate on the "title" field.

func TitleLTE

func TitleLTE(v string) predicate.Song

TitleLTE applies the LTE predicate on the "title" field.

func TitleNEQ

func TitleNEQ(v string) predicate.Song

TitleNEQ applies the NEQ predicate on the "title" field.

func TitleNotIn

func TitleNotIn(vs ...string) predicate.Song

TitleNotIn applies the NotIn predicate on the "title" field.

func TitleNotNil

func TitleNotNil() predicate.Song

TitleNotNil applies the NotNil predicate on the "title" field.

func TitleSort

func TitleSort(v string) predicate.Song

TitleSort applies equality check predicate on the "title_sort" field. It's identical to TitleSortEQ.

func TitleSortContains

func TitleSortContains(v string) predicate.Song

TitleSortContains applies the Contains predicate on the "title_sort" field.

func TitleSortContainsFold

func TitleSortContainsFold(v string) predicate.Song

TitleSortContainsFold applies the ContainsFold predicate on the "title_sort" field.

func TitleSortEQ

func TitleSortEQ(v string) predicate.Song

TitleSortEQ applies the EQ predicate on the "title_sort" field.

func TitleSortEqualFold

func TitleSortEqualFold(v string) predicate.Song

TitleSortEqualFold applies the EqualFold predicate on the "title_sort" field.

func TitleSortGT

func TitleSortGT(v string) predicate.Song

TitleSortGT applies the GT predicate on the "title_sort" field.

func TitleSortGTE

func TitleSortGTE(v string) predicate.Song

TitleSortGTE applies the GTE predicate on the "title_sort" field.

func TitleSortHasPrefix

func TitleSortHasPrefix(v string) predicate.Song

TitleSortHasPrefix applies the HasPrefix predicate on the "title_sort" field.

func TitleSortHasSuffix

func TitleSortHasSuffix(v string) predicate.Song

TitleSortHasSuffix applies the HasSuffix predicate on the "title_sort" field.

func TitleSortIn

func TitleSortIn(vs ...string) predicate.Song

TitleSortIn applies the In predicate on the "title_sort" field.

func TitleSortIsNil

func TitleSortIsNil() predicate.Song

TitleSortIsNil applies the IsNil predicate on the "title_sort" field.

func TitleSortLT

func TitleSortLT(v string) predicate.Song

TitleSortLT applies the LT predicate on the "title_sort" field.

func TitleSortLTE

func TitleSortLTE(v string) predicate.Song

TitleSortLTE applies the LTE predicate on the "title_sort" field.

func TitleSortNEQ

func TitleSortNEQ(v string) predicate.Song

TitleSortNEQ applies the NEQ predicate on the "title_sort" field.

func TitleSortNotIn

func TitleSortNotIn(vs ...string) predicate.Song

TitleSortNotIn applies the NotIn predicate on the "title_sort" field.

func TitleSortNotNil

func TitleSortNotNil() predicate.Song

TitleSortNotNil applies the NotNil predicate on the "title_sort" field.

func TrackNumber

func TrackNumber(v uint32) predicate.Song

TrackNumber applies equality check predicate on the "track_number" field. It's identical to TrackNumberEQ.

func TrackNumberEQ

func TrackNumberEQ(v uint32) predicate.Song

TrackNumberEQ applies the EQ predicate on the "track_number" field.

func TrackNumberGT

func TrackNumberGT(v uint32) predicate.Song

TrackNumberGT applies the GT predicate on the "track_number" field.

func TrackNumberGTE

func TrackNumberGTE(v uint32) predicate.Song

TrackNumberGTE applies the GTE predicate on the "track_number" field.

func TrackNumberIn

func TrackNumberIn(vs ...uint32) predicate.Song

TrackNumberIn applies the In predicate on the "track_number" field.

func TrackNumberIsNil

func TrackNumberIsNil() predicate.Song

TrackNumberIsNil applies the IsNil predicate on the "track_number" field.

func TrackNumberLT

func TrackNumberLT(v uint32) predicate.Song

TrackNumberLT applies the LT predicate on the "track_number" field.

func TrackNumberLTE

func TrackNumberLTE(v uint32) predicate.Song

TrackNumberLTE applies the LTE predicate on the "track_number" field.

func TrackNumberNEQ

func TrackNumberNEQ(v uint32) predicate.Song

TrackNumberNEQ applies the NEQ predicate on the "track_number" field.

func TrackNumberNotIn

func TrackNumberNotIn(vs ...uint32) predicate.Song

TrackNumberNotIn applies the NotIn predicate on the "track_number" field.

func TrackNumberNotNil

func TrackNumberNotNil() predicate.Song

TrackNumberNotNil applies the NotNil predicate on the "track_number" field.

func Year

func Year(v uint32) predicate.Song

Year applies equality check predicate on the "year" field. It's identical to YearEQ.

func YearEQ

func YearEQ(v uint32) predicate.Song

YearEQ applies the EQ predicate on the "year" field.

func YearGT

func YearGT(v uint32) predicate.Song

YearGT applies the GT predicate on the "year" field.

func YearGTE

func YearGTE(v uint32) predicate.Song

YearGTE applies the GTE predicate on the "year" field.

func YearIn

func YearIn(vs ...uint32) predicate.Song

YearIn applies the In predicate on the "year" field.

func YearIsNil

func YearIsNil() predicate.Song

YearIsNil applies the IsNil predicate on the "year" field.

func YearLT

func YearLT(v uint32) predicate.Song

YearLT applies the LT predicate on the "year" field.

func YearLTE

func YearLTE(v uint32) predicate.Song

YearLTE applies the LTE predicate on the "year" field.

func YearNEQ

func YearNEQ(v uint32) predicate.Song

YearNEQ applies the NEQ predicate on the "year" field.

func YearNotIn

func YearNotIn(vs ...uint32) predicate.Song

YearNotIn applies the NotIn predicate on the "year" field.

func YearNotNil

func YearNotNil() predicate.Song

YearNotNil applies the NotNil predicate on the "year" field.

Types

This section is empty.

Jump to

Keyboard shortcuts

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