Documentation ¶
Overview ¶
Package dalmdl will help you access
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DAOBuilder ¶
type DAOBuilder struct {
BaseDAO
}
DAOBuilder will help to run gson query
func (*DAOBuilder) FilePath ¶
func (db *DAOBuilder) FilePath(name string) *DAOBuilder
FilePath to open File and get data from FDB
func (*DAOBuilder) IsCacheable ¶
func (db *DAOBuilder) IsCacheable() *DAOBuilder
IsCacheable to open File and get data from FDB
func (*DAOBuilder) IsCacheableWithDuration ¶
func (db *DAOBuilder) IsCacheableWithDuration(duration time.Duration) *DAOBuilder
IsCacheableWithDuration to open File and get data from FDB
func (*DAOBuilder) Query ¶
func (db *DAOBuilder) Query(query ...string) *DAOBuilder
Query give multiple queries for and condition
Click to show internal directories.
Click to hide internal directories.