internal

package
v0.0.0-...-2646e84 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlcAppDao

type BlcAppDao struct {
	gmvc.M               // M is the core and embedded struct that inherits all chaining operations from gdb.Model.
	C      blcAppColumns // C is the short type for Columns, which contains all the column names of Table for convenient usage.
	DB     gdb.DB        // DB is the raw underlying database management object.
	Table  string        // Table is the underlying table name of the DAO.
}

BlcAppDao is the manager for logic model data accessing and custom defined data operations functions management.

func NewBlcAppDao

func NewBlcAppDao() *BlcAppDao

NewBlcAppDao creates and returns a new DAO object for table data access.

type BlcChaincodeDao

type BlcChaincodeDao struct {
	gmvc.M                     // M is the core and embedded struct that inherits all chaining operations from gdb.Model.
	C      blcChaincodeColumns // C is the short type for Columns, which contains all the column names of Table for convenient usage.
	DB     gdb.DB              // DB is the raw underlying database management object.
	Table  string              // Table is the underlying table name of the DAO.
}

BlcChaincodeDao is the manager for logic model data accessing and custom defined data operations functions management.

func NewBlcChaincodeDao

func NewBlcChaincodeDao() *BlcChaincodeDao

NewBlcChaincodeDao creates and returns a new DAO object for table data access.

type BlcChaincodeMethodDao

type BlcChaincodeMethodDao struct {
	gmvc.M                           // M is the core and embedded struct that inherits all chaining operations from gdb.Model.
	C      blcChaincodeMethodColumns // C is the short type for Columns, which contains all the column names of Table for convenient usage.
	DB     gdb.DB                    // DB is the raw underlying database management object.
	Table  string                    // Table is the underlying table name of the DAO.
}

BlcChaincodeMethodDao is the manager for logic model data accessing and custom defined data operations functions management.

func NewBlcChaincodeMethodDao

func NewBlcChaincodeMethodDao() *BlcChaincodeMethodDao

NewBlcChaincodeMethodDao creates and returns a new DAO object for table data access.

type BlcUserDao

type BlcUserDao struct {
	gmvc.M                // M is the core and embedded struct that inherits all chaining operations from gdb.Model.
	C      blcUserColumns // C is the short type for Columns, which contains all the column names of Table for convenient usage.
	DB     gdb.DB         // DB is the raw underlying database management object.
	Table  string         // Table is the underlying table name of the DAO.
}

BlcUserDao is the manager for logic model data accessing and custom defined data operations functions management.

func NewBlcUserDao

func NewBlcUserDao() *BlcUserDao

NewBlcUserDao creates and returns a new DAO object for table data access.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL