Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FMSDataBase ¶
type FMSDataBase struct {
// contains filtered or unexported fields
}
func NewFmsDataBase ¶
func NewFmsDataBase(rawConn *pgxpool.Pool) *FMSDataBase
func (*FMSDataBase) GetPgConn ¶
func (adb *FMSDataBase) GetPgConn() *pgxpool.Pool
func (*FMSDataBase) GetSQLBuilder ¶
func (adb *FMSDataBase) GetSQLBuilder() sqlmaker.StatementBuilderType
type FMSDataBaseConn ¶
type FMSDataBaseConn interface { GetPgConn() *pgxpool.Pool GetSQLBuilder() sqlmaker.StatementBuilderType }
Click to show internal directories.
Click to hide internal directories.