Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var Content = newContentTable("hmb", "content", "")
var Story = newStoryTable("hmb", "story", "")
var StoryTag = newStoryTagTable("hmb", "story_tag", "")
var Tag = newTagTable("hmb", "tag", "")
Functions ¶
Types ¶
type ContentTable ¶
type ContentTable struct { EXCLUDED contentTable // contains filtered or unexported fields }
func (ContentTable) AS ¶
func (a ContentTable) AS(alias string) *ContentTable
AS creates new ContentTable with assigned alias
func (ContentTable) FromSchema ¶
func (a ContentTable) FromSchema(schemaName string) *ContentTable
Schema creates new ContentTable with assigned schema name
func (ContentTable) WithPrefix ¶
func (a ContentTable) WithPrefix(prefix string) *ContentTable
WithPrefix creates new ContentTable with assigned table prefix
func (ContentTable) WithSuffix ¶
func (a ContentTable) WithSuffix(suffix string) *ContentTable
WithSuffix creates new ContentTable with assigned table suffix
type StoryTable ¶
type StoryTable struct { EXCLUDED storyTable // contains filtered or unexported fields }
func (StoryTable) AS ¶
func (a StoryTable) AS(alias string) *StoryTable
AS creates new StoryTable with assigned alias
func (StoryTable) FromSchema ¶
func (a StoryTable) FromSchema(schemaName string) *StoryTable
Schema creates new StoryTable with assigned schema name
func (StoryTable) WithPrefix ¶
func (a StoryTable) WithPrefix(prefix string) *StoryTable
WithPrefix creates new StoryTable with assigned table prefix
func (StoryTable) WithSuffix ¶
func (a StoryTable) WithSuffix(suffix string) *StoryTable
WithSuffix creates new StoryTable with assigned table suffix
type StoryTagTable ¶ added in v0.0.3
type StoryTagTable struct { EXCLUDED storyTagTable // contains filtered or unexported fields }
func (StoryTagTable) AS ¶ added in v0.0.3
func (a StoryTagTable) AS(alias string) *StoryTagTable
AS creates new StoryTagTable with assigned alias
func (StoryTagTable) FromSchema ¶ added in v0.0.3
func (a StoryTagTable) FromSchema(schemaName string) *StoryTagTable
Schema creates new StoryTagTable with assigned schema name
func (StoryTagTable) WithPrefix ¶ added in v0.0.3
func (a StoryTagTable) WithPrefix(prefix string) *StoryTagTable
WithPrefix creates new StoryTagTable with assigned table prefix
func (StoryTagTable) WithSuffix ¶ added in v0.0.3
func (a StoryTagTable) WithSuffix(suffix string) *StoryTagTable
WithSuffix creates new StoryTagTable with assigned table suffix
type TagTable ¶
type TagTable struct { EXCLUDED tagTable // contains filtered or unexported fields }
func (TagTable) FromSchema ¶
Schema creates new TagTable with assigned schema name
func (TagTable) WithPrefix ¶
WithPrefix creates new TagTable with assigned table prefix
func (TagTable) WithSuffix ¶
WithSuffix creates new TagTable with assigned table suffix