Свойство | Type | Description | |
---|---|---|---|
DBlockCount | long | ||
QueryCount | long |
Méthode | Description | |
---|---|---|
AddDBlock ( |
||
AddTagToBlock ( string clusterName, int blockIndex, string tag ) : void | ||
GetAllUIDs ( ) : System.UInt32[] | ||
GetDBlock ( uint uid ) : |
||
GetTaggedIndicesForCluster ( string clusterName, string tag ) : System.UInt32[] | ||
GetUIDsByAnalysisTag ( string tag ) : System.UInt32[] | ||
GetUIDsByAnalysisTag ( string tag, |
||
GetUIDsByBState ( bool bState ) : System.UInt32[] | ||
GetUIDsByBState ( bool bState, |
||
GetUIDsByBlock ( string clusterName, int clusterIndex ) : System.UInt32[] | ||
GetUIDsByBlock ( string clusterName, int clusterIndex, |
||
GetUIDsByCluster ( string clusterName ) : System.UInt32[] | ||
GetUIDsByCluster ( string clusterName, |
||
GetUIDsByDateRange ( System.DateTime start, System.DateTime end ) : uint[] | ||
GetUIDsByDateRange ( System.DateTime start, System.DateTime end, uint fromUIDs ) : uint[] | ||
GetUIDsByEState ( bool eState ) : System.UInt32[] | ||
GetUIDsByEState ( bool eState, |
||
GetUIDsByMachineState ( bool eState, bool bState, bool rfState, uint fromUIDs ) : System.UInt32[] | ||
GetUIDsByMachineState ( bool eState, bool bState, bool rfState ) : uint[] | ||
GetUIDsByPredicate ( PredicateFunction func, uint fromUIDs ) : uint[] | ||
GetUIDsByRFState ( bool rfState ) : System.UInt32[] | ||
GetUIDsByRFState ( bool rfState, |
||
GetUIDsByTag ( string tag ) : System.UInt32[] | ||
GetUIDsByTag ( string tag, |
||
GetUIDsByVoltageRange ( double low, double high ) : System.UInt32[] | ||
GetUIDsByVoltageRange ( double low, double high, |
||
RemoveDBlock ( |
||
RemoveTagFromBlock ( string clusterName, int blockIndex, string tag ) : void |
Méthode | Description | |
---|---|---|
Connect ( string dbName ) : void | ||
CreateDatabase ( string dbName ) : void | ||
GetByStringParameter ( string parameter, string val ) : System.UInt32[] | ||
GetByStringParameter ( string parameter, string val, |
||
GetDatabaseList ( ) : List |
||
GetUIDsFromCommand ( |
||
GetUIntsFromCommand ( |
||
MakeSQLArrayString ( |
||
Start ( ) : void | ||
Stop ( ) : void | ||
deserializeDBlockFromByteArray ( byte ba ) : |
||
executeNonQuery ( string command ) : int | ||
executeReader ( string command ) : |
||
serializeDBlockAsByteArray ( |
public AddDBlock ( |
||
db | ||
Résultat |
public AddTagToBlock ( string clusterName, int blockIndex, string tag ) : void | ||
clusterName | string | |
blockIndex | int | |
tag | string | |
Résultat | void |
public GetDBlock ( uint uid ) : |
||
uid | uint | |
Résultat |
public GetTaggedIndicesForCluster ( string clusterName, string tag ) : System.UInt32[] | ||
clusterName | string | |
tag | string | |
Résultat | System.UInt32[] |
public GetUIDsByAnalysisTag ( string tag ) : System.UInt32[] | ||
tag | string | |
Résultat | System.UInt32[] |
public GetUIDsByAnalysisTag ( string tag, |
||
tag | string | |
fromUIDs | ||
Résultat | System.UInt32[] |
public GetUIDsByBState ( bool bState ) : System.UInt32[] | ||
bState | bool | |
Résultat | System.UInt32[] |
public GetUIDsByBState ( bool bState, |
||
bState | bool | |
fromUIDs | ||
Résultat | System.UInt32[] |
public GetUIDsByBlock ( string clusterName, int clusterIndex ) : System.UInt32[] | ||
clusterName | string | |
clusterIndex | int | |
Résultat | System.UInt32[] |
public GetUIDsByBlock ( string clusterName, int clusterIndex, |
||
clusterName | string | |
clusterIndex | int | |
fromUIDs | ||
Résultat | System.UInt32[] |
public GetUIDsByCluster ( string clusterName ) : System.UInt32[] | ||
clusterName | string | |
Résultat | System.UInt32[] |
public GetUIDsByCluster ( string clusterName, |
||
clusterName | string | |
fromUIDs | ||
Résultat | System.UInt32[] |
public GetUIDsByDateRange ( System.DateTime start, System.DateTime end ) : uint[] | ||
start | System.DateTime | |
end | System.DateTime | |
Résultat | uint[] |
public GetUIDsByDateRange ( System.DateTime start, System.DateTime end, uint fromUIDs ) : uint[] | ||
start | System.DateTime | |
end | System.DateTime | |
fromUIDs | uint | |
Résultat | uint[] |
public GetUIDsByEState ( bool eState ) : System.UInt32[] | ||
eState | bool | |
Résultat | System.UInt32[] |
public GetUIDsByEState ( bool eState, |
||
eState | bool | |
fromUIDs | ||
Résultat | System.UInt32[] |
public GetUIDsByMachineState ( bool eState, bool bState, bool rfState, uint fromUIDs ) : System.UInt32[] | ||
eState | bool | |
bState | bool | |
rfState | bool | |
fromUIDs | uint | |
Résultat | System.UInt32[] |
public GetUIDsByMachineState ( bool eState, bool bState, bool rfState ) : uint[] | ||
eState | bool | |
bState | bool | |
rfState | bool | |
Résultat | uint[] |
public GetUIDsByPredicate ( PredicateFunction func, uint fromUIDs ) : uint[] | ||
func | PredicateFunction | |
fromUIDs | uint | |
Résultat | uint[] |
public GetUIDsByRFState ( bool rfState ) : System.UInt32[] | ||
rfState | bool | |
Résultat | System.UInt32[] |
public GetUIDsByRFState ( bool rfState, |
||
rfState | bool | |
fromUIDs | ||
Résultat | System.UInt32[] |
public GetUIDsByTag ( string tag ) : System.UInt32[] | ||
tag | string | |
Résultat | System.UInt32[] |
public GetUIDsByTag ( string tag, |
||
tag | string | |
fromUIDs | ||
Résultat | System.UInt32[] |
public GetUIDsByVoltageRange ( double low, double high ) : System.UInt32[] | ||
low | double | |
high | double | |
Résultat | System.UInt32[] |
public GetUIDsByVoltageRange ( double low, double high, |
||
low | double | |
high | double | |
fromUIDs | ||
Résultat | System.UInt32[] |
public RemoveDBlock ( |
||
uid | ||
Résultat | void |
public RemoveTagFromBlock ( string clusterName, int blockIndex, string tag ) : void | ||
clusterName | string | |
blockIndex | int | |
tag | string | |
Résultat | void |