代码搜索:tinydb
找到约 175 项符合「tinydb」的源代码
代码结果 175
www.eeworm.com/read/271793/4223522
pas dbpropertyfrm.pas
unit DBPropertyFrm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Dialogs, StdCtrls, ComCtrls,
TinyDB, BaseFrm;
type
TDBPropertyForm = class(TBas
www.eeworm.com/read/137691/5822232
nc maxm.nc
/**
* Implements MAX aggregate
*
* Author: Eugene Shvets
*/
includes Aggregates;
//includes TinyDB;
module MaxM {
provides {
interface Aggregate;
}
}
implementation {
command result_t Aggr
www.eeworm.com/read/137691/5822234
nc minm.nc
/**
* Implements MIN aggregate
*
* Author: Eugene Shvets
*/
includes Aggregates;
//includes TinyDB;
module MinM {
provides {
interface Aggregate;
}
}
implementation {
command result_t Aggr
www.eeworm.com/read/137691/5822240
nc summ.nc
/**
* Implements SUM aggregate
*
* Author: Eugene Shvets
*/
includes Aggregates;
//includes TinyDB;
module SumM {
provides {
interface Aggregate;
}
}
implementation {
command result_t Aggr
www.eeworm.com/read/116008/6114331
java cataloglistener.java
package net.tinyos.tinydb;
/** CatalogListener notifies listeners when an attribute is added to the catalog. */
public interface CatalogListener {
public void addedAttr(QueryField f);
}
www.eeworm.com/read/116008/6114343
java selexpr.java
package net.tinyos.tinydb;
/** SelExpr represents a selection expression; selection expressions are of
the form:
WHERE (field fieldOp fieldConst) OP value
Where field is a field in
www.eeworm.com/read/116008/6114390
java aggexpr.java
package net.tinyos.tinydb;
/** Class to represent an aggregation expression.
Aggregates are of the form:
[aggf(fielda),groupby(fieldb)]
Aggf is an aggregation function from AggOp,
www.eeworm.com/read/127411/14356324
~pas umain.~pas
unit uMain;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, SUIForm, JvScrollMax, SUIButton, ComCtrls, StdCtrls,
TinyDB, DB,
www.eeworm.com/read/127411/14356326
pas umain.pas
unit uMain;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, SUIForm, JvScrollMax, SUIButton, ComCtrls, StdCtrls,
TinyDB, DB,
www.eeworm.com/read/271793/4223478
pas fieldpropfrm.pas
unit FieldPropFrm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Dialogs, StdCtrls, ComCtrls,
ImgList, Db, TinyDB, ExtCtrls, BaseFrm;
type
TField