Documentation
¶
Index ¶
- Variables
- func UseSchema(schema string)
- type BgmUserCollectionTable
- func (a BgmUserCollectionTable) AS(alias string) *BgmUserCollectionTable
- func (a BgmUserCollectionTable) FromSchema(schemaName string) *BgmUserCollectionTable
- func (a BgmUserCollectionTable) WithPrefix(prefix string) *BgmUserCollectionTable
- func (a BgmUserCollectionTable) WithSuffix(suffix string) *BgmUserCollectionTable
- type BgmUserTable
Constants ¶
This section is empty.
Variables ¶
View Source
var BgmUser = newBgmUserTable("public", "bgm_user", "")
View Source
var BgmUserCollection = newBgmUserCollectionTable("public", "bgm_user_collection", "")
Functions ¶
Types ¶
type BgmUserCollectionTable ¶
type BgmUserCollectionTable struct {
EXCLUDED bgmUserCollectionTable
// contains filtered or unexported fields
}
func (BgmUserCollectionTable) AS ¶
func (a BgmUserCollectionTable) AS(alias string) *BgmUserCollectionTable
AS creates new BgmUserCollectionTable with assigned alias
func (BgmUserCollectionTable) FromSchema ¶
func (a BgmUserCollectionTable) FromSchema(schemaName string) *BgmUserCollectionTable
Schema creates new BgmUserCollectionTable with assigned schema name
func (BgmUserCollectionTable) WithPrefix ¶
func (a BgmUserCollectionTable) WithPrefix(prefix string) *BgmUserCollectionTable
WithPrefix creates new BgmUserCollectionTable with assigned table prefix
func (BgmUserCollectionTable) WithSuffix ¶
func (a BgmUserCollectionTable) WithSuffix(suffix string) *BgmUserCollectionTable
WithSuffix creates new BgmUserCollectionTable with assigned table suffix
type BgmUserTable ¶
type BgmUserTable struct {
EXCLUDED bgmUserTable
// contains filtered or unexported fields
}
func (BgmUserTable) AS ¶
func (a BgmUserTable) AS(alias string) *BgmUserTable
AS creates new BgmUserTable with assigned alias
func (BgmUserTable) FromSchema ¶
func (a BgmUserTable) FromSchema(schemaName string) *BgmUserTable
Schema creates new BgmUserTable with assigned schema name
func (BgmUserTable) WithPrefix ¶
func (a BgmUserTable) WithPrefix(prefix string) *BgmUserTable
WithPrefix creates new BgmUserTable with assigned table prefix
func (BgmUserTable) WithSuffix ¶
func (a BgmUserTable) WithSuffix(suffix string) *BgmUserTable
WithSuffix creates new BgmUserTable with assigned table suffix
Click to show internal directories.
Click to hide internal directories.