Documentation ¶
Index ¶
- Variables
- func FileExists(ctx context.Context, exec boil.ContextExecutor, iD int) (bool, error)
- func Files(mods ...qm.QueryMod) fileQuery
- func GroupnameExists(ctx context.Context, exec boil.ContextExecutor, iD int16) (bool, error)
- func Groupnames(mods ...qm.QueryMod) groupnameQuery
- func NetresourceExists(ctx context.Context, exec boil.ContextExecutor, iD int) (bool, error)
- func Netresources(mods ...qm.QueryMod) netresourceQuery
- func NewQuery(mods ...qm.QueryMod) *queries.Query
- type File
- func (o *File) Delete(ctx context.Context, exec boil.ContextExecutor, hardDelete bool) (int64, error)
- func (o *File) Exists(ctx context.Context, exec boil.ContextExecutor) (bool, error)
- func (o *File) Insert(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) error
- func (o *File) Reload(ctx context.Context, exec boil.ContextExecutor) error
- func (o *File) Update(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) (int64, error)
- func (o *File) Upsert(ctx context.Context, exec boil.ContextExecutor, ...) error
- type FileSlice
- type Groupname
- func (o *Groupname) Delete(ctx context.Context, exec boil.ContextExecutor) (int64, error)
- func (o *Groupname) Exists(ctx context.Context, exec boil.ContextExecutor) (bool, error)
- func (o *Groupname) Insert(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) error
- func (o *Groupname) Reload(ctx context.Context, exec boil.ContextExecutor) error
- func (o *Groupname) Update(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) (int64, error)
- func (o *Groupname) Upsert(ctx context.Context, exec boil.ContextExecutor, ...) error
- type GroupnameSlice
- type M
- type Netresource
- func (o *Netresource) Delete(ctx context.Context, exec boil.ContextExecutor, hardDelete bool) (int64, error)
- func (o *Netresource) Exists(ctx context.Context, exec boil.ContextExecutor) (bool, error)
- func (o *Netresource) Insert(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) error
- func (o *Netresource) Reload(ctx context.Context, exec boil.ContextExecutor) error
- func (o *Netresource) Update(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) (int64, error)
- func (o *Netresource) Upsert(ctx context.Context, exec boil.ContextExecutor, ...) error
- type NetresourceSlice
- func (o NetresourceSlice) DeleteAll(ctx context.Context, exec boil.ContextExecutor, hardDelete bool) (int64, error)
- func (o *NetresourceSlice) ReloadAll(ctx context.Context, exec boil.ContextExecutor) error
- func (o NetresourceSlice) UpdateAll(ctx context.Context, exec boil.ContextExecutor, cols M) (int64, error)
Constants ¶
This section is empty.
Variables ¶
var ErrSyncFail = errors.New("models: failed to synchronize data after insert")
ErrSyncFail occurs during insert when the record could not be retrieved in order to populate default value information. This usually happens when LastInsertId fails or there was a primary key configuration that was not resolvable.
var FileColumns = struct { ID string UUID string ListRelations string WebID16colors string WebIDGithub string WebIDYoutube string WebIDPouet string WebIDDemozoo string GroupBrandFor string GroupBrandBy string RecordTitle string DateIssuedYear string DateIssuedMonth string DateIssuedDay string CreditText string CreditProgram string CreditIllustration string CreditAudio string Filename string Filesize string ListLinks string FileSecurityAlertURL string FileZipContent string FileMagicType string PreviewImage string FileIntegrityStrong string FileIntegrityWeak string FileLastModified string Platform string Section string Comment string Createdat string Updatedat string Deletedat string Updatedby string Deletedby string RetrotxtReadme string RetrotxtNoReadme string DoseeRunProgram string DoseeHardwareCPU string DoseeHardwareGraphic string DoseeHardwareAudio string DoseeNoAspectRatioFix string DoseeIncompatible string DoseeNoEms string DoseeNoXMS string DoseeNoUmb string DoseeLoadUtilities string }{ ID: "id", UUID: "uuid", ListRelations: "list_relations", WebID16colors: "web_id_16colors", WebIDGithub: "web_id_github", WebIDYoutube: "web_id_youtube", WebIDPouet: "web_id_pouet", WebIDDemozoo: "web_id_demozoo", GroupBrandFor: "group_brand_for", GroupBrandBy: "group_brand_by", RecordTitle: "record_title", DateIssuedYear: "date_issued_year", DateIssuedMonth: "date_issued_month", DateIssuedDay: "date_issued_day", CreditText: "credit_text", CreditProgram: "credit_program", CreditIllustration: "credit_illustration", CreditAudio: "credit_audio", Filename: "filename", Filesize: "filesize", ListLinks: "list_links", FileSecurityAlertURL: "file_security_alert_url", FileZipContent: "file_zip_content", FileMagicType: "file_magic_type", PreviewImage: "preview_image", FileIntegrityStrong: "file_integrity_strong", FileIntegrityWeak: "file_integrity_weak", FileLastModified: "file_last_modified", Platform: "platform", Section: "section", Comment: "comment", Createdat: "createdat", Updatedat: "updatedat", Deletedat: "deletedat", Updatedby: "updatedby", Deletedby: "deletedby", RetrotxtReadme: "retrotxt_readme", RetrotxtNoReadme: "retrotxt_no_readme", DoseeRunProgram: "dosee_run_program", DoseeHardwareCPU: "dosee_hardware_cpu", DoseeHardwareGraphic: "dosee_hardware_graphic", DoseeHardwareAudio: "dosee_hardware_audio", DoseeNoAspectRatioFix: "dosee_no_aspect_ratio_fix", DoseeIncompatible: "dosee_incompatible", DoseeNoEms: "dosee_no_ems", DoseeNoXMS: "dosee_no_xms", DoseeNoUmb: "dosee_no_umb", DoseeLoadUtilities: "dosee_load_utilities", }
var FileRels = struct {
}{}
FileRels is where relationship names are stored.
var FileTableColumns = struct { ID string UUID string ListRelations string WebID16colors string WebIDGithub string WebIDYoutube string WebIDPouet string WebIDDemozoo string GroupBrandFor string GroupBrandBy string RecordTitle string DateIssuedYear string DateIssuedMonth string DateIssuedDay string CreditText string CreditProgram string CreditIllustration string CreditAudio string Filename string Filesize string ListLinks string FileSecurityAlertURL string FileZipContent string FileMagicType string PreviewImage string FileIntegrityStrong string FileIntegrityWeak string FileLastModified string Platform string Section string Comment string Createdat string Updatedat string Deletedat string Updatedby string Deletedby string RetrotxtReadme string RetrotxtNoReadme string DoseeRunProgram string DoseeHardwareCPU string DoseeHardwareGraphic string DoseeHardwareAudio string DoseeNoAspectRatioFix string DoseeIncompatible string DoseeNoEms string DoseeNoXMS string DoseeNoUmb string DoseeLoadUtilities string }{ ID: "files.id", UUID: "files.uuid", ListRelations: "files.list_relations", WebID16colors: "files.web_id_16colors", WebIDGithub: "files.web_id_github", WebIDYoutube: "files.web_id_youtube", WebIDPouet: "files.web_id_pouet", WebIDDemozoo: "files.web_id_demozoo", GroupBrandFor: "files.group_brand_for", GroupBrandBy: "files.group_brand_by", RecordTitle: "files.record_title", DateIssuedYear: "files.date_issued_year", DateIssuedMonth: "files.date_issued_month", DateIssuedDay: "files.date_issued_day", CreditText: "files.credit_text", CreditProgram: "files.credit_program", CreditIllustration: "files.credit_illustration", CreditAudio: "files.credit_audio", Filename: "files.filename", Filesize: "files.filesize", ListLinks: "files.list_links", FileSecurityAlertURL: "files.file_security_alert_url", FileZipContent: "files.file_zip_content", FileMagicType: "files.file_magic_type", PreviewImage: "files.preview_image", FileIntegrityStrong: "files.file_integrity_strong", FileIntegrityWeak: "files.file_integrity_weak", FileLastModified: "files.file_last_modified", Platform: "files.platform", Section: "files.section", Comment: "files.comment", Createdat: "files.createdat", Updatedat: "files.updatedat", Deletedat: "files.deletedat", Updatedby: "files.updatedby", Deletedby: "files.deletedby", RetrotxtReadme: "files.retrotxt_readme", RetrotxtNoReadme: "files.retrotxt_no_readme", DoseeRunProgram: "files.dosee_run_program", DoseeHardwareCPU: "files.dosee_hardware_cpu", DoseeHardwareGraphic: "files.dosee_hardware_graphic", DoseeHardwareAudio: "files.dosee_hardware_audio", DoseeNoAspectRatioFix: "files.dosee_no_aspect_ratio_fix", DoseeIncompatible: "files.dosee_incompatible", DoseeNoEms: "files.dosee_no_ems", DoseeNoXMS: "files.dosee_no_xms", DoseeNoUmb: "files.dosee_no_umb", DoseeLoadUtilities: "files.dosee_load_utilities", }
var FileWhere = struct { ID whereHelperint UUID whereHelpernull_String ListRelations whereHelpernull_String WebID16colors whereHelpernull_String WebIDGithub whereHelpernull_String WebIDYoutube whereHelpernull_String WebIDPouet whereHelpernull_Int WebIDDemozoo whereHelpernull_Int GroupBrandFor whereHelpernull_String GroupBrandBy whereHelpernull_String RecordTitle whereHelpernull_String DateIssuedYear whereHelpernull_Int16 DateIssuedMonth whereHelpernull_Int8 DateIssuedDay whereHelpernull_Int8 CreditText whereHelpernull_String CreditProgram whereHelpernull_String CreditIllustration whereHelpernull_String CreditAudio whereHelpernull_String Filename whereHelpernull_String Filesize whereHelpernull_Int ListLinks whereHelpernull_String FileSecurityAlertURL whereHelpernull_String FileZipContent whereHelpernull_String FileMagicType whereHelpernull_String PreviewImage whereHelpernull_String FileIntegrityStrong whereHelpernull_String FileIntegrityWeak whereHelpernull_String FileLastModified whereHelpernull_Time Platform whereHelpernull_String Section whereHelpernull_String Comment whereHelpernull_String Createdat whereHelpernull_Time Updatedat whereHelpernull_Time Deletedat whereHelpernull_Time Updatedby whereHelpernull_String Deletedby whereHelpernull_String RetrotxtReadme whereHelpernull_String RetrotxtNoReadme whereHelpernull_Int8 DoseeRunProgram whereHelpernull_String DoseeHardwareCPU whereHelpernull_String DoseeHardwareGraphic whereHelpernull_String DoseeHardwareAudio whereHelpernull_String DoseeNoAspectRatioFix whereHelpernull_Int8 DoseeIncompatible whereHelpernull_Int8 DoseeNoEms whereHelpernull_Int8 DoseeNoXMS whereHelpernull_Int8 DoseeNoUmb whereHelpernull_Int8 DoseeLoadUtilities whereHelpernull_Int8 }{ ID: whereHelperint{/* contains filtered or unexported fields */}, UUID: whereHelpernull_String{/* contains filtered or unexported fields */}, ListRelations: whereHelpernull_String{/* contains filtered or unexported fields */}, WebID16colors: whereHelpernull_String{/* contains filtered or unexported fields */}, WebIDGithub: whereHelpernull_String{/* contains filtered or unexported fields */}, WebIDYoutube: whereHelpernull_String{/* contains filtered or unexported fields */}, WebIDPouet: whereHelpernull_Int{/* contains filtered or unexported fields */}, WebIDDemozoo: whereHelpernull_Int{/* contains filtered or unexported fields */}, GroupBrandFor: whereHelpernull_String{/* contains filtered or unexported fields */}, GroupBrandBy: whereHelpernull_String{/* contains filtered or unexported fields */}, RecordTitle: whereHelpernull_String{/* contains filtered or unexported fields */}, DateIssuedYear: whereHelpernull_Int16{/* contains filtered or unexported fields */}, DateIssuedMonth: whereHelpernull_Int8{/* contains filtered or unexported fields */}, DateIssuedDay: whereHelpernull_Int8{/* contains filtered or unexported fields */}, CreditText: whereHelpernull_String{/* contains filtered or unexported fields */}, CreditProgram: whereHelpernull_String{/* contains filtered or unexported fields */}, CreditIllustration: whereHelpernull_String{/* contains filtered or unexported fields */}, CreditAudio: whereHelpernull_String{/* contains filtered or unexported fields */}, Filename: whereHelpernull_String{/* contains filtered or unexported fields */}, Filesize: whereHelpernull_Int{/* contains filtered or unexported fields */}, ListLinks: whereHelpernull_String{/* contains filtered or unexported fields */}, FileSecurityAlertURL: whereHelpernull_String{/* contains filtered or unexported fields */}, FileZipContent: whereHelpernull_String{/* contains filtered or unexported fields */}, FileMagicType: whereHelpernull_String{/* contains filtered or unexported fields */}, PreviewImage: whereHelpernull_String{/* contains filtered or unexported fields */}, FileIntegrityStrong: whereHelpernull_String{/* contains filtered or unexported fields */}, FileIntegrityWeak: whereHelpernull_String{/* contains filtered or unexported fields */}, FileLastModified: whereHelpernull_Time{/* contains filtered or unexported fields */}, Platform: whereHelpernull_String{/* contains filtered or unexported fields */}, Section: whereHelpernull_String{/* contains filtered or unexported fields */}, Comment: whereHelpernull_String{/* contains filtered or unexported fields */}, Createdat: whereHelpernull_Time{/* contains filtered or unexported fields */}, Updatedat: whereHelpernull_Time{/* contains filtered or unexported fields */}, Deletedat: whereHelpernull_Time{/* contains filtered or unexported fields */}, Updatedby: whereHelpernull_String{/* contains filtered or unexported fields */}, Deletedby: whereHelpernull_String{/* contains filtered or unexported fields */}, RetrotxtReadme: whereHelpernull_String{/* contains filtered or unexported fields */}, RetrotxtNoReadme: whereHelpernull_Int8{/* contains filtered or unexported fields */}, DoseeRunProgram: whereHelpernull_String{/* contains filtered or unexported fields */}, DoseeHardwareCPU: whereHelpernull_String{/* contains filtered or unexported fields */}, DoseeHardwareGraphic: whereHelpernull_String{/* contains filtered or unexported fields */}, DoseeHardwareAudio: whereHelpernull_String{/* contains filtered or unexported fields */}, DoseeNoAspectRatioFix: whereHelpernull_Int8{/* contains filtered or unexported fields */}, DoseeIncompatible: whereHelpernull_Int8{/* contains filtered or unexported fields */}, DoseeNoEms: whereHelpernull_Int8{/* contains filtered or unexported fields */}, DoseeNoXMS: whereHelpernull_Int8{/* contains filtered or unexported fields */}, DoseeNoUmb: whereHelpernull_Int8{/* contains filtered or unexported fields */}, DoseeLoadUtilities: whereHelpernull_Int8{/* contains filtered or unexported fields */}, }
var GroupnameColumns = struct { ID string Pubname string Initialisms string }{ ID: "id", Pubname: "pubname", Initialisms: "initialisms", }
var GroupnameRels = struct {
}{}
GroupnameRels is where relationship names are stored.
var GroupnameTableColumns = struct { ID string Pubname string Initialisms string }{ ID: "groupnames.id", Pubname: "groupnames.pubname", Initialisms: "groupnames.initialisms", }
var GroupnameWhere = struct { ID whereHelperint16 Pubname whereHelperstring Initialisms whereHelperstring }{ ID: whereHelperint16{/* contains filtered or unexported fields */}, Pubname: whereHelperstring{/* contains filtered or unexported fields */}, Initialisms: whereHelperstring{/* contains filtered or unexported fields */}, }
var NetresourceColumns = struct { ID string UUID string Legacyid string Httpstatuscode string Httpstatustext string Httplocation string Httpetag string Httplastmodified string Metatitle string Metadescription string Metaauthors string Metakeywords string Uriref string Title string DateIssuedYear string DateIssuedMonth string DateIssuedDay string Comment string Categorykey string Categorysort string Deletedat string Deletedatcomment string Createdat string Updatedat string }{ ID: "id", UUID: "uuid", Legacyid: "legacyid", Httpstatuscode: "httpstatuscode", Httpstatustext: "httpstatustext", Httplocation: "httplocation", Httpetag: "httpetag", Httplastmodified: "httplastmodified", Metatitle: "metatitle", Metadescription: "metadescription", Metaauthors: "metaauthors", Metakeywords: "metakeywords", Uriref: "uriref", Title: "title", DateIssuedYear: "date_issued_year", DateIssuedMonth: "date_issued_month", DateIssuedDay: "date_issued_day", Comment: "comment", Categorykey: "categorykey", Categorysort: "categorysort", Deletedat: "deletedat", Deletedatcomment: "deletedatcomment", Createdat: "createdat", Updatedat: "updatedat", }
var NetresourceRels = struct {
}{}
NetresourceRels is where relationship names are stored.
var NetresourceTableColumns = struct { ID string UUID string Legacyid string Httpstatuscode string Httpstatustext string Httplocation string Httpetag string Httplastmodified string Metatitle string Metadescription string Metaauthors string Metakeywords string Uriref string Title string DateIssuedYear string DateIssuedMonth string DateIssuedDay string Comment string Categorykey string Categorysort string Deletedat string Deletedatcomment string Createdat string Updatedat string }{ ID: "netresources.id", UUID: "netresources.uuid", Legacyid: "netresources.legacyid", Httpstatuscode: "netresources.httpstatuscode", Httpstatustext: "netresources.httpstatustext", Httplocation: "netresources.httplocation", Httpetag: "netresources.httpetag", Httplastmodified: "netresources.httplastmodified", Metatitle: "netresources.metatitle", Metadescription: "netresources.metadescription", Metaauthors: "netresources.metaauthors", Metakeywords: "netresources.metakeywords", Uriref: "netresources.uriref", Title: "netresources.title", DateIssuedYear: "netresources.date_issued_year", DateIssuedMonth: "netresources.date_issued_month", DateIssuedDay: "netresources.date_issued_day", Comment: "netresources.comment", Categorykey: "netresources.categorykey", Categorysort: "netresources.categorysort", Deletedat: "netresources.deletedat", Deletedatcomment: "netresources.deletedatcomment", Createdat: "netresources.createdat", Updatedat: "netresources.updatedat", }
var NetresourceWhere = struct { ID whereHelperint UUID whereHelpernull_String Legacyid whereHelpernull_Int Httpstatuscode whereHelpernull_Int Httpstatustext whereHelpernull_String Httplocation whereHelpernull_String Httpetag whereHelpernull_String Httplastmodified whereHelpernull_String Metatitle whereHelpernull_String Metadescription whereHelpernull_String Metaauthors whereHelpernull_String Metakeywords whereHelpernull_String Uriref whereHelpernull_String Title whereHelpernull_String DateIssuedYear whereHelpernull_Int16 DateIssuedMonth whereHelpernull_Int8 DateIssuedDay whereHelpernull_Int8 Comment whereHelpernull_String Categorykey whereHelpernull_String Categorysort whereHelpernull_String Deletedat whereHelpernull_Time Deletedatcomment whereHelpernull_String Createdat whereHelpernull_Time Updatedat whereHelpernull_Time }{ ID: whereHelperint{/* contains filtered or unexported fields */}, UUID: whereHelpernull_String{/* contains filtered or unexported fields */}, Legacyid: whereHelpernull_Int{/* contains filtered or unexported fields */}, Httpstatuscode: whereHelpernull_Int{/* contains filtered or unexported fields */}, Httpstatustext: whereHelpernull_String{/* contains filtered or unexported fields */}, Httplocation: whereHelpernull_String{/* contains filtered or unexported fields */}, Httpetag: whereHelpernull_String{/* contains filtered or unexported fields */}, Httplastmodified: whereHelpernull_String{/* contains filtered or unexported fields */}, Metatitle: whereHelpernull_String{/* contains filtered or unexported fields */}, Metadescription: whereHelpernull_String{/* contains filtered or unexported fields */}, Metaauthors: whereHelpernull_String{/* contains filtered or unexported fields */}, Metakeywords: whereHelpernull_String{/* contains filtered or unexported fields */}, Uriref: whereHelpernull_String{/* contains filtered or unexported fields */}, Title: whereHelpernull_String{/* contains filtered or unexported fields */}, DateIssuedYear: whereHelpernull_Int16{/* contains filtered or unexported fields */}, DateIssuedMonth: whereHelpernull_Int8{/* contains filtered or unexported fields */}, DateIssuedDay: whereHelpernull_Int8{/* contains filtered or unexported fields */}, Comment: whereHelpernull_String{/* contains filtered or unexported fields */}, Categorykey: whereHelpernull_String{/* contains filtered or unexported fields */}, Categorysort: whereHelpernull_String{/* contains filtered or unexported fields */}, Deletedat: whereHelpernull_Time{/* contains filtered or unexported fields */}, Deletedatcomment: whereHelpernull_String{/* contains filtered or unexported fields */}, Createdat: whereHelpernull_Time{/* contains filtered or unexported fields */}, Updatedat: whereHelpernull_Time{/* contains filtered or unexported fields */}, }
var TableNames = struct { Files string Groupnames string Netresources string }{ Files: "files", Groupnames: "groupnames", Netresources: "netresources", }
var ViewNames = struct {
}{}
Functions ¶
func FileExists ¶
FileExists checks if the File row exists.
func GroupnameExists ¶
GroupnameExists checks if the Groupname row exists.
func Groupnames ¶
Groupnames retrieves all the records using an executor.
func NetresourceExists ¶
NetresourceExists checks if the Netresource row exists.
func Netresources ¶
Netresources retrieves all the records using an executor.
Types ¶
type File ¶
type File struct { ID int `boil:"id" json:"id" toml:"id" yaml:"id"` // Global identifier UUID null.String `boil:"uuid" json:"uuid,omitempty" toml:"uuid" yaml:"uuid,omitempty"` // List of associated records ListRelations null.String `boil:"list_relations" json:"list_relations,omitempty" toml:"list_relations" yaml:"list_relations,omitempty"` // URI for a 16colo.rs page WebID16colors null.String `boil:"web_id_16colors" json:"web_id_16colors,omitempty" toml:"web_id_16colors" yaml:"web_id_16colors,omitempty"` // Id for a GitHub repository WebIDGithub null.String `boil:"web_id_github" json:"web_id_github,omitempty" toml:"web_id_github" yaml:"web_id_github,omitempty"` // Id for a related YouTube video WebIDYoutube null.String `boil:"web_id_youtube" json:"web_id_youtube,omitempty" toml:"web_id_youtube" yaml:"web_id_youtube,omitempty"` // Id for a Pouët record WebIDPouet null.Int `boil:"web_id_pouet" json:"web_id_pouet,omitempty" toml:"web_id_pouet" yaml:"web_id_pouet,omitempty"` // Id for a Demozoo record WebIDDemozoo null.Int `boil:"web_id_demozoo" json:"web_id_demozoo,omitempty" toml:"web_id_demozoo" yaml:"web_id_demozoo,omitempty"` // Group or brand used to credit the file GroupBrandFor null.String `boil:"group_brand_for" json:"group_brand_for,omitempty" toml:"group_brand_for" yaml:"group_brand_for,omitempty"` // Optional alternative Group or brand used to credit the file GroupBrandBy null.String `boil:"group_brand_by" json:"group_brand_by,omitempty" toml:"group_brand_by" yaml:"group_brand_by,omitempty"` // Display title or magazine edition RecordTitle null.String `boil:"record_title" json:"record_title,omitempty" toml:"record_title" yaml:"record_title,omitempty"` // Published date year DateIssuedYear null.Int16 `boil:"date_issued_year" json:"date_issued_year,omitempty" toml:"date_issued_year" yaml:"date_issued_year,omitempty"` // Published date month DateIssuedMonth null.Int8 `boil:"date_issued_month" json:"date_issued_month,omitempty" toml:"date_issued_month" yaml:"date_issued_month,omitempty"` // Published date day DateIssuedDay null.Int8 `boil:"date_issued_day" json:"date_issued_day,omitempty" toml:"date_issued_day" yaml:"date_issued_day,omitempty"` // Writing credits CreditText null.String `boil:"credit_text" json:"credit_text,omitempty" toml:"credit_text" yaml:"credit_text,omitempty"` // Programming credits CreditProgram null.String `boil:"credit_program" json:"credit_program,omitempty" toml:"credit_program" yaml:"credit_program,omitempty"` // Artist credits CreditIllustration null.String `` /* 127-byte string literal not displayed */ // Composer credits CreditAudio null.String `boil:"credit_audio" json:"credit_audio,omitempty" toml:"credit_audio" yaml:"credit_audio,omitempty"` // File name Filename null.String `boil:"filename" json:"filename,omitempty" toml:"filename" yaml:"filename,omitempty"` // Size of the file in bytes Filesize null.Int `boil:"filesize" json:"filesize,omitempty" toml:"filesize" yaml:"filesize,omitempty"` // List of URLs related to this file ListLinks null.String `boil:"list_links" json:"list_links,omitempty" toml:"list_links" yaml:"list_links,omitempty"` // URL showing results of a virus scan FileSecurityAlertURL null.String `` /* 143-byte string literal not displayed */ // Content of archive FileZipContent null.String `boil:"file_zip_content" json:"file_zip_content,omitempty" toml:"file_zip_content" yaml:"file_zip_content,omitempty"` // File type meta data FileMagicType null.String `boil:"file_magic_type" json:"file_magic_type,omitempty" toml:"file_magic_type" yaml:"file_magic_type,omitempty"` // Internal file to use as a screenshot PreviewImage null.String `boil:"preview_image" json:"preview_image,omitempty" toml:"preview_image" yaml:"preview_image,omitempty"` // SHA384 hash of file FileIntegrityStrong null.String `` /* 135-byte string literal not displayed */ // MD5 hash of file FileIntegrityWeak null.String `` /* 127-byte string literal not displayed */ // Date last modified attribute saved to file FileLastModified null.Time `boil:"file_last_modified" json:"file_last_modified,omitempty" toml:"file_last_modified" yaml:"file_last_modified,omitempty"` // Computer platform Platform null.String `boil:"platform" json:"platform,omitempty" toml:"platform" yaml:"platform,omitempty"` // Category Section null.String `boil:"section" json:"section,omitempty" toml:"section" yaml:"section,omitempty"` // Description Comment null.String `boil:"comment" json:"comment,omitempty" toml:"comment" yaml:"comment,omitempty"` // Timestamp when record was created Createdat null.Time `boil:"createdat" json:"createdat,omitempty" toml:"createdat" yaml:"createdat,omitempty"` // Timestamp when record was revised Updatedat null.Time `boil:"updatedat" json:"updatedat,omitempty" toml:"updatedat" yaml:"updatedat,omitempty"` // Timestamp used to ignore record Deletedat null.Time `boil:"deletedat" json:"deletedat,omitempty" toml:"deletedat" yaml:"deletedat,omitempty"` // UUID of the user who last updated this record Updatedby null.String `boil:"updatedby" json:"updatedby,omitempty" toml:"updatedby" yaml:"updatedby,omitempty"` // UUID of the user who removed this record Deletedby null.String `boil:"deletedby" json:"deletedby,omitempty" toml:"deletedby" yaml:"deletedby,omitempty"` // Text file contained in archive to display RetrotxtReadme null.String `boil:"retrotxt_readme" json:"retrotxt_readme,omitempty" toml:"retrotxt_readme" yaml:"retrotxt_readme,omitempty"` // Disable the use of RetroTxt RetrotxtNoReadme null.Int8 `boil:"retrotxt_no_readme" json:"retrotxt_no_readme,omitempty" toml:"retrotxt_no_readme" yaml:"retrotxt_no_readme,omitempty"` // Program contained in archive to run in DOSBox DoseeRunProgram null.String `boil:"dosee_run_program" json:"dosee_run_program,omitempty" toml:"dosee_run_program" yaml:"dosee_run_program,omitempty"` // DOSee turn off expanded memory (EMS) DoseeHardwareCPU null.String `boil:"dosee_hardware_cpu" json:"dosee_hardware_cpu,omitempty" toml:"dosee_hardware_cpu" yaml:"dosee_hardware_cpu,omitempty"` // DOSee graphics/machine override DoseeHardwareGraphic null.String `` /* 139-byte string literal not displayed */ // DOSee audio override DoseeHardwareAudio null.String `` /* 131-byte string literal not displayed */ // DOSee disable aspect ratio corrections DoseeNoAspectRatioFix null.Int8 `` /* 151-byte string literal not displayed */ // Flag DOS program as incompatible for DOSBox DoseeIncompatible null.Int8 `boil:"dosee_incompatible" json:"dosee_incompatible,omitempty" toml:"dosee_incompatible" yaml:"dosee_incompatible,omitempty"` // DOSBox turn off EMS DoseeNoEms null.Int8 `boil:"dosee_no_ems" json:"dosee_no_ems,omitempty" toml:"dosee_no_ems" yaml:"dosee_no_ems,omitempty"` // DOSee turn off extended memory (XMS) DoseeNoXMS null.Int8 `boil:"dosee_no_xms" json:"dosee_no_xms,omitempty" toml:"dosee_no_xms" yaml:"dosee_no_xms,omitempty"` // DOSee turn off upper memory block access (UMB) DoseeNoUmb null.Int8 `boil:"dosee_no_umb" json:"dosee_no_umb,omitempty" toml:"dosee_no_umb" yaml:"dosee_no_umb,omitempty"` // DOSee load utilities DoseeLoadUtilities null.Int8 `` /* 131-byte string literal not displayed */ R *fileR `boil:"-" json:"-" toml:"-" yaml:"-"` L fileL `boil:"-" json:"-" toml:"-" yaml:"-"` }
File is an object representing the database table.
func FindFile ¶
func FindFile(ctx context.Context, exec boil.ContextExecutor, iD int, selectCols ...string) (*File, error)
FindFile retrieves a single record by ID with an executor. If selectCols is empty Find will return all columns.
func (*File) Delete ¶
func (o *File) Delete(ctx context.Context, exec boil.ContextExecutor, hardDelete bool) (int64, error)
Delete deletes a single File record with an executor. Delete will match against the primary key column to find the record to delete.
func (*File) Insert ¶
Insert a single record using an executor. See boil.Columns.InsertColumnSet documentation to understand column list inference for inserts.
func (*File) Reload ¶
Reload refetches the object from the database using the primary keys with an executor.
func (*File) Update ¶
func (o *File) Update(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) (int64, error)
Update uses an executor to update the File. See boil.Columns.UpdateColumnSet documentation to understand column list inference for updates. Update does not automatically update the record in case of default values. Use .Reload() to refresh the records.
func (*File) Upsert ¶
func (o *File) Upsert(ctx context.Context, exec boil.ContextExecutor, updateColumns, insertColumns boil.Columns) error
Upsert attempts an insert using an executor, and does an update or ignore on conflict. See boil.Columns documentation for how to properly use updateColumns and insertColumns.
type FileSlice ¶
type FileSlice []*File
FileSlice is an alias for a slice of pointers to File. This should almost always be used instead of []File.
func (FileSlice) DeleteAll ¶
func (o FileSlice) DeleteAll(ctx context.Context, exec boil.ContextExecutor, hardDelete bool) (int64, error)
DeleteAll deletes all rows in the slice, using an executor.
type Groupname ¶
type Groupname struct { ID int16 `boil:"id" json:"id" toml:"id" yaml:"id"` // Group or brand Pubname string `boil:"pubname" json:"pubname" toml:"pubname" yaml:"pubname"` // Initialisms or acronym Initialisms string `boil:"initialisms" json:"initialisms" toml:"initialisms" yaml:"initialisms"` R *groupnameR `boil:"-" json:"-" toml:"-" yaml:"-"` L groupnameL `boil:"-" json:"-" toml:"-" yaml:"-"` }
Groupname is an object representing the database table.
func FindGroupname ¶
func FindGroupname(ctx context.Context, exec boil.ContextExecutor, iD int16, selectCols ...string) (*Groupname, error)
FindGroupname retrieves a single record by ID with an executor. If selectCols is empty Find will return all columns.
func (*Groupname) Delete ¶
Delete deletes a single Groupname record with an executor. Delete will match against the primary key column to find the record to delete.
func (*Groupname) Insert ¶
func (o *Groupname) Insert(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) error
Insert a single record using an executor. See boil.Columns.InsertColumnSet documentation to understand column list inference for inserts.
func (*Groupname) Reload ¶
Reload refetches the object from the database using the primary keys with an executor.
func (*Groupname) Update ¶
func (o *Groupname) Update(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) (int64, error)
Update uses an executor to update the Groupname. See boil.Columns.UpdateColumnSet documentation to understand column list inference for updates. Update does not automatically update the record in case of default values. Use .Reload() to refresh the records.
func (*Groupname) Upsert ¶
func (o *Groupname) Upsert(ctx context.Context, exec boil.ContextExecutor, updateColumns, insertColumns boil.Columns) error
Upsert attempts an insert using an executor, and does an update or ignore on conflict. See boil.Columns documentation for how to properly use updateColumns and insertColumns.
type GroupnameSlice ¶
type GroupnameSlice []*Groupname
GroupnameSlice is an alias for a slice of pointers to Groupname. This should almost always be used instead of []Groupname.
func (GroupnameSlice) DeleteAll ¶
func (o GroupnameSlice) DeleteAll(ctx context.Context, exec boil.ContextExecutor) (int64, error)
DeleteAll deletes all rows in the slice, using an executor.
func (*GroupnameSlice) ReloadAll ¶
func (o *GroupnameSlice) ReloadAll(ctx context.Context, exec boil.ContextExecutor) error
ReloadAll refetches every row with matching primary key column values and overwrites the original object slice with the newly updated slice.
func (GroupnameSlice) UpdateAll ¶
func (o GroupnameSlice) UpdateAll(ctx context.Context, exec boil.ContextExecutor, cols M) (int64, error)
UpdateAll updates all rows with the specified column values, using an executor.
type M ¶
type M map[string]interface{}
M type is for providing columns and column values to UpdateAll.
type Netresource ¶
type Netresource struct { ID int `boil:"id" json:"id" toml:"id" yaml:"id"` // Global identifier UUID null.String `boil:"uuid" json:"uuid,omitempty" toml:"uuid" yaml:"uuid,omitempty"` // Former ids from defacto2net database Legacyid null.Int `boil:"legacyid" json:"legacyid,omitempty" toml:"legacyid" yaml:"legacyid,omitempty"` // Status code definition Httpstatuscode null.Int `boil:"httpstatuscode" json:"httpstatuscode,omitempty" toml:"httpstatuscode" yaml:"httpstatuscode,omitempty"` // Status code text Httpstatustext null.String `boil:"httpstatustext" json:"httpstatustext,omitempty" toml:"httpstatustext" yaml:"httpstatustext,omitempty"` // URI given by 301,302,303 codes Httplocation null.String `boil:"httplocation" json:"httplocation,omitempty" toml:"httplocation" yaml:"httplocation,omitempty"` // Hash key used for cache Httpetag null.String `boil:"httpetag" json:"httpetag,omitempty" toml:"httpetag" yaml:"httpetag,omitempty"` // Date used for cache Httplastmodified null.String `boil:"httplastmodified" json:"httplastmodified,omitempty" toml:"httplastmodified" yaml:"httplastmodified,omitempty"` // Title metadata Metatitle null.String `boil:"metatitle" json:"metatitle,omitempty" toml:"metatitle" yaml:"metatitle,omitempty"` // Description metadata Metadescription null.String `boil:"metadescription" json:"metadescription,omitempty" toml:"metadescription" yaml:"metadescription,omitempty"` Metaauthors null.String `boil:"metaauthors" json:"metaauthors,omitempty" toml:"metaauthors" yaml:"metaauthors,omitempty"` // Keywords metadata Metakeywords null.String `boil:"metakeywords" json:"metakeywords,omitempty" toml:"metakeywords" yaml:"metakeywords,omitempty"` // URL of the resource Uriref null.String `boil:"uriref" json:"uriref,omitempty" toml:"uriref" yaml:"uriref,omitempty"` // Title of resource Title null.String `boil:"title" json:"title,omitempty" toml:"title" yaml:"title,omitempty"` DateIssuedYear null.Int16 `boil:"date_issued_year" json:"date_issued_year,omitempty" toml:"date_issued_year" yaml:"date_issued_year,omitempty"` DateIssuedMonth null.Int8 `boil:"date_issued_month" json:"date_issued_month,omitempty" toml:"date_issued_month" yaml:"date_issued_month,omitempty"` DateIssuedDay null.Int8 `boil:"date_issued_day" json:"date_issued_day,omitempty" toml:"date_issued_day" yaml:"date_issued_day,omitempty"` // Default description when metadescription is empty Comment null.String `boil:"comment" json:"comment,omitempty" toml:"comment" yaml:"comment,omitempty"` // Category Categorykey null.String `boil:"categorykey" json:"categorykey,omitempty" toml:"categorykey" yaml:"categorykey,omitempty"` // Sorting category Categorysort null.String `boil:"categorysort" json:"categorysort,omitempty" toml:"categorysort" yaml:"categorysort,omitempty"` // Timestamp used to disable record Deletedat null.Time `boil:"deletedat" json:"deletedat,omitempty" toml:"deletedat" yaml:"deletedat,omitempty"` // Reason for record to be disabled Deletedatcomment null.String `boil:"deletedatcomment" json:"deletedatcomment,omitempty" toml:"deletedatcomment" yaml:"deletedatcomment,omitempty"` // Timestamp when record was created Createdat null.Time `boil:"createdat" json:"createdat,omitempty" toml:"createdat" yaml:"createdat,omitempty"` // Timestamp when record was revised Updatedat null.Time `boil:"updatedat" json:"updatedat,omitempty" toml:"updatedat" yaml:"updatedat,omitempty"` R *netresourceR `boil:"-" json:"-" toml:"-" yaml:"-"` L netresourceL `boil:"-" json:"-" toml:"-" yaml:"-"` }
Netresource is an object representing the database table.
func FindNetresource ¶
func FindNetresource(ctx context.Context, exec boil.ContextExecutor, iD int, selectCols ...string) (*Netresource, error)
FindNetresource retrieves a single record by ID with an executor. If selectCols is empty Find will return all columns.
func (*Netresource) Delete ¶
func (o *Netresource) Delete(ctx context.Context, exec boil.ContextExecutor, hardDelete bool) (int64, error)
Delete deletes a single Netresource record with an executor. Delete will match against the primary key column to find the record to delete.
func (*Netresource) Exists ¶
func (o *Netresource) Exists(ctx context.Context, exec boil.ContextExecutor) (bool, error)
Exists checks if the Netresource row exists.
func (*Netresource) Insert ¶
func (o *Netresource) Insert(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) error
Insert a single record using an executor. See boil.Columns.InsertColumnSet documentation to understand column list inference for inserts.
func (*Netresource) Reload ¶
func (o *Netresource) Reload(ctx context.Context, exec boil.ContextExecutor) error
Reload refetches the object from the database using the primary keys with an executor.
func (*Netresource) Update ¶
func (o *Netresource) Update(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) (int64, error)
Update uses an executor to update the Netresource. See boil.Columns.UpdateColumnSet documentation to understand column list inference for updates. Update does not automatically update the record in case of default values. Use .Reload() to refresh the records.
func (*Netresource) Upsert ¶
func (o *Netresource) Upsert(ctx context.Context, exec boil.ContextExecutor, updateColumns, insertColumns boil.Columns) error
Upsert attempts an insert using an executor, and does an update or ignore on conflict. See boil.Columns documentation for how to properly use updateColumns and insertColumns.
type NetresourceSlice ¶
type NetresourceSlice []*Netresource
NetresourceSlice is an alias for a slice of pointers to Netresource. This should almost always be used instead of []Netresource.
func (NetresourceSlice) DeleteAll ¶
func (o NetresourceSlice) DeleteAll(ctx context.Context, exec boil.ContextExecutor, hardDelete bool) (int64, error)
DeleteAll deletes all rows in the slice, using an executor.
func (*NetresourceSlice) ReloadAll ¶
func (o *NetresourceSlice) ReloadAll(ctx context.Context, exec boil.ContextExecutor) error
ReloadAll refetches every row with matching primary key column values and overwrites the original object slice with the newly updated slice.
func (NetresourceSlice) UpdateAll ¶
func (o NetresourceSlice) UpdateAll(ctx context.Context, exec boil.ContextExecutor, cols M) (int64, error)
UpdateAll updates all rows with the specified column values, using an executor.