Documentation ¶
Index ¶
- Constants
- func New(params map[string]interface{}) (db gae.DbInt, err error)
- func NewEx(params map[string]interface{}) (db gae.DbExInt, err error)
- type Blob
- type BlobWithDate
- type DbAppengine
- func (this DbAppengine) Context() context.Context
- func (this DbAppengine) CreateKey(stringID string, intID int64, parentK *gae.DbiKey) (k gae.DbiKey)
- func (this *DbAppengine) Delete(key string) (err error)
- func (this *DbAppengine) DeleteAll(ks gae.DbiKeyArr) error
- func (this DbAppengine) Get(k string) (bb []byte, err error)
- func (this *DbAppengine) GetAll(q gae.DbiQuery, dst interface{}) (arr gae.DbiKeyArr, err error)
- func (this *DbAppengine) GetKeysBeginsWith(begink string) (ks gae.DbiKeyArr, err error)
- func (this DbAppengine) GetObject(k string, o interface{}) (err error)
- func (this *DbAppengine) GetRangeKeys(begin, end string) (ks gae.DbiKeyArr, err error)
- func (this *DbAppengine) IsCloud() bool
- func (this DbAppengine) IsDone(err error) bool
- func (this DbAppengine) Kind() string
- func (this *DbAppengine) NewContext(c context.Context) gae.DbInt
- func (this DbAppengine) NewQuery() (q gae.DbiQuery)
- func (this *DbAppengine) Put(k string, bb []byte) (err error)
- func (this *DbAppengine) PutAll(ks gae.DbiKeyArr, src interface{}) (err error)
- func (this *DbAppengine) PutObject(k string, o interface{}) (err error)
- func (this *DbAppengine) Run(q gae.DbiQuery) (iter gae.DbiIterator)
- func (this *DbAppengine) RunInTransaction(fn gae.DbiTransaction, opts gae.DbiTrxOpts) (err error)
Constants ¶
View Source
const Name = "standard"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BlobWithDate ¶
type DbAppengine ¶
type DbAppengine struct {
// contains filtered or unexported fields
}
func (DbAppengine) Context ¶
func (this DbAppengine) Context() context.Context
func (*DbAppengine) Delete ¶
func (this *DbAppengine) Delete(key string) (err error)
func (*DbAppengine) GetKeysBeginsWith ¶
func (this *DbAppengine) GetKeysBeginsWith(begink string) (ks gae.DbiKeyArr, err error)
func (DbAppengine) GetObject ¶
func (this DbAppengine) GetObject(k string, o interface{}) (err error)
func (*DbAppengine) GetRangeKeys ¶
func (this *DbAppengine) GetRangeKeys(begin, end string) (ks gae.DbiKeyArr, err error)
func (*DbAppengine) IsCloud ¶
func (this *DbAppengine) IsCloud() bool
func (DbAppengine) IsDone ¶
func (this DbAppengine) IsDone(err error) bool
func (DbAppengine) Kind ¶
func (this DbAppengine) Kind() string
func (*DbAppengine) NewContext ¶
func (this *DbAppengine) NewContext(c context.Context) gae.DbInt
func (DbAppengine) NewQuery ¶
func (this DbAppengine) NewQuery() (q gae.DbiQuery)
func (*DbAppengine) PutAll ¶
func (this *DbAppengine) PutAll(ks gae.DbiKeyArr, src interface{}) (err error)
func (*DbAppengine) PutObject ¶
func (this *DbAppengine) PutObject(k string, o interface{}) (err error)
func (*DbAppengine) Run ¶
func (this *DbAppengine) Run(q gae.DbiQuery) (iter gae.DbiIterator)
func (*DbAppengine) RunInTransaction ¶
func (this *DbAppengine) RunInTransaction(fn gae.DbiTransaction, opts gae.DbiTrxOpts) (err error)
Click to show internal directories.
Click to hide internal directories.