Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var Gallery = newGalleryTable("", "gallery", "")
var GalleryPref = newGalleryPrefTable("", "gallery_pref", "")
var GalleryTag = newGalleryTagTable("", "gallery_tag", "")
var GooseDbVersion = newGooseDbVersionTable("", "goose_db_version", "")
var Library = newLibraryTable("", "library", "")
var Reference = newReferenceTable("", "reference", "")
var Session = newSessionTable("", "session", "")
var Tag = newTagTable("", "tag", "")
var User = newUserTable("", "user", "")
Functions ¶
This section is empty.
Types ¶
type GalleryPrefTable ¶
type GalleryPrefTable struct {
EXCLUDED galleryPrefTable
// contains filtered or unexported fields
}
func (GalleryPrefTable) AS ¶
func (a GalleryPrefTable) AS(alias string) *GalleryPrefTable
AS creates new GalleryPrefTable with assigned alias
func (GalleryPrefTable) FromSchema ¶
func (a GalleryPrefTable) FromSchema(schemaName string) *GalleryPrefTable
Schema creates new GalleryPrefTable with assigned schema name
type GalleryTable ¶
type GalleryTable struct {
EXCLUDED galleryTable
// contains filtered or unexported fields
}
func (GalleryTable) AS ¶
func (a GalleryTable) AS(alias string) *GalleryTable
AS creates new GalleryTable with assigned alias
func (GalleryTable) FromSchema ¶
func (a GalleryTable) FromSchema(schemaName string) *GalleryTable
Schema creates new GalleryTable with assigned schema name
type GalleryTagTable ¶
type GalleryTagTable struct {
EXCLUDED galleryTagTable
// contains filtered or unexported fields
}
func (GalleryTagTable) AS ¶
func (a GalleryTagTable) AS(alias string) *GalleryTagTable
AS creates new GalleryTagTable with assigned alias
func (GalleryTagTable) FromSchema ¶
func (a GalleryTagTable) FromSchema(schemaName string) *GalleryTagTable
Schema creates new GalleryTagTable with assigned schema name
type GooseDbVersionTable ¶
type GooseDbVersionTable struct {
EXCLUDED gooseDbVersionTable
// contains filtered or unexported fields
}
func (GooseDbVersionTable) AS ¶
func (a GooseDbVersionTable) AS(alias string) *GooseDbVersionTable
AS creates new GooseDbVersionTable with assigned alias
func (GooseDbVersionTable) FromSchema ¶
func (a GooseDbVersionTable) FromSchema(schemaName string) *GooseDbVersionTable
Schema creates new GooseDbVersionTable with assigned schema name
type LibraryTable ¶
type LibraryTable struct {
EXCLUDED libraryTable
// contains filtered or unexported fields
}
func (LibraryTable) AS ¶
func (a LibraryTable) AS(alias string) *LibraryTable
AS creates new LibraryTable with assigned alias
func (LibraryTable) FromSchema ¶
func (a LibraryTable) FromSchema(schemaName string) *LibraryTable
Schema creates new LibraryTable with assigned schema name
type ReferenceTable ¶
type ReferenceTable struct {
EXCLUDED referenceTable
// contains filtered or unexported fields
}
func (ReferenceTable) AS ¶
func (a ReferenceTable) AS(alias string) *ReferenceTable
AS creates new ReferenceTable with assigned alias
func (ReferenceTable) FromSchema ¶
func (a ReferenceTable) FromSchema(schemaName string) *ReferenceTable
Schema creates new ReferenceTable with assigned schema name
type SessionTable ¶
type SessionTable struct {
EXCLUDED sessionTable
// contains filtered or unexported fields
}
func (SessionTable) AS ¶
func (a SessionTable) AS(alias string) *SessionTable
AS creates new SessionTable with assigned alias
func (SessionTable) FromSchema ¶
func (a SessionTable) FromSchema(schemaName string) *SessionTable
Schema creates new SessionTable with assigned schema name
type TagTable ¶
type TagTable struct {
EXCLUDED tagTable
// contains filtered or unexported fields
}
func (TagTable) FromSchema ¶
Schema creates new TagTable with assigned schema name