SYMBOL INDEX (1888 symbols across 79 files) FILE: RaptorDB.Common/DataTypes.cs class Result (line 11) | public class Result method Result (line 13) | public Result() method Result (line 17) | public Result(bool ok) method Result (line 21) | public Result(bool ok, Exception ex) class RDBSchema (line 52) | public abstract class RDBSchema : BindableFields class RDBExtension (line 59) | public static class RDBExtension method Between (line 68) | public static bool Between(this DateTime value, string fromdate, strin... method Between (line 73) | public static bool Between(this T value, T from, T to) method In (line 78) | public static bool In(this byte value, params byte[] values) method In (line 83) | public static bool In(this T value, params T[] values) FILE: RaptorDB.Common/FieldDescriptor.cs class FieldPropertyDescriptor (line 7) | internal class FieldPropertyDescriptor : PropertyDescriptor method FieldPropertyDescriptor (line 11) | public FieldPropertyDescriptor(FieldInfo field) : method Equals (line 19) | public override bool Equals(object obj) method GetHashCode (line 25) | public override int GetHashCode() { return _field.GetHashCode(); } method ResetValue (line 28) | public override void ResetValue(object component) { } method CanResetValue (line 29) | public override bool CanResetValue(object component) { return false; } method ShouldSerializeValue (line 30) | public override bool ShouldSerializeValue(object component) { return t... method GetValue (line 35) | public override object GetValue(object component) { return _field.GetV... method SetValue (line 37) | public override void SetValue(object component, object value) class BindableFields (line 44) | public abstract class BindableFields : ICustomTypeDescriptor method GetPropertyOwner (line 46) | object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) method GetAttributes (line 51) | AttributeCollection ICustomTypeDescriptor.GetAttributes() method GetClassName (line 56) | string ICustomTypeDescriptor.GetClassName() method GetComponentName (line 61) | string ICustomTypeDescriptor.GetComponentName() method GetConverter (line 66) | TypeConverter ICustomTypeDescriptor.GetConverter() method GetDefaultEvent (line 71) | EventDescriptor ICustomTypeDescriptor.GetDefaultEvent() method GetDefaultProperty (line 76) | PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() method GetEditor (line 81) | object ICustomTypeDescriptor.GetEditor(Type editorBaseType) method GetEvents (line 86) | EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] ... method GetEvents (line 91) | EventDescriptorCollection ICustomTypeDescriptor.GetEvents() method GetProperties (line 99) | PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties() method GetProperties (line 104) | PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attri... class FilterCache (line 145) | private class FilterCache method IsValid (line 149) | public bool IsValid(Attribute[] other) FILE: RaptorDB.Common/IRaptorDB.cs class HistoryInfo (line 10) | public class HistoryInfo type IKeyStoreHF (line 22) | public interface IKeyStoreHF method GetObjectHF (line 24) | object GetObjectHF(string key); method SetObjectHF (line 25) | bool SetObjectHF(string key, object obj); method DeleteKeyHF (line 26) | bool DeleteKeyHF(string key); method CountHF (line 27) | int CountHF(); method ContainsHF (line 28) | bool ContainsHF(string key); method GetKeysHF (line 29) | string[] GetKeysHF(); method CompactStorageHF (line 30) | void CompactStorageHF(); method Increment (line 31) | int Increment(string key, int amount); method Increment (line 32) | decimal Increment(string key, decimal amount); method Decrement (line 33) | int Decrement(string key, int amount); method Decrement (line 34) | decimal Decrement(string key, decimal amount); type IRaptorDB (line 41) | public interface IRaptorDB method SaveBytes (line 49) | bool SaveBytes(Guid fileID, byte[] bytes); method Save (line 58) | bool Save(Guid docID, T document); method Query (line 65) | Result Query(string viewname); method Query (line 74) | Result Query(string viewname, int start, int count); method Query (line 82) | Result Query(string viewname, string filter); method Query (line 92) | Result Query(string viewname, string filter, int start, int co... method Query (line 102) | Result Query(string viewname, string filter, int start, int co... method Count (line 109) | int Count(string viewname); method Count (line 117) | int Count(string viewname, string filter); method Fetch (line 124) | object Fetch(Guid docID); method Fetch (line 131) | T Fetch(Guid docID) where T : class; method FetchBytes (line 138) | byte[] FetchBytes(Guid fileID); method Backup (line 149) | bool Backup(); method Restore (line 154) | void Restore(); method Delete (line 161) | bool Delete(Guid docid); method DeleteBytes (line 168) | bool DeleteBytes(Guid fileid); method AddUser (line 177) | bool AddUser(string username, string oldpassword, string newpassword); method ServerSide (line 184) | object[] ServerSide(ServerSideFunc func, string filter); method ServerSide (line 191) | object[] ServerSide(ServerSideFunc func, Expression(ServerSideFuncWithArgs func, Expressio... method FullTextSearch (line 213) | int[] FullTextSearch(string filter); method Query (line 222) | Result Query(Expression>... method Query (line 232) | Result Query(Expression>... method Query (line 243) | Result Query(Expression>... method Query (line 251) | Result Query(string filter); method Query (line 261) | Result Query(string filter, int start, int cou... method Query (line 272) | Result Query(string filter, int start, int cou... method Count (line 280) | int Count(Expression> filter); method FetchHistory (line 287) | int[] FetchHistory(Guid docid); method FetchHistoryInfo (line 294) | HistoryInfo[] FetchHistoryInfo(Guid docid); method FetchBytesHistory (line 301) | int[] FetchBytesHistory(Guid fileid); method FetchBytesHistoryInfo (line 308) | HistoryInfo[] FetchBytesHistoryInfo(Guid docid); method FetchVersion (line 315) | object FetchVersion(int versionNumber); method FetchBytesVersion (line 322) | byte[] FetchBytesVersion(int versionNumber); method ViewDelete (line 330) | int ViewDelete(Expression> filter); method ViewDelete (line 338) | int ViewDelete(string viewname, string filter); method ViewInsert (line 347) | bool ViewInsert(Guid id, TRowSchema row); method ViewInsert (line 356) | bool ViewInsert(string viewname, Guid id, object row); method DocumentCount (line 362) | long DocumentCount(); method GetKVHF (line 370) | IKeyStoreHF GetKVHF(); method FreeMemory (line 372) | void FreeMemory(); method Shutdown (line 374) | void Shutdown(); method SaveToDocsOnViewInsert (line 376) | void SaveToDocsOnViewInsert(bool yes); FILE: RaptorDB.Common/Interfaces.cs class CaseInsensitiveAttribute (line 38) | [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)] class FullTextAttribute (line 46) | [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)] class RegisterViewAttribute (line 54) | [AttributeUsage(AttributeTargets.Class)] class StringIndexLength (line 62) | [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)] method StringIndexLength (line 65) | public StringIndexLength() method StringIndexLength (line 69) | public StringIndexLength(byte length) type IQueryInterface (line 76) | public interface IQueryInterface method Log (line 82) | void Log(string message); method Count (line 89) | int Count(string viewname); method Count (line 97) | int Count(string ViewName, string Filter); method Fetch (line 104) | object Fetch(Guid guid); method Fetch (line 111) | T Fetch(Guid guid) where T : class; method Query (line 114) | Result Query(Expression> Filter); method Query (line 115) | Result Query(Expression> Filter, int start, int cou... method Query (line 116) | Result Query(string Filter); method Query (line 117) | Result Query(string Filter, int start, int count); method Count (line 118) | int Count(Expression> Filter); type IMapAPI (line 121) | public interface IMapAPI : IQueryInterface method Emit (line 128) | void Emit(Guid docid, params object[] data); method EmitObject (line 136) | void EmitObject(Guid docid, T doc); method RollBack (line 141) | void RollBack(); method NextRowNumber (line 147) | int NextRowNumber(); method GetKVHF (line 149) | IKeyStoreHF GetKVHF(); type IClientHandler (line 153) | public interface IClientHandler method GenerateClientData (line 155) | bool GenerateClientData(IQueryInterface api, string username, List GetLastLogs() method SetLogLevel (line 269) | public void SetLogLevel(int abovelevel) class logger (line 275) | internal class logger : ILog method logger (line 277) | public logger(Type type) method log (line 284) | private void log(string logtype, string msg, params object[] objs) method Fatal (line 297) | public void Fatal(object msg, params object[] objs) method Error (line 302) | public void Error(object msg, params object[] objs) method Warn (line 308) | public void Warn(object msg, params object[] objs) method Debug (line 314) | public void Debug(object msg, params object[] objs) method Info (line 320) | public void Info(object msg, params object[] objs) class LogManager (line 328) | public static class LogManager method GetLogger (line 330) | public static ILog GetLogger(Type obj) method Configure (line 335) | public static void Configure(string filename, int sizelimitKB, bool sh... method GetLastLogs (line 340) | public static List GetLastLogs() method Shutdown (line 345) | public static void Shutdown() method SetLogLevel (line 350) | public static void SetLogLevel(int abovelevel) FILE: RaptorDB.Common/MiniLZO.cs method MiniLZO (line 77) | static MiniLZO() method Compress (line 82) | public static byte[] Compress(byte[] src) { return Compress(src, 0, src.... method Compress (line 83) | public static byte[] Compress(byte[] src, int srcCount) { return Compres... method Compress (line 84) | public static byte[] Compress(byte[] src, int srcStart, int srcLength) method Compress (line 103) | public static byte[] Compress(MemoryStream source) FILE: RaptorDB.Common/MurMurHash2.cs class MurmurHash2Unsafe (line 96) | public class MurmurHash2Unsafe method Hash (line 98) | public UInt32 Hash(Byte[] data) method Hash (line 105) | public unsafe UInt32 Hash(Byte[] data, UInt32 seed) FILE: RaptorDB.Common/NetworkClient.cs class NetworkClient (line 17) | public class NetworkClient class Config (line 19) | public static class Config method NetworkClient (line 39) | public NetworkClient(string server, int port) method Connect (line 52) | public void Connect() method Send (line 59) | public object Send(object data) method CheckConnection (line 107) | private void CheckConnection() method Close (line 115) | public void Close() class NetworkServer (line 124) | public class NetworkServer method Start (line 134) | public void Start(int port, ProcessPayload handler) method Run (line 146) | private void Run() method t_Elapsed (line 162) | void t_Elapsed(object sender, System.Timers.ElapsedEventArgs e) method Stop (line 169) | public void Stop() method Accept (line 174) | void Accept(TcpClient client) FILE: RaptorDB.Common/Packets.cs class Packet (line 5) | public class Packet method Packet (line 7) | public Packet() class ReturnPacket (line 26) | public class ReturnPacket method ReturnPacket (line 28) | public ReturnPacket() method ReturnPacket (line 32) | public ReturnPacket(bool ok) method ReturnPacket (line 36) | public ReturnPacket(bool ok, string err) FILE: RaptorDB.Common/RaptorDBClient.cs class KVHF (line 10) | public class KVHF : IKeyStoreHF method KVHF (line 12) | public KVHF(NetworkClient client, string username, string password) method GetObjectHF (line 24) | public object GetObjectHF(string key) method SetObjectHF (line 36) | public bool SetObjectHF(string key, object obj) method DeleteKeyHF (line 46) | public bool DeleteKeyHF(string key) method CountHF (line 56) | public int CountHF() method ContainsHF (line 65) | public bool ContainsHF(string key) method GetKeysHF (line 75) | public string[] GetKeysHF() method CompactStorageHF (line 84) | public void CompactStorageHF() method CreatePacket (line 93) | private Packet CreatePacket() method Increment (line 102) | public int Increment(string key, int amount) method Decrement (line 112) | public int Decrement(string key, int amount) method Increment (line 122) | public decimal Increment(string key, decimal amount) method Decrement (line 132) | public decimal Decrement(string key, decimal amount) class RaptorDBClient (line 143) | public class RaptorDBClient : IRaptorDB method RaptorDBClient (line 145) | public RaptorDBClient(string server, int port, string username, string... method Save (line 169) | public bool Save(Guid docID, T document) method SaveBytes (line 185) | public bool SaveBytes(Guid fileID, byte[] bytes) method Query (line 201) | public Result Query(string viewname) method Query (line 212) | public Result Query(string viewname, string filter) method Fetch (line 222) | public object Fetch(Guid docID) method FetchBytes (line 239) | public byte[] FetchBytes(Guid fileID) method Shutdown (line 254) | public void Shutdown() method Backup (line 272) | public bool Backup() method Restore (line 283) | public void Restore() method Delete (line 295) | public bool Delete(Guid docid) method DeleteBytes (line 309) | public bool DeleteBytes(Guid fileid) method AddUser (line 325) | public bool AddUser(string username, string oldpassword, string newpas... method ServerSide (line 340) | public object[] ServerSide(ServerSideFunc func, string filter) method ServerSide (line 359) | public object[] ServerSide(ServerSideFunc func, Expression... method FullTextSearch (line 379) | public int[] FullTextSearch(string filter) method CreatePacket (line 389) | private Packet CreatePacket() method Query (line 405) | public Result Query(string viewname, int start, int count) method Query (line 418) | public Result Query(string viewname, string filter, int start,... method Query (line 461) | public Result Query(string viewname, Expression Query(Expression Query(Expression GenericResult(Result Query(string filter) method Query (line 573) | public Result Query(string filter, int start, ... method Count (line 592) | public int Count(Expression> filter) method FetchHistory (line 609) | public int[] FetchHistory(Guid docid) method FetchBytesHistory (line 624) | public int[] FetchBytesHistory(Guid fileid) method FetchVersion (line 639) | public object FetchVersion(int versionNumber) method FetchBytesVersion (line 653) | public byte[] FetchBytesVersion(int versionNumber) method Query (line 670) | public Result Query(string viewname, string filter, int start,... method Query (line 684) | public Result Query(string viewname, Expression Query(Expression Query(string filter, int start, ... method FetchHistoryInfo (line 720) | public HistoryInfo[] FetchHistoryInfo(Guid docid) method FetchBytesHistoryInfo (line 734) | public HistoryInfo[] FetchBytesHistoryInfo(Guid docid) method ViewDelete (line 749) | public int ViewDelete(Expression> fi... method ViewDelete (line 766) | public int ViewDelete(string viewname, string filter) method ViewInsert (line 782) | public bool ViewInsert(Guid id, TRowSchema row) method ViewInsert (line 799) | public bool ViewInsert(string viewname, Guid id, object row) method DocumentCount (line 813) | public long DocumentCount() method GetKVHF (line 821) | public IKeyStoreHF GetKVHF() method ServerSide (line 826) | public object[] ServerSide(ServerSideFuncWithArgs func, string filter,... method ServerSide (line 839) | public object[] ServerSide(ServerSideFuncWithArgs func, Ex... method Fetch (line 855) | public T Fetch(Guid docID) where T : class method FreeMemory (line 867) | public void FreeMemory() method SaveToDocsOnViewInsert (line 874) | public void SaveToDocsOnViewInsert(bool yes) FILE: RaptorDB.Common/SafeDictionary.cs type IKV (line 10) | public interface IKV method TryGetValue (line 12) | bool TryGetValue(T key, out V val); method Count (line 13) | int Count(); method GetEnumerator (line 14) | IEnumerator> GetEnumerator(); method Add (line 15) | void Add(T key, V value); method Keys (line 16) | T[] Keys(); method Remove (line 17) | bool Remove(T key); method Clear (line 18) | void Clear(); method GetValue (line 19) | V GetValue(T key); class ReferenceEqualityComparer (line 25) | public class ReferenceEqualityComparer : IEqualityComparer, IEqualityCom... method Equals (line 29) | public new bool Equals(object x, object y) => x.Equals(y); method GetHashCode (line 30) | public int GetHashCode(object obj) => RuntimeHelpers.GetHashCode(obj); class SafeDictionary (line 33) | public class SafeDictionary : IKV method SafeDictionary (line 38) | public SafeDictionary(int capacity) method SafeDictionary (line 43) | public SafeDictionary() method TryGetValue (line 48) | public bool TryGetValue(TKey key, out TValue value) method Count (line 68) | public int Count() method GetEnumerator (line 73) | public IEnumerator> GetEnumerator() method Add (line 78) | public void Add(TKey key, TValue value) method Keys (line 89) | public TKey[] Keys() method Remove (line 99) | public bool Remove(TKey key) method Clear (line 109) | public void Clear() method GetValue (line 115) | public TValue GetValue(TKey key) class SafeSortedList (line 122) | public class SafeSortedList : IKV method Count (line 127) | public int Count() method Add (line 132) | public void Add(T key, V val) method Remove (line 143) | public bool Remove(T key) method GetKey (line 151) | public T GetKey(int index) method GetValue (line 160) | public V GetValue(int index) method Keys (line 169) | public T[] Keys() method GetEnumerator (line 193) | public IEnumerator> GetEnumerator() method TryGetValue (line 198) | public bool TryGetValue(T key, out V value) method Clear (line 204) | public void Clear() method GetValue (line 210) | public V GetValue(T key) class FastDateTime (line 218) | public static class FastDateTime method FastDateTime (line 228) | static FastDateTime() method CompareMemCmp (line 238) | public static int CompareMemCmp(byte[] left, byte[] right) method memcmp (line 246) | [DllImport("msvcrt.dll", CallingConvention = CallingConvention.Cdecl)] method ToInt32 (line 249) | public static int ToInt32(byte[] value, int startIndex, bool reverse) method ToInt32 (line 262) | public static unsafe int ToInt32(byte[] value, int startIndex) method ToInt64 (line 270) | public static long ToInt64(byte[] value, int startIndex, bool reverse) method ToInt64 (line 282) | public static unsafe long ToInt64(byte[] value, int startIndex) method ToInt16 (line 290) | public static short ToInt16(byte[] value, int startIndex, bool reverse) method ToInt16 (line 302) | public static unsafe short ToInt16(byte[] value, int startIndex) FILE: RaptorDB.Common/View.cs class ViewBase (line 7) | public abstract class ViewBase class View (line 83) | public class View : ViewBase method View (line 85) | public View() method Verify (line 104) | public Result Verify() FILE: RaptorDB.Common/ZipStorer.cs class ZIP (line 13) | public static class ZIP method Main (line 16) | static void Main(string[] args) method log (line 47) | private static void log(string msg) method printhelp (line 52) | private static void printhelp() method Compress (line 60) | public static void Compress(string filename, string folder, bool recur... method Decompress (line 84) | public static void Decompress(string filename, string outputfolder, Ac... method docompressdirectory (line 109) | private static void docompressdirectory(ZipStorer zip, string dir, str... class ZipStorer (line 127) | public class ZipStorer : IDisposable type Compression (line 132) | public enum Compression : ushort type ZipFileEntry (line 143) | public struct ZipFileEntry method ToString (line 170) | public override string ToString() method ZipStorer (line 206) | static ZipStorer() method Create (line 229) | public static ZipStorer Create(string _filename, string _comment) method Create (line 245) | public static ZipStorer Create(Stream _stream, string _comment) method Open (line 260) | public static ZipStorer Open(string _filename, FileAccess _access) method Open (line 275) | public static ZipStorer Open(Stream _stream, FileAccess _access) method AddFile (line 297) | public void AddFile(Compression _method, string _pathname, string _fil... method AddFile (line 307) | public void AddFile(Compression _method, string _pathname, string _fil... method AddStream (line 324) | public void AddStream(Compression _method, string _filenameInZip, Stre... method Close (line 366) | public void Close() method ReadCentralDir (line 400) | public List ReadCentralDir() method ExtractFile (line 453) | public bool ExtractFile(ZipFileEntry _zfe, string _filename) method ExtractFile2 (line 474) | public bool ExtractFile2(ZipFileEntry _zfe, string _filename) method ExtractFile (line 502) | public bool ExtractFile(ZipFileEntry _zfe, Stream _stream) method RemoveEntries (line 546) | public static bool RemoveEntries(ref ZipStorer _zip, List(byte[] json) method ToObject (line 241) | public static T ToObject(byte[] json, BJSONParameters param) method ToObject (line 250) | public static object ToObject(byte[] json) method ToObject (line 260) | public static object ToObject(byte[] json, BJSONParameters param) method ToObject (line 272) | public static object ToObject(byte[] json, Type type) method ClearReflectionCache (line 279) | public static void ClearReflectionCache() method DeepCopy (line 288) | public static object DeepCopy(object obj) class deserializer (line 294) | internal class deserializer method deserializer (line 296) | public deserializer(BJSONParameters param) method ToObject (line 306) | public T ToObject(byte[] json) method ToObject (line 311) | public object ToObject(byte[] json) method ToObject (line 316) | public object ToObject(byte[] json, Type type) method ChangeType (line 378) | private object ChangeType(object o, Type type) method FillObject (line 386) | public object FillObject(object input, byte[] json) method RootHashTable (line 394) | private object RootHashTable(List o) method RootList (line 414) | private object RootList(object parse, Type type) method RootDictionary (line 434) | private object RootDictionary(object parse, Type type) method ParseDictionary (line 485) | private object ParseDictionary(Dictionary d, Dictionar... method ParseTypedArray (line 628) | private object ParseTypedArray(Dictionary globaltypes, o... method CreateSD (line 654) | private StringDictionary CreateSD(Dictionary d) method CreateNV (line 664) | private NameValueCollection CreateNV(Dictionary d) method CreateEnum (line 674) | private object CreateEnum(Type pt, object v) method CreateArray (line 684) | private object CreateArray(List data, Type pt, Type bt, Dictiona... method CreateGenericList (line 710) | private object CreateGenericList(List data, Type pt, Type bt, Di... method CreateStringKeyDictionary (line 738) | private object CreateStringKeyDictionary(Dictionary read... method CreateDictionary (line 779) | private object CreateDictionary(List reader, Type pt, Type[] typ... method CreateDataset (line 811) | private DataSet CreateDataset(Dictionary reader, Diction... method ReadDataTable (line 853) | private void ReadDataTable(List rows, DataTable dt) method CreateDataTable (line 869) | DataTable CreateDataTable(Dictionary reader, Dictionary<... FILE: RaptorDB.Common/fastBinaryJSON/BJsonParser.cs class BJsonParser (line 7) | internal sealed class BJsonParser method BJsonParser (line 14) | internal BJsonParser(byte[] json, bool useUTC, bool v1_4TA) method Decode (line 21) | public object Decode() method ParseObject (line 27) | private Dictionary ParseObject() method readkeyvalue (line 56) | private bool readkeyvalue(Dictionary dic, ref byte t) method ParseName2 (line 79) | private string ParseName2() // unicode byte len string -> <128 len chars method ParseName (line 87) | private string ParseName() method ParseArray (line 95) | private List ParseArray() method ParseValue (line 119) | private object ParseValue(out bool breakparse) method ParsTimeSpan (line 186) | private TimeSpan ParsTimeSpan() method ParseTypedArray (line 196) | private object ParseTypedArray(byte token) method ParseNameLong (line 231) | private string ParseNameLong() // unicode short len string -> <32k chars method ParseChar (line 240) | private object ParseChar() method ParseGuid (line 247) | private Guid ParseGuid() method ParseFloat (line 255) | private float ParseFloat() method ParseUShort (line 262) | private ushort ParseUShort() method ParseULong (line 269) | private ulong ParseULong() method ParseUint (line 276) | private uint ParseUint() method ParseShort (line 283) | private short ParseShort() method ParseLong (line 290) | private long ParseLong() method ParseInt (line 297) | private int ParseInt() method ParseDouble (line 304) | private double ParseDouble() method ParseUnicodeString (line 311) | private object ParseUnicodeString() method ParseString (line 321) | private string ParseString() method ParseDecimal (line 331) | private decimal ParseDecimal() method ParseDateTime (line 346) | private DateTime ParseDateTime() method ParseByteArray (line 358) | private byte[] ParseByteArray() method ParseByte (line 368) | private byte ParseByte() method GetToken (line 373) | private byte GetToken() FILE: RaptorDB.Common/fastBinaryJSON/BJsonSerializer.cs class BJSONSerializer (line 13) | internal sealed class BJSONSerializer : IDisposable method Dispose (line 24) | private void Dispose(bool disposing) method Dispose (line 35) | public void Dispose() method BJSONSerializer (line 41) | internal BJSONSerializer(BJSONParameters param) method ConvertToBJSON (line 47) | internal byte[] ConvertToBJSON(object obj) method WriteTypes (line 68) | private void WriteTypes(Dictionary dic) method WriteValue (line 85) | private void WriteValue(object obj) method WriteSByte (line 182) | private void WriteSByte(sbyte p) method WriteTimeSpan (line 189) | private void WriteTimeSpan(TimeSpan obj) method WriteTypedArray (line 196) | private void WriteTypedArray(ICollection array) method WriteNV (line 242) | private void WriteNV(NameValueCollection nameValueCollection) method WriteSD (line 259) | private void WriteSD(StringDictionary stringDictionary) method WriteUShort (line 276) | private void WriteUShort(ushort p) method WriteShort (line 282) | private void WriteShort(short p) method WriteFloat (line 288) | private void WriteFloat(float p) method WriteDouble (line 295) | private void WriteDouble(double p) method WriteByte (line 302) | private void WriteByte(byte p) method WriteDecimal (line 308) | private void WriteDecimal(decimal p) method WriteULong (line 316) | private void WriteULong(ulong p) method WriteUInt (line 322) | private void WriteUInt(uint p) method WriteLong (line 328) | private void WriteLong(long p) method WriteChar (line 334) | private void WriteChar(char p) method WriteBytes (line 340) | private void WriteBytes(byte[] p) method WriteBool (line 347) | private void WriteBool(bool p) method WriteNull (line 355) | private void WriteNull() method WriteCustom (line 361) | private void WriteCustom(object obj) method WriteColon (line 368) | private void WriteColon() method WriteComma (line 373) | private void WriteComma() method WriteEnum (line 378) | private void WriteEnum(Enum e) method WriteInt (line 383) | private void WriteInt(int i) method WriteGuid (line 389) | private void WriteGuid(Guid g) method WriteDateTime (line 395) | private void WriteDateTime(DateTime dateTime) method GetSchema (line 407) | private DatasetSchema GetSchema(DataTable ds) method GetSchema (line 426) | private DatasetSchema GetSchema(DataSet ds) method GetXmlSchema (line 448) | private string GetXmlSchema(DataTable dt) method WriteDataset (line 457) | private void WriteDataset(DataSet ds) method WriteDataTableData (line 475) | private void WriteDataTableData(DataTable table) method WriteDataTable (line 501) | void WriteDataTable(DataTable dt) method WriteObject (line 518) | private void WriteObject(object obj) method WritePairFast (line 600) | private void WritePairFast(string name, string value) method WritePair (line 611) | private void WritePair(string name, object value) method WriteArray (line 622) | private void WriteArray(IEnumerable array) method WriteStringDictionary (line 639) | private void WriteStringDictionary(IDictionary dic) method WriteStringDictionary (line 656) | private void WriteStringDictionary(IDictionary dic) method WriteDictionary (line 673) | private void WriteDictionary(IDictionary dic) method WriteName (line 693) | private void WriteName(string s) method WriteString (line 710) | private void WriteString(string s) FILE: RaptorDB.Common/fastBinaryJSON/Helper.cs method ToInt32 (line 10) | internal static unsafe int ToInt32(byte[] value, int startIndex, bool re... method ToInt32 (line 23) | internal static unsafe int ToInt32(byte[] value, int startIndex) method ToInt64 (line 31) | internal static unsafe long ToInt64(byte[] value, int startIndex, bool r... method ToInt64 (line 43) | internal static unsafe long ToInt64(byte[] value, int startIndex) method ToInt16 (line 51) | internal static unsafe short ToInt16(byte[] value, int startIndex, bool ... method ToInt16 (line 63) | internal static unsafe short ToInt16(byte[] value, int startIndex) method GetBytes (line 71) | internal static unsafe byte[] GetBytes(long num, bool reverse) FILE: RaptorDB.Common/fastBinaryJSON/dynamic.cs class DynamicJson (line 9) | internal class DynamicJson : DynamicObject, IEnumerable method DynamicJson (line 14) | public DynamicJson(byte[] json) method DynamicJson (line 26) | private DynamicJson(object dictionary) method TryGetIndex (line 32) | public override bool TryGetIndex(GetIndexBinder binder, Object[] index... method TryGetMember (line 48) | public override bool TryGetMember(GetMemberBinder binder, out object r... method GetEnumerator (line 74) | public IEnumerator GetEnumerator() FILE: RaptorDB.Common/fastJSON/Formatter.cs class Formatter (line 5) | internal static class Formatter method AppendIndent (line 9) | private static void AppendIndent(StringBuilder sb, int count, string i... method PrettyPrint (line 14) | public static string PrettyPrint(string input) method PrettyPrint (line 19) | public static string PrettyPrint(string input, string spaces) FILE: RaptorDB.Common/fastJSON/Getters.cs class DatasetSchema (line 5) | public sealed class DatasetSchema FILE: RaptorDB.Common/fastJSON/Helper.cs class Helper (line 12) | class Helper method IsNullable (line 14) | public static bool IsNullable(Type t) method UnderlyingTypeOf (line 21) | public static Type UnderlyingTypeOf(Type t) method CreateDateTimeOffset (line 26) | public static DateTimeOffset CreateDateTimeOffset(int year, int month,... method BoolConv (line 36) | public static bool BoolConv(object v) method AutoConv (line 54) | public static long AutoConv(object value, JSONParameters param) method CreateLong (line 72) | public static long CreateLong(string s, int index, int count) method CreateLong (line 118) | public static long CreateLong(char[] s, int index, int count) method CreateInteger (line 164) | public static int CreateInteger(string s, int index, int count) method CreateEnum (line 210) | public static object CreateEnum(Type pt, object v) method CreateGuid (line 220) | public static Guid CreateGuid(string s) method CreateSD (line 228) | public static StringDictionary CreateSD(Dictionary d) method CreateNV (line 238) | public static NameValueCollection CreateNV(Dictionary d) method CreateDateTimeOffset (line 248) | public static object CreateDateTimeOffset(string value) method CreateDateTime (line 307) | public static DateTime CreateDateTime(string value, bool UseUTCDateTime) FILE: RaptorDB.Common/fastJSON/JSON.cs class JSONParameters (line 17) | public sealed class JSONParameters method FixValues (line 119) | public void FixValues() method MakeCopy (line 130) | public JSONParameters MakeCopy() class JSON (line 161) | public static class JSON method ToNiceJSON (line 172) | public static string ToNiceJSON(object obj) method ToNiceJSON (line 184) | public static string ToNiceJSON(object obj, JSONParameters param) method ToJSON (line 195) | public static string ToJSON(object obj) method ToJSON (line 205) | public static string ToJSON(object obj, JSONParameters param) method Parse (line 228) | public static object Parse(string json) method ToDynamic (line 238) | public static dynamic ToDynamic(string json) method ToObject (line 249) | public static T ToObject(string json) method ToObject (line 260) | public static T ToObject(string json, JSONParameters param) method ToObject (line 269) | public static object ToObject(string json) method ToObject (line 279) | public static object ToObject(string json, JSONParameters param) method ToObject (line 289) | public static object ToObject(string json, Type type) method ToObject (line 300) | public static object ToObject(string json, Type type, JSONParameters par) method FillObject (line 310) | public static object FillObject(object input, string json) method DeepCopy (line 321) | public static object DeepCopy(object obj) method DeepCopy (line 331) | public static T DeepCopy(T obj) method Beautify (line 341) | public static string Beautify(string input) method Beautify (line 352) | public static string Beautify(string input, byte spaces) method RegisterCustomType (line 363) | public static void RegisterCustomType(Type type, Reflection.Serialize ... method ClearReflectionCache (line 370) | public static void ClearReflectionCache() class deserializer (line 376) | internal class deserializer method deserializer (line 378) | public deserializer(JSONParameters param) method ToObject (line 393) | public T ToObject(string json) method ToObject (line 413) | public object ToObject(string json) method ToObject (line 418) | public object ToObject(string json, Type type) method RootHashTable (line 482) | private object RootHashTable(List o) method ChangeType (line 502) | private object ChangeType(object value, Type conversionType) method RootList (line 561) | private object RootList(object parse, Type type) method DoParseList (line 569) | private void DoParseList(IList parse, Type it, IList o) method RootArray (line 587) | private object RootArray(object parse, Type type) method RootDictionary (line 598) | private object RootDictionary(object parse, Type type) method ParseDictionary (line 648) | internal object ParseDictionary(Dictionary d, Dictiona... method ProcessMap (line 790) | private static void ProcessMap(object obj, Dictionary data, Type pt, Type bt, Dictio... method CreateGenericList (line 828) | private object CreateGenericList(List data, Type pt, Type bt, ... method CreateStringKeyDictionary (line 855) | private object CreateStringKeyDictionary(Dictionary re... method CreateDictionary (line 896) | private object CreateDictionary(List reader, Type pt, Type[] t... method CreateDataset (line 949) | private DataSet CreateDataset(Dictionary reader, Dicti... method ReadDataTable (line 991) | private void ReadDataTable(List rows, DataTable dt) method CreateDataTable (line 1041) | DataTable CreateDataTable(Dictionary reader, Dictionar... FILE: RaptorDB.Common/fastJSON/JsonParser.cs class JsonParser (line 13) | internal sealed class JsonParser type Token (line 15) | enum Token method JsonParser (line 39) | internal JsonParser(string json, bool AllowNonQuotedKeys) method Decode (line 46) | public unsafe object Decode() method ParseObject (line 52) | private unsafe Dictionary ParseObject(char* p) method ParseArray (line 94) | private unsafe List ParseArray(char* p) method ParseValue (line 118) | private unsafe object ParseValue(char* p, bool val) method ParseString (line 150) | private unsafe string ParseString(char* p, bool val) method ParseSingleChar (line 258) | private uint ParseSingleChar(char c1, uint multipliyer) method ParseUnicode (line 270) | private uint ParseUnicode(char c1, char c2, char c3, char c4) method ParseNumber (line 280) | private unsafe object ParseNumber(char* p) method LookAhead (line 321) | private unsafe Token LookAhead(char* p) method ConsumeToken (line 328) | private void ConsumeToken() method NextToken (line 333) | private unsafe Token NextToken(char* p) method NextTokenCore (line 342) | private unsafe Token NextTokenCore(char* p) method UnsafeSubstring (line 463) | private static unsafe string UnsafeSubstring(//char[] source, FILE: RaptorDB.Common/fastJSON/JsonSerializer.cs class JSONSerializer (line 15) | internal sealed class JSONSerializer method JSONSerializer (line 27) | internal JSONSerializer(JSONParameters param) method ConvertToJSON (line 38) | internal string ConvertToJSON(object obj) method WriteValue (line 63) | private void WriteValue(object obj) method WriteDateTimeOffset (line 166) | private void WriteDateTimeOffset(DateTimeOffset d) method WriteNV (line 192) | private void WriteNV(NameValueCollection nameValueCollection) method WriteSD (line 216) | private void WriteSD(StringDictionary stringDictionary) method WriteCustom (line 242) | private void WriteCustom(object obj) method WriteEnum (line 249) | private void WriteEnum(Enum e) method WriteGuid (line 258) | private void WriteGuid(Guid g) method WriteBytes (line 266) | private void WriteBytes(byte[] bytes) method WriteDateTime (line 275) | private void WriteDateTime(DateTime dateTime) method write_date_value (line 296) | private void write_date_value(DateTime dt) method GetSchema (line 313) | private DatasetSchema GetSchema(DataTable ds) method GetSchema (line 332) | private DatasetSchema GetSchema(DataSet ds) method GetXmlSchema (line 354) | private string GetXmlSchema(DataTable dt) method WriteDataset (line 363) | private void WriteDataset(DataSet ds) method WriteDataTableData (line 382) | private void WriteDataTableData(DataTable table) method WriteDataTable (line 408) | void WriteDataTable(DataTable dt) method WriteObject (line 425) | private void WriteObject(object obj) method WritePairFast (line 521) | private void WritePairFast(string name, string value) method WritePair (line 530) | private void WritePair(string name, object value) method WriteArray (line 539) | private void WriteArray(IEnumerable array) method WriteStringDictionary (line 556) | private void WriteStringDictionary(IDictionary dic) method WriteStringDictionary (line 582) | private void WriteStringDictionary(IEnumerable Getproperties(Type type, string ... method CreateMyProp (line 309) | private myPropInfo CreateMyProp(Type t, string name) method GetChangeType (line 367) | private Type GetChangeType(Type conversionType) method GetTypeAssemblyName (line 377) | public string GetTypeAssemblyName(Type t) method GetTypeFromCache (line 390) | internal Type GetTypeFromCache(string typename, bool blacklistChecking) method FastCreateList (line 423) | internal object FastCreateList(Type objtype, int capacity) method FastCreateInstance (line 466) | internal object FastCreateInstance(Type objtype) method CreateSetField (line 509) | internal static GenericSetter CreateSetField(Type type, FieldInfo fiel... method GetGetterBackingField (line 548) | internal static FieldInfo GetGetterBackingField(PropertyInfo autoPrope... method CreateSetMethod (line 588) | internal static GenericSetter CreateSetMethod(Type type, PropertyInfo ... method CreateGetField (line 652) | internal static GenericGetter CreateGetField(Type type, FieldInfo fiel... method CreateGetMethod (line 682) | internal static GenericGetter CreateGetMethod(Type type, PropertyInfo ... method GetGetters (line 723) | public Getters[] GetGetters(Type type, /*bool ShowReadOnlyProperties,*... method ResetPropertyCache (line 842) | internal void ResetPropertyCache() method ClearReflectionCache (line 847) | internal void ClearReflectionCache() FILE: RaptorDB.Common/fastJSON/dynamic.cs class DynamicJson (line 10) | internal class DynamicJson : DynamicObject, IEnumerable method DynamicJson (line 15) | public DynamicJson(string json) method DynamicJson (line 25) | private DynamicJson(object dictionary) method GetDynamicMemberNames (line 31) | public override IEnumerable GetDynamicMemberNames() method TryGetIndex (line 36) | public override bool TryGetIndex(GetIndexBinder binder, Object[] index... method TryGetMember (line 52) | public override bool TryGetMember(GetMemberBinder binder, out object r... method GetEnumerator (line 78) | IEnumerator IEnumerable.GetEnumerator() FILE: RaptorDB/DataTypes/DataTypes.cs class View_delete (line 9) | internal class View_delete class View_insert (line 16) | internal class View_insert class FullTextString (line 23) | internal class FullTextString class NoIndexing (line 28) | internal class NoIndexing type IRowFiller (line 33) | public interface IRowFiller method FillRow (line 35) | object FillRow(object row, object[] data); type IGetBytes (line 38) | internal interface IGetBytes method GetBytes (line 40) | byte[] GetBytes(T obj); method GetObject (line 41) | T GetObject(byte[] buffer, int offset, int count); class RDBDataType (line 44) | internal class RDBDataType method ByteHandler (line 46) | public static IGetBytes ByteHandler() method GetByteSize (line 66) | public static byte GetByteSize(byte keysize) method GetEmpty (line 86) | internal static object GetEmpty() class double_handler (line 99) | internal class double_handler : IGetBytes method GetBytes (line 101) | public byte[] GetBytes(double obj) method GetObject (line 106) | public double GetObject(byte[] buffer, int offset, int count) class byte_handler (line 112) | internal class byte_handler : IGetBytes method GetBytes (line 114) | public byte[] GetBytes(byte obj) method GetObject (line 119) | public byte GetObject(byte[] buffer, int offset, int count) class float_handler (line 125) | internal class float_handler : IGetBytes method GetBytes (line 127) | public byte[] GetBytes(float obj) method GetObject (line 132) | public float GetObject(byte[] buffer, int offset, int count) class decimal_handler (line 138) | internal class decimal_handler : IGetBytes method GetBytes (line 140) | public byte[] GetBytes(decimal obj) method GetObject (line 155) | public decimal GetObject(byte[] buffer, int offset, int count) class ushort_handler (line 171) | internal class ushort_handler : IGetBytes method GetBytes (line 173) | public byte[] GetBytes(ushort obj) method GetObject (line 178) | public ushort GetObject(byte[] buffer, int offset, int count) class short_handler (line 184) | internal class short_handler : IGetBytes method GetBytes (line 186) | public byte[] GetBytes(short obj) method GetObject (line 191) | public short GetObject(byte[] buffer, int offset, int count) class string_handler (line 197) | internal class string_handler : IGetBytes method GetBytes (line 199) | public byte[] GetBytes(string obj) method GetObject (line 204) | public string GetObject(byte[] buffer, int offset, int count) class int_handler (line 210) | internal class int_handler : IGetBytes method GetBytes (line 212) | public byte[] GetBytes(int obj) method GetObject (line 217) | public int GetObject(byte[] buffer, int offset, int count) class uint_handler (line 223) | internal class uint_handler : IGetBytes method GetBytes (line 225) | public byte[] GetBytes(uint obj) method GetObject (line 230) | public uint GetObject(byte[] buffer, int offset, int count) class long_handler (line 236) | internal class long_handler : IGetBytes method GetBytes (line 238) | public byte[] GetBytes(long obj) method GetObject (line 243) | public long GetObject(byte[] buffer, int offset, int count) class guid_handler (line 249) | internal class guid_handler : IGetBytes method GetBytes (line 251) | public byte[] GetBytes(Guid obj) method GetObject (line 256) | public Guid GetObject(byte[] buffer, int offset, int count) class datetime_handler (line 264) | internal class datetime_handler : IGetBytes method GetBytes (line 266) | public byte[] GetBytes(DateTime obj) method GetObject (line 271) | public DateTime GetObject(byte[] buffer, int offset, int count) FILE: RaptorDB/Global.cs class Global (line 3) | public class Global FILE: RaptorDB/Helper/Container.cs class BitmapContainer (line 8) | class BitmapContainer : Container method BitmapContainer (line 10) | public BitmapContainer() method BitmapContainer (line 14) | public BitmapContainer(int OneCount) method BitmapContainer (line 38) | public BitmapContainer(bool allones) method BitmapContainer (line 43) | public BitmapContainer(ulong[] vals) method Values (line 54) | public ulong[] Values() method CountOnes (line 65) | public override long CountOnes() method CountZeros (line 86) | public override long CountZeros() method GetBitIndexes (line 94) | public override IEnumerable GetBitIndexes() method Get (line 118) | public override bool Get(long offset) method Set (line 139) | public override void Set(long offset, bool val) method ChangeRequired (line 179) | public override bool ChangeRequired() method ToBitmap (line 198) | public override Container ToBitmap() method Change (line 203) | public override Container Change() method Copy (line 227) | public override Container Copy() method Not (line 238) | public override Container Not() class OffsetContainer (line 260) | class OffsetContainer : Container method OffsetContainer (line 262) | public OffsetContainer() method OffsetContainer (line 266) | public OffsetContainer(IEnumerable vals) method Values (line 275) | public ushort[] Values() method ToBitmap (line 281) | public override Container ToBitmap() method Change (line 292) | public override Container Change() method ChangeRequired (line 303) | public override bool ChangeRequired() method Copy (line 314) | public override Container Copy() method CountOnes (line 325) | public override long CountOnes() method CountZeros (line 330) | public override long CountZeros() method Get (line 335) | public override bool Get(long offset) method GetBitIndexes (line 346) | public override IEnumerable GetBitIndexes() method Set (line 353) | public override void Set(long offset, bool val) method Not (line 382) | public override Container Not() class InvertedContainer (line 391) | class InvertedContainer : Container method InvertedContainer (line 393) | public InvertedContainer() method InvertedContainer (line 399) | public InvertedContainer(IEnumerable vals) method ToBitmap (line 411) | public override Container ToBitmap() method Change (line 425) | public override Container Change() method ChangeRequired (line 433) | public override bool ChangeRequired() method Copy (line 441) | public override Container Copy() method CountOnes (line 452) | public override long CountOnes() method CountZeros (line 457) | public override long CountZeros() method Get (line 462) | public override bool Get(long offset) method GetBitIndexes (line 473) | public override IEnumerable GetBitIndexes() method Not (line 486) | public override Container Not() method Set (line 491) | public override void Set(long offset, bool val) method Values (line 522) | public ushort[] Values() class Container (line 532) | public abstract class Container method Set (line 537) | public abstract void Set(long offset, bool val); method Get (line 538) | public abstract bool Get(long offset); method CountOnes (line 539) | public abstract long CountOnes(); method CountZeros (line 540) | public abstract long CountZeros(); method GetBitIndexes (line 541) | public abstract IEnumerable GetBitIndexes(); method ChangeRequired (line 542) | public abstract bool ChangeRequired(); method Change (line 543) | public abstract Container Change(); method ToBitmap (line 544) | public abstract Container ToBitmap(); method Copy (line 545) | public abstract Container Copy(); method Not (line 546) | public abstract Container Not(); method BitCount (line 551) | public static int BitCount(ulong x) type CTYPE (line 560) | public enum CTYPE class CData (line 568) | public class CData class MGRBData (line 575) | public class MGRBData FILE: RaptorDB/Helper/MGRB.cs class MGRB (line 7) | public class MGRB method MGRB (line 9) | public MGRB() method MGRB (line 12) | internal MGRB(SafeSortedList containers) : this(contai... method MGRB (line 15) | internal MGRB(SafeSortedList containers, long size) method Set (line 37) | public void Set(long position, bool val) method Get (line 63) | public bool Get(long position) method And (line 75) | public MGRB And(MGRB B) method Or (line 103) | public MGRB Or(MGRB B) method AndNot (line 135) | public MGRB AndNot(MGRB b) method Not (line 144) | public MGRB Not() method Not (line 155) | public MGRB Not(long count) method Fill (line 172) | public static MGRB Fill(long count) method CountOnes (line 193) | public long CountOnes() method CountZeros (line 204) | public long CountZeros() method GetBitIndexes (line 211) | public IEnumerable GetBitIndexes() method Optimize (line 221) | public MGRB Optimize() method Serialize (line 252) | public MGRBData Serialize() method Deserialize (line 305) | public void Deserialize(MGRBData input) method Copy (line 362) | public MGRB Copy() method GetFirst (line 374) | public int GetFirst() method LastContainerIdx (line 385) | private int LastContainerIdx() method containerAND (line 393) | private static Container containerAND(Container ca, Container cb) method containerOR (line 436) | private static Container containerOR(Container ca, Container cb) method GetBytes (line 480) | private static unsafe byte[] GetBytes(ushort num, bool reverse) FILE: RaptorDB/Helper/WAHBitarray2.cs class WAHBitArray (line 7) | public class WAHBitArray type TYPE (line 9) | public enum TYPE method WAHBitArray (line 16) | public WAHBitArray() method WAHBitArray (line 25) | public WAHBitArray(TYPE type, uint[] ints) method Copy (line 59) | public WAHBitArray Copy() method Get (line 68) | public bool Get(int index) method Set (line 90) | public void Set(int index, bool val) method And (line 159) | public WAHBitArray And(WAHBitArray op) method AndNot (line 174) | public WAHBitArray AndNot(WAHBitArray op) method Or (line 189) | public WAHBitArray Or(WAHBitArray op) method Not (line 204) | public WAHBitArray Not(int size) method Xor (line 230) | public WAHBitArray Xor(WAHBitArray op) method BitCount (line 246) | private static int BitCount(uint n) method CountOnes (line 254) | public long CountOnes() method CountZeros (line 270) | public long CountZeros() method FreeMemory (line 287) | public void FreeMemory() method GetCompressed (line 303) | public uint[] GetCompressed(out TYPE type) method GetBitIndexes (line 320) | public IEnumerable GetBitIndexes() method GetOffsets (line 348) | private uint[] GetOffsets() method prelogic (line 360) | private void prelogic(WAHBitArray op, out uint[] left, out uint[] right) method GetBitArray (line 382) | internal uint[] GetBitArray() method UnpackOffsets (line 397) | private uint[] UnpackOffsets() method ChangeTypeIfNeeded (line 419) | private void ChangeTypeIfNeeded() method Resize (line 443) | private void Resize(int index) method ResizeAsNeeded (line 462) | private static void ResizeAsNeeded(List list, int index) method internalSet (line 470) | private void internalSet(int index, bool val) method internalGet (line 483) | private bool internalGet(int index) method CheckBitArray (line 495) | private void CheckBitArray() method Take31Bits (line 511) | private static uint Take31Bits(uint[] data, int index) method Compress (line 531) | private static uint[] Compress(uint[] data) method FlushOnes (line 564) | private static void FlushOnes(List compressed, ref uint ones) method FlushZeros (line 574) | private static void FlushZeros(List compressed, ref uint zeros) method Write31Bits (line 584) | private static void Write31Bits(List list, int index, uint val) method WriteOnes (line 601) | private void WriteOnes(List list, int index, uint count) method Uncompress (line 651) | private void Uncompress() method Fill (line 681) | internal static WAHBitArray Fill(int count) method GetFirst (line 699) | internal int GetFirst() FILE: RaptorDB/Indexes/BitmapIndex.cs class BitmapIndex (line 9) | internal class BitmapIndex method BitmapIndex (line 11) | public BitmapIndex(string path, string filename) class L (line 26) | class L : IDisposable method L (line 29) | public L(BitmapIndex sc) method Dispose (line 34) | void IDisposable.Dispose() method Shutdown (line 61) | public void Shutdown() method GetFreeRecordNumber (line 71) | public int GetFreeRecordNumber() method Commit (line 82) | public void Commit(bool freeMemory) method SetDuplicate (line 115) | public void SetDuplicate(int bitmaprecno, int record) method GetBitmap (line 128) | public MGRB GetBitmap(int recno) method Optimize (line 137) | public void Optimize() method FreeMemory (line 191) | internal void FreeMemory() method ReadRecordOffset (line 214) | private long ReadRecordOffset(int recnum) method Initialize (line 223) | private void Initialize() method InternalShutdown (line 239) | private void InternalShutdown() method Flush (line 269) | private void Flush() method internalGetBitmap (line 294) | private MGRB internalGetBitmap(int recno) method SaveBitmap (line 324) | private void SaveBitmap(int recno, MGRB bmp) method SaveBitmapToFile (line 351) | private long SaveBitmapToFile(MGRB bmp) method ReadBMPDataForOptimize (line 379) | private byte[] ReadBMPDataForOptimize(long offset) method LoadBitmap (line 398) | private MGRB LoadBitmap(long offset) method CheckInternalOP (line 423) | private void CheckInternalOP() method Done (line 431) | private void Done() FILE: RaptorDB/Indexes/Cache.cs type OPERATION (line 6) | public enum OPERATION class Document (line 13) | public class Document method Document (line 20) | public Document() method Document (line 24) | public Document(string filename, string text) method ToString (line 36) | public override string ToString() FILE: RaptorDB/Indexes/Hoot.cs class Hoot (line 10) | public class Hoot method Hoot (line 12) | public Hoot(string IndexPath, string FileName, bool DocMode) : this(In... method Hoot (line 15) | public Hoot(string IndexPath, string FileName, bool DocMode, ITokenize... method Save (line 73) | public void Save() method Index (line 79) | public void Index(int recordnumber, string text) method Query (line 85) | public MGRB Query(string filter, int maxsize) method Index (line 91) | public int Index(Document doc, bool deleteold) method FindRows (line 117) | public IEnumerable FindRows(string filter) method FindDocuments (line 125) | public IEnumerable FindDocuments(string filter) method FindDocumentFileNames (line 141) | public IEnumerable FindDocumentFileNames(string filter) method RemoveDocument (line 157) | public void RemoveDocument(int number) method RemoveDocument (line 163) | public bool RemoveDocument(string filename) method IsIndexed (line 176) | public bool IsIndexed(string filename) method OptimizeIndex (line 182) | public void OptimizeIndex() method checkloaded (line 194) | private void checkloaded() method ExecutionPlan (line 202) | private MGRB ExecutionPlan(string filter, int maxsize) method DoBitOperation (line 292) | private static MGRB DoBitOperation(MGRB bits, MGRB c, OPERATION op, in... method InternalSave (line 314) | private void InternalSave() method LoadWords (line 348) | private void LoadWords() method AddtoIndex (line 398) | private void AddtoIndex(int recnum, string text) method Shutdown (line 441) | public void Shutdown() method FreeMemory (line 470) | public void FreeMemory() method Fetch (line 490) | public T Fetch(int docnum) FILE: RaptorDB/Indexes/IIndex.cs type RDBExpression (line 3) | internal enum RDBExpression type IIndex (line 15) | internal interface IIndex method Set (line 17) | void Set(object key, int recnum); method Query (line 18) | MGRB Query(object fromkey, object tokey, int maxsize); method Query (line 19) | MGRB Query(RDBExpression ex, object from , int maxsize); method FreeMemory (line 20) | void FreeMemory(); method Shutdown (line 21) | void Shutdown(); method SaveIndex (line 22) | void SaveIndex(); method GetKeys (line 23) | object[] GetKeys(); FILE: RaptorDB/Indexes/ITokenizer.cs type ITokenizer (line 5) | public interface ITokenizer method GenerateWordFreq (line 7) | Dictionary GenerateWordFreq(string text); FILE: RaptorDB/Indexes/IndexFile.cs class IndexFile (line 10) | internal class IndexFile method IndexFile (line 46) | public IndexFile(string filename, byte maxKeySize)//, ushort pageNodeC... method SetBitmapDuplicate (line 100) | public void SetBitmapDuplicate(int bitmaprec, int rec) method GetBitmapDuplaicateFreeRecordNumber (line 105) | public int GetBitmapDuplaicateFreeRecordNumber() method GetDuplicatesRecordNumbers (line 110) | public IEnumerable GetDuplicatesRecordNumbers(int recno) method GetDuplicateBitmap (line 115) | public MGRB GetDuplicateBitmap(int recno) method CreateBlockHeader (line 120) | private byte[] CreateBlockHeader(byte type, ushort itemcount, int righ... method CreateFileHeader (line 132) | private void CreateFileHeader(int rowsindexed) method ReadFileHeader (line 161) | private bool ReadFileHeader() method GetNewPageNumber (line 182) | public int GetNewPageNumber() method SeekPage (line 187) | private void SeekPage(int pnum) method CreateBlankPages (line 197) | private void CreateBlankPages(int pnum) method FreeMemory (line 208) | public void FreeMemory() method Shutdown (line 214) | public void Shutdown() method GetPageList (line 237) | public void GetPageList(List PageListDiskPages, SafeSortedList Pag... method SavePage (line 306) | internal void SavePage(Page page) method LoadPageFromPageNumber (line 371) | public Page LoadPageFromPageNumber(int number) method SavePageList (line 423) | internal void SavePageList(SafeSortedList _pages, List _pages, in... method SaveLastRecordNumber (line 502) | internal void SaveLastRecordNumber(int recnum) method BitmapFlush (line 508) | internal void BitmapFlush() FILE: RaptorDB/Indexes/Indexes.cs class TypeIndexes (line 8) | internal class TypeIndexes : MGIndex, IIndex where T : IComparable method TypeIndexes (line 10) | public TypeIndexes(string path, string filename, byte keysize) method Set (line 16) | public void Set(object key, int recnum) method Query (line 23) | public MGRB Query(RDBExpression ex, object from, int maxsize) method Converter (line 34) | private T Converter(object from) method FreeMemory (line 45) | void IIndex.FreeMemory() method Shutdown (line 51) | void IIndex.Shutdown() method GetKeys (line 56) | object[] IIndex.GetKeys() method Query (line 61) | public MGRB Query(object fromkey, object tokey, int maxsize) class BoolIndex (line 81) | internal class BoolIndex : IIndex method BoolIndex (line 83) | public BoolIndex(string path, string filename, string extension) method GetBits (line 100) | public MGRB GetBits() method Set (line 105) | public void Set(object key, int recnum) method Query (line 112) | public MGRB Query(RDBExpression ex, object from, int maxsize) method FreeMemory (line 124) | public void FreeMemory() method Shutdown (line 133) | public void Shutdown() method SaveIndex (line 139) | public void SaveIndex() method InPlaceOR (line 144) | public void InPlaceOR(MGRB left) method WriteFile (line 150) | private void WriteFile() method ReadFile (line 161) | private void ReadFile() method Query (line 169) | public MGRB Query(object fromkey, object tokey, int maxsize) method GetKeys (line 174) | public object[] GetKeys() class FullTextIndex (line 182) | internal class FullTextIndex : Hoot, IIndex method FullTextIndex (line 184) | public FullTextIndex(string IndexPath, string FileName, bool docmode, ... method Set (line 196) | public void Set(object key, int recnum) method Query (line 203) | public MGRB Query(RDBExpression ex, object from, int maxsize) method SaveIndex (line 208) | public void SaveIndex() method Query (line 215) | public MGRB Query(object fromkey, object tokey, int maxsize) method GetKeys (line 220) | public object[] GetKeys() method FreeMemory (line 227) | void IIndex.FreeMemory() method Shutdown (line 234) | void IIndex.Shutdown() class EnumIndex (line 246) | internal class EnumIndex : MGIndex, IIndex //where T : ICompa... method EnumIndex (line 248) | public EnumIndex(string path, string filename) method Set (line 254) | public void Set(object key, int recnum) method Query (line 261) | public MGRB Query(RDBExpression ex, object from, int maxsize) method Converter (line 272) | private T Converter(object from) method FreeMemory (line 283) | void IIndex.FreeMemory() method Shutdown (line 289) | void IIndex.Shutdown() method Query (line 295) | public MGRB Query(object fromkey, object tokey, int maxsize) method GetKeys (line 312) | object[] IIndex.GetKeys() class NoIndex (line 320) | internal class NoIndex : IIndex method Set (line 322) | public void Set(object key, int recnum) method Query (line 327) | public MGRB Query(RDBExpression ex, object from, int maxsize) method FreeMemory (line 333) | public void FreeMemory() method Shutdown (line 338) | public void Shutdown() method SaveIndex (line 343) | public void SaveIndex() method GetKeys (line 348) | public object[] GetKeys() method Query (line 353) | public MGRB Query(object fromkey, object tokey, int maxsize) FILE: RaptorDB/Indexes/MGIndex.cs type PageInfo (line 10) | internal struct PageInfo // FEATURE : change back to class for count ac... method PageInfo (line 12) | public PageInfo(int pagenum, int uniquecount, int duplicatecount) type KeyInfo (line 21) | internal struct KeyInfo method KeyInfo (line 23) | public KeyInfo(int recnum) method KeyInfo (line 28) | public KeyInfo(int recnum, int bitmaprec) class Page (line 37) | internal class Page method Page (line 39) | public Page() // kludge so the compiler doesn't complain class MGIndex (line 57) | internal class MGIndex where T : IComparable method MGIndex (line 70) | public MGIndex(string path, string filename, byte keysize, bool allowd... method GetLastIndexedRecordNumber (line 95) | public int GetLastIndexedRecordNumber() method Query (line 100) | public MGRB Query(T from, T to, int maxsize) method Query (line 169) | public MGRB Query(RDBExpression exp, T from, int maxsize) method Set (line 190) | public void Set(T key, int val) method Get (line 228) | public bool Get(T key, out int val) method SaveIndex (line 240) | public void SaveIndex() method Shutdown (line 260) | public void Shutdown() method FreeMemory (line 269) | public void FreeMemory() method GetDuplicates (line 288) | public IEnumerable GetDuplicates(T key) method SaveLastRecordNumber (line 302) | public void SaveLastRecordNumber(int recnum) method RemoveKey (line 307) | public bool RemoveKey(T key) method doMoreOp (line 323) | private MGRB doMoreOp(RDBExpression exp, T key) method doLessOp (line 357) | private MGRB doLessOp(RDBExpression exp, T key) method doEqualOp (line 391) | private MGRB doEqualOp(RDBExpression exp, T key, int maxsize) method doPageOperation (line 414) | private void doPageOperation(ref MGRB res, int pageidx) method SplitPage (line 427) | private void SplitPage(Page page) method LoadPage (line 461) | private Page LoadPage(T key, out PageInfo pageinfo) method LoadPage (line 483) | private Page LoadPage(int pagenum) method SaveDuplicate (line 495) | private void SaveDuplicate(T key, ref KeyInfo ki) method FindPageOrLowerPosition (line 503) | private int FindPageOrLowerPosition(T key, ref bool found) method GetKeys (line 537) | internal object[] GetKeys() method Count (line 549) | internal int Count() FILE: RaptorDB/Indexes/tokenizer.cs class tokenizer (line 5) | class tokenizer : ITokenizer method GenerateWordFreq (line 7) | public Dictionary GenerateWordFreq(string text) method langtype (line 36) | private static int langtype(char c) method ParseString (line 54) | private static void ParseString(Dictionary dic, char[] ch... method AddDictionary (line 95) | private static void AddDictionary(Dictionary dic, string ... method addword (line 112) | private static void addword(Dictionary dic, string word) FILE: RaptorDB/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: RaptorDB/REST/aWebServer.cs class aWebServer (line 12) | public abstract class aWebServer method aWebServer (line 14) | public aWebServer(int HttpPort, bool localonly, AuthenticationSchemes ... method InitializeCommandHandler (line 25) | public abstract void InitializeCommandHandler(Dictionary(View view); type IRDBRouting (line 39) | public interface IRDBRouting method Initialize (line 41) | void Initialize(IRouteAPI api); class RDBJsonContainer (line 44) | public class RDBJsonContainer class rdbRest (line 54) | class rdbRest : aWebServer, IRouteAPI method rdbRest (line 56) | public rdbRest(int HttpPort, RaptorDB rdb, string routingpath, bool lo... method Stop (line 73) | public new void Stop() method AddRoute (line 80) | public void AddRoute(RDBRoute route) method RegisterView (line 86) | public void RegisterView(View view) method InitializeCommandHandler (line 93) | public override void InitializeCommandHandler(Dictionary data)//, Stream stream) method OutputJsonData (line 560) | private void OutputJsonData(HttpListenerContext ctx, List o) method DoQuery (line 575) | private Result DoQuery(IRaptorDB rdb, HttpListenerContext ctx,... method ProcessGET (line 641) | private void ProcessGET(IRaptorDB rdb, HttpListenerContext ctx, string... FILE: RaptorDB/RaptorDB.cs class RaptorDB (line 24) | public class RaptorDB : IRaptorDB method RaptorDB (line 26) | private RaptorDB(string FolderPath, ITokenizer tokenizer) method Open (line 55) | public static RaptorDB Open(string FolderPath) method Open (line 60) | public static RaptorDB Open(string FolderPath, ITokenizer tokenizer) method SaveBytes (line 102) | public bool SaveBytes(Guid docID, byte[] bytes) method Delete (line 113) | public bool Delete(Guid docid) method DeleteBytes (line 125) | public bool DeleteBytes(Guid bytesid) method Save (line 137) | public bool Save(Guid docid, T data) method Uptime (line 195) | internal TimeSpan Uptime() method FileCount (line 200) | internal object FileCount() method Query (line 211) | public Result Query(string viewname) method Query (line 222) | public Result Query(string viewname, string filter) method Fetch (line 235) | public object Fetch(Guid docID) method FetchBytes (line 247) | public byte[] FetchBytes(Guid fileID) method RegisterView (line 261) | public void RegisterView(View view) method Shutdown (line 269) | public void Shutdown() method Backup (line 324) | public bool Backup() method ProcessReplicationInbox (line 362) | private void ProcessReplicationInbox(string inboxfolder) method DoRepProcessing (line 411) | private bool DoRepProcessing(string filename, int start) method DeleteReplicate (line 468) | private void DeleteReplicate(Guid docid) method Restore (line 478) | public void Restore() method DoRestoreProcessinng (line 528) | private bool DoRestoreProcessinng(string filename, int start) method SaveReplicationObject (line 569) | private bool SaveReplicationObject(Guid docid, T data) method AddUser (line 602) | public bool AddUser(string username, string oldpassword, string newpas... method ServerSide (line 613) | public object[] ServerSide(ServerSideFunc func, string filter) method ServerSide (line 625) | public object[] ServerSide(ServerSideFunc func, Expression... method FullTextSearch (line 637) | public int[] FullTextSearch(string filter) method Query (line 652) | public Result Query(Expression Query(Expression Query(Expression Query(string filter) method Query (line 703) | public Result Query(string filter, int start, ... method Count (line 714) | public int Count(Expression> filter) method Query (line 726) | public Result Query(string viewname, int start, int count) method Query (line 739) | public Result Query(string viewname, string filter, int start,... method Count (line 749) | public int Count(string viewname) method Count (line 760) | public int Count(string viewname, string filter) method FetchHistory (line 770) | public int[] FetchHistory(Guid docid) method FetchBytesHistory (line 780) | public int[] FetchBytesHistory(Guid fileid) method FetchVersion (line 790) | public object FetchVersion(int versionNumber) method FetchBytesVersion (line 801) | public byte[] FetchBytesVersion(int versionNumber) method GetViews (line 810) | public List GetViews() method GetSchema (line 820) | public ViewRowDefinition GetSchema(string view) method Query (line 834) | public Result Query(string viewname, string filter, int start,... method Query (line 848) | public Result Query(string filter, int start, ... method FetchHistoryInfo (line 858) | public HistoryInfo[] FetchHistoryInfo(Guid docid) method FetchBytesHistoryInfo (line 879) | public HistoryInfo[] FetchBytesHistoryInfo(Guid docid) method ViewDelete (line 901) | public int ViewDelete(Expression> fi... method ViewDelete (line 927) | public int ViewDelete(string viewname, string filter) method ViewInsert (line 952) | public bool ViewInsert(Guid id, TRowSchema row) method ViewInsert (line 980) | public bool ViewInsert(string viewname, Guid id, object row) method DocumentCount (line 1001) | public long DocumentCount() method GetKVHF (line 1006) | public IKeyStoreHF GetKVHF() method ServerSide (line 1011) | public object[] ServerSide(ServerSideFuncWithArgs func, string filter,... method ServerSide (line 1016) | public object[] ServerSide(ServerSideFuncWithArgs func, Ex... method GetViewName (line 1026) | internal string GetViewName(Type type) method SaveToView (line 1031) | private bool SaveToView(Guid docid, T data, List list) method SaveInOtherViewsTransaction (line 1043) | private bool SaveInOtherViewsTransaction(Guid docid, T data) method SaveToConsistentViewsTransaction (line 1049) | private bool SaveToConsistentViewsTransaction(Guid docid, T data) method SaveInPrimaryViewTransaction (line 1055) | private bool SaveInPrimaryViewTransaction(string viewname, Guid doc... method PumpDataForBackup (line 1060) | private static void PumpDataForBackup(Stream input, Stream output) method CompressForBackup (line 1068) | private static void CompressForBackup(Stream source, Stream destination) method DecompressForRestore (line 1074) | private static void DecompressForRestore(Stream source, Stream destina... method SaveToConsistentViews (line 1080) | private void SaveToConsistentViews(Guid docid, T data) method CreateObject (line 1091) | private object CreateObject(byte[] b) method SaveInOtherViews (line 1099) | private void SaveInOtherViews(Guid docid, T data) method SaveInPrimaryView (line 1107) | private void SaveInPrimaryView(string viewname, Guid docid, T data) method Initialize (line 1112) | private void Initialize() method RebuildDataFiles (line 1235) | private void RebuildDataFiles() method _processinboxTimer_Elapsed (line 1298) | void _processinboxTimer_Elapsed(object sender, System.Timers.ElapsedEv... method CompileAndRegisterScriptViews (line 1314) | private void CompileAndRegisterScriptViews(string viewfolder) method CompileScript (line 1349) | private Assembly CompileScript(string file) method _freeMemTimer_Elapsed (line 1409) | void _freeMemTimer_Elapsed(object sender, System.Timers.ElapsedEventAr... method UpgradeStorageFile (line 1414) | private void UpgradeStorageFile(string filename, int ver) method _saveTimer_Elapsed (line 1422) | private void _saveTimer_Elapsed(object sender, System.Timers.ElapsedEv... method _fulltextTimer_Elapsed (line 1474) | private void _fulltextTimer_Elapsed(object sender, System.Timers.Elaps... method GetSave (line 1516) | private MethodInfo GetSave(Type type) method GetSaveReplicate (line 1527) | private MethodInfo GetSaveReplicate(Type type) method CreateTemplateConfigFiles (line 1538) | private void CreateTemplateConfigFiles() method GetDataFolderSize (line 1557) | internal long GetDataFolderSize() method GetDirectorySize (line 1563) | internal long GetDirectorySize(string path) method GetAssemblyForView (line 1580) | internal object GetAssemblyForView(string viewname, out string typename) method Fetch (line 1585) | public T Fetch(Guid docID) where T : class method FreeMemory (line 1590) | public void FreeMemory() method SaveToDocsOnViewInsert (line 1606) | public void SaveToDocsOnViewInsert(bool yes) FILE: RaptorDB/RaptorDBServer.cs class instance_handler (line 13) | public class instance_handler class RaptorDBServer (line 27) | public class RaptorDBServer method RaptorDBServer (line 29) | public RaptorDBServer(int port, string DataPath) method _unusedinstancetimer_Elapsed (line 78) | private void _unusedinstancetimer_Elapsed(object sender, System.Timers... method _concleanuptimer_Elapsed (line 110) | void _concleanuptimer_Elapsed(object sender, System.Timers.ElapsedEven... method CurrentDomain_AssemblyResolve (line 139) | private Assembly CurrentDomain_AssemblyResolve(object sender, ResolveE... method GetSave (line 153) | private MethodInfo GetSave(Type type) method Shutdown (line 164) | public void Shutdown() method WriteUsers (line 178) | private void WriteUsers() method processpayload (line 192) | private object processpayload(object data) method GetInstance (line 223) | private RaptorDB GetInstance(string name) method InitializeCommandsDictionary (line 255) | private void InitializeCommandsDictionary() method GetServerSideFuncWithArgsCache (line 562) | private ServerSideFuncWithArgs GetServerSideFuncWithArgsCache(string t... method GetServerSideFuncCache (line 576) | private ServerSideFunc GetServerSideFuncCache(string type, string method) method GenHash (line 590) | private uint GenHash(string user, string pwd) method AddUser (line 595) | private bool AddUser(string user, string oldpwd, string newpwd) method Authenticate (line 611) | private bool Authenticate(Packet p) method Initialize (line 623) | private void Initialize() FILE: RaptorDB/Replication/Configuration.cs class WhereItem (line 5) | public class WhereItem class WhatItem (line 13) | public class WhatItem method WhatItem (line 15) | public WhatItem() class ServerConfiguration (line 28) | public class ServerConfiguration method ServerConfiguration (line 30) | public ServerConfiguration() type REPMODE (line 42) | public enum REPMODE class ClientConfiguration (line 48) | public class ClientConfiguration method ClientConfiguration (line 50) | public ClientConfiguration() FILE: RaptorDB/Replication/Packets.cs class ReplicationPacket (line 3) | public class ReplicationPacket FILE: RaptorDB/Replication/ReplicationClient.cs class ClientRepConfig (line 9) | public class ClientRepConfig class ClientWhatWhenConfig (line 21) | public class ClientWhatWhenConfig class ReplicationClient (line 30) | internal class ReplicationClient method ReplicationClient (line 32) | public ReplicationClient(string dataFolder, string config, IDocStorage... method Initialize (line 42) | private void Initialize() method Shutdown (line 73) | public void Shutdown() method SaveConfig (line 81) | private void SaveConfig() method Replicate (line 93) | private void Replicate() method GetPackageFormHQ (line 120) | private void GetPackageFormHQ() method SendPackageToHQ (line 151) | private void SendPackageToHQ() method createpacket (line 168) | private ReplicationPacket createpacket() method ConnectToHQ (line 176) | private bool ConnectToHQ() method CreatePackageForSend (line 209) | private string CreatePackageForSend() method MatchType (line 254) | private bool MatchType(string typename) method CompressForBackup (line 268) | private static void CompressForBackup(Stream source, Stream destination) method PumpDataForBackup (line 274) | private static void PumpDataForBackup(Stream input, Stream output) FILE: RaptorDB/Replication/ReplicationServer.cs class ReplicationServer (line 9) | internal class ReplicationServer method ReplicationServer (line 11) | public ReplicationServer(string datapath, string config, IDocStorage : IDisposable, IDocStorage where T : IComp... method KeyStore (line 295) | public KeyStore(string Filename, byte MaxKeySize, bool AllowDuplicateK... method KeyStore (line 300) | public KeyStore(string Filename, bool AllowDuplicateKeys) method Open (line 319) | public static KeyStore Open(string Filename, bool AllowDuplicateKeys) method Open (line 324) | public static KeyStore Open(string Filename, byte MaxKeySize, bool ... method SaveIndex (line 330) | public void SaveIndex() method GetDuplicates (line 343) | public IEnumerable GetDuplicates(T key) method FetchRecordBytes (line 349) | public byte[] FetchRecordBytes(int record) method Count (line 354) | public long Count() method Get (line 360) | public bool Get(T key, out string val) method GetObject (line 375) | public bool GetObject(T key, out object val) method GetBytes (line 387) | public bool GetBytes(T key, out byte[] val) method SetString (line 400) | public int SetString(T key, string data) method SetObject (line 405) | public int SetObject(T key, object doc) method SetBytes (line 416) | public int SetBytes(T key, byte[] data) method Shutdown (line 428) | public void Shutdown() method Dispose (line 454) | public void Dispose() method SaveLastRecord (line 460) | private void SaveLastRecord() method Initialize (line 466) | private void Initialize(string filename, byte maxkeysize, bool AllowDu... method CheckIndexState (line 502) | private void CheckIndexState() method _savetimer_Elapsed (line 530) | void _savetimer_Elapsed(object sender, System.Timers.ElapsedEventArgs e) method RecordCount (line 537) | public int RecordCount() method GetHistory (line 542) | public int[] GetHistory(T key) method FetchRecordBytes (line 552) | internal byte[] FetchRecordBytes(int record, out bool isdeleted) method Delete (line 560) | internal bool Delete(T id) method DeleteReplicated (line 568) | internal bool DeleteReplicated(T id) method CopyTo (line 576) | internal int CopyTo(StorageFile storagefile, long startrecord) method GetBytes (line 581) | public byte[] GetBytes(int rowid, out StorageItem meta) method FreeMemory (line 586) | internal void FreeMemory() method GetObject (line 591) | public object GetObject(int rowid, out StorageItem meta) method GetMeta (line 596) | public StorageItem GetMeta(int rowid) method SetReplicationObject (line 601) | internal int SetReplicationObject(T key, object doc) FILE: RaptorDB/Storage/KeyStoreHF.cs class KeyStoreHF (line 10) | public class KeyStoreHF : IKeyStoreHF class AllocationBlock (line 12) | internal class AllocationBlock method KeyStoreHF (line 44) | public KeyStoreHF(string folder) method CountHF (line 74) | public int CountHF() method GetObjectHF (line 82) | public object GetObjectHF(string key) method SetObjectHF (line 102) | public bool SetObjectHF(string key, object obj) method DeleteKeyHF (line 132) | public bool DeleteKeyHF(string key) method CompactStorageHF (line 167) | public void CompactStorageHF() method GetKeysHF (line 214) | public string[] GetKeysHF() method ContainsHF (line 220) | public bool ContainsHF(string key) method Shutdown (line 229) | public void Shutdown() method FreeMemory (line 239) | internal void FreeMemory() method readblockdata (line 246) | private byte[] readblockdata(AllocationBlock ab) method WriteDirtyFile (line 267) | private void WriteDirtyFile() method SaveNew (line 277) | private void SaveNew(string key, byte[] keybytes, object obj) method internalSave (line 300) | private int internalSave(byte[] keybytes, byte[] data, AllocationBlock... method CreateAllocHeader (line 338) | private byte[] CreateAllocHeader(AllocationBlock ab, byte[] keybytes) method FillAllocationBlock (line 357) | private AllocationBlock FillAllocationBlock(int blocknumber) method ParseBlockHeader (line 383) | private int ParseBlockHeader(AllocationBlock ab, byte[] b, int blocknu... method RebuildDataFiles (line 420) | private void RebuildDataFiles() method Increment (line 562) | public int Increment(string key, int amount) method Decrement (line 610) | public int Decrement(string key, int amount) method Increment (line 615) | public decimal Increment(string key, decimal amount) method Decrement (line 659) | public decimal Decrement(string key, decimal amount) FILE: RaptorDB/Storage/StorageFile.cs class StorageData (line 11) | internal class StorageData class StorageItem (line 17) | public class StorageItem type IDocStorage (line 28) | public interface IDocStorage method RecordCount (line 30) | int RecordCount(); method GetBytes (line 32) | byte[] GetBytes(int rowid, out StorageItem meta); method GetObject (line 33) | object GetObject(int rowid, out StorageItem meta); method GetMeta (line 34) | StorageItem GetMeta(int rowid); method GetObject (line 36) | bool GetObject(T key, out object doc); type SF_FORMAT (line 39) | public enum SF_FORMAT type SplitFile (line 45) | internal struct SplitFile class StorageFile (line 52) | public class StorageFile method StorageFile (line 96) | public StorageFile(string filename) method StorageFile (line 110) | public StorageFile(string filename, SF_FORMAT format, bool StorageOnly... method StorageFile (line 119) | private StorageFile(string filename, bool StorageOnlyMode) method Initialize (line 124) | private void Initialize(string filename, bool StorageOnlyMode) method LoadSplitFiles (line 174) | private void LoadSplitFiles(string filename) method GetStorageFileHeaderVersion (line 196) | public static int GetStorageFileHeaderVersion(string filename) method Count (line 214) | public int Count() method WriteRawData (line 219) | public long WriteRawData(byte[] b) method Delete (line 224) | public long Delete(T key) method DeleteReplicated (line 233) | public long DeleteReplicated(T key) method WriteObject (line 243) | public long WriteObject(T key, object obj) method WriteReplicationObject (line 261) | public long WriteReplicationObject(T key, object obj) method WriteData (line 280) | public long WriteData(T key, byte[] data) method ReadBytes (line 294) | public byte[] ReadBytes(long recnum) method ReadObject (line 300) | public object ReadObject(long recnum) method ReadObject (line 306) | public object ReadObject(long recnum, out StorageItem meta) method ViewReadRawBytes (line 323) | public byte[] ViewReadRawBytes(long recnum) method Shutdown (line 349) | public void Shutdown() method ReadForward (line 365) | public static StorageFile ReadForward(string filename) method ReadMeta (line 372) | public StorageItem ReadMeta(long rowid) method internalWriteData (line 388) | private long internalWriteData(StorageItem meta, byte[] data, bool ... method CreateNewStorageFile (line 444) | private void CreateNewStorageFile() method ReadBytes (line 472) | internal byte[] ReadBytes(long recnum, out StorageItem meta) method ComputeOffset (line 490) | private long ComputeOffset(long recnum) method internalReadBytes (line 508) | private byte[] internalReadBytes(FileStream fs, out StorageItem meta) method ReadMetaData (line 530) | private StorageItem ReadMetaData(FileStream fs, out int metasize) method FlushClose (line 559) | private void FlushClose(FileStream st) method GetKey (line 568) | internal T GetKey(long recnum, out bool deleted) method CopyTo (line 583) | internal int CopyTo(StorageFile storageFile, long startrecord) method Pump (line 624) | private static void Pump(Stream input, Stream output) method ReadOnlyEnumerate (line 632) | internal IEnumerable> ReadOnlyEnumerate() method GetReadFileStreamWithSeek (line 676) | private FileStream GetReadFileStreamWithSeek(long offset) method binarysearch (line 699) | private int binarysearch(long offset) FILE: RaptorDB/Storage/StorageFileHF.cs class StorageFileHF (line 10) | internal class StorageFileHF method StorageFileHF (line 34) | public StorageFileHF(string filename, ushort blocksize) method Shutdown (line 43) | public void Shutdown() method GetBlockSize (line 51) | public ushort GetBlockSize() method FreeBlocks (line 56) | internal void FreeBlocks(List list) method ReadBlock (line 61) | internal byte[] ReadBlock(int blocknumber) method ReadBlockBytes (line 70) | internal byte[] ReadBlockBytes(int blocknumber, int bytes) method GetFreeBlockNumber (line 79) | internal int GetFreeBlockNumber() method InitializeFreeList (line 92) | private void InitializeFreeList() method SeekBlock (line 147) | internal void SeekBlock(int blocknumber) method WriteBlockBytes (line 154) | internal void WriteBlockBytes(byte[] data, int start, int len) method WriteFreeListBMPFile (line 161) | private void WriteFreeListBMPFile() method Initialize (line 189) | private void Initialize(string filename, ushort blocksize) method ReadFileHeader (line 219) | private int ReadFileHeader() method CreateFileHeader (line 232) | private void CreateFileHeader(int blocksize) method FlushClose (line 242) | private void FlushClose(FileStream st) method NumberofBlocks (line 252) | internal int NumberofBlocks() method FreeBlock (line 257) | internal void FreeBlock(int i) FILE: RaptorDB/Storage/StringHF.cs class StringHF (line 10) | public class StringHF //: IKeyStoreHF class AllocationBlock (line 12) | internal class AllocationBlock method StringHF (line 46) | public StringHF(string folder, string filename) method Shutdown (line 57) | public void Shutdown() method FreeMemory (line 67) | internal void FreeMemory() method readblockdata (line 74) | private byte[] readblockdata(AllocationBlock ab) method internalSave (line 94) | private int internalSave(byte[] keybytes, byte[] data, AllocationBlock... method CreateAllocHeader (line 136) | private byte[] CreateAllocHeader(AllocationBlock ab, byte[] keybytes) method FillAllocationBlock (line 155) | private AllocationBlock FillAllocationBlock(int blocknumber) method ParseBlockHeader (line 181) | private int ParseBlockHeader(AllocationBlock ab, byte[] b, int blocknu... method FreeBlocks (line 220) | internal void FreeBlocks(List list) method SaveData (line 228) | internal int SaveData(string key, byte[] data, out List blocks) method GetData (line 247) | internal byte[] GetData(int blocknumber, out List usedblocks) FILE: RaptorDB/Views/Dynamic.cs class DynamicClass (line 15) | internal abstract class DynamicClass method ToString (line 17) | public override string ToString() class DynamicProperty (line 34) | internal class DynamicProperty method DynamicProperty (line 39) | public DynamicProperty(string name, Type type) class DynamicExpression (line 58) | internal static class DynamicExpression method Parse (line 60) | public static Expression Parse(Type resultType, string expression, par... method ParseLambda (line 66) | public static LambdaExpression ParseLambda(Type itType, Type resultTyp... method ParseLambda (line 71) | public static LambdaExpression ParseLambda(ParameterExpression[] param... method CreateClass (line 82) | public static Type CreateClass(params DynamicProperty[] properties) method CreateClass (line 87) | public static Type CreateClass(IEnumerable properties) class Signature (line 99) | internal class Signature : IEquatable method Signature (line 104) | public Signature(IEnumerable properties) method GetHashCode (line 114) | public override int GetHashCode() method Equals (line 119) | public override bool Equals(object obj) method Equals (line 124) | public bool Equals(Signature other) class ClassFactory (line 136) | internal class ClassFactory method ClassFactory (line 140) | static ClassFactory() { } method ClassFactory (line 147) | private ClassFactory() method GetDynamicClass (line 172) | public Type GetDynamicClass(IEnumerable properties) method CreateDynamicClass (line 192) | Type CreateDynamicClass(DynamicProperty[] properties) method GenerateProperties (line 229) | FieldInfo[] GenerateProperties(TypeBuilder tb, DynamicProperty[] prope... method GenerateEquals (line 259) | void GenerateEquals(TypeBuilder tb, FieldInfo[] fields) method GenerateGetHashCode (line 296) | void GenerateGetHashCode(TypeBuilder tb, FieldInfo[] fields) class ParseException (line 318) | internal sealed class ParseException : Exception method ParseException (line 322) | public ParseException(string message, int position) method ToString (line 333) | public override string ToString() class ExpressionParser (line 340) | internal class ExpressionParser type Token (line 343) | struct Token type TokenId (line 350) | enum TokenId type ILogicalSignatures (line 386) | interface ILogicalSignatures method F (line 388) | void F(bool x, bool y); method F (line 389) | void F(bool? x, bool? y); type IArithmeticSignatures (line 392) | interface IArithmeticSignatures method F (line 394) | void F(int x, int y); method F (line 395) | void F(uint x, uint y); method F (line 396) | void F(long x, long y); method F (line 397) | void F(ulong x, ulong y); method F (line 398) | void F(float x, float y); method F (line 399) | void F(double x, double y); method F (line 400) | void F(decimal x, decimal y); method F (line 401) | void F(int? x, int? y); method F (line 402) | void F(uint? x, uint? y); method F (line 403) | void F(long? x, long? y); method F (line 404) | void F(ulong? x, ulong? y); method F (line 405) | void F(float? x, float? y); method F (line 406) | void F(double? x, double? y); method F (line 407) | void F(decimal? x, decimal? y); type IRelationalSignatures (line 410) | interface IRelationalSignatures : IArithmeticSignatures method F (line 412) | void F(string x, string y); method F (line 413) | void F(char x, char y); method F (line 414) | void F(DateTime x, DateTime y); method F (line 415) | void F(TimeSpan x, TimeSpan y); method F (line 416) | void F(char? x, char? y); method F (line 417) | void F(DateTime? x, DateTime? y); method F (line 418) | void F(TimeSpan? x, TimeSpan? y); type IEqualitySignatures (line 421) | interface IEqualitySignatures : IRelationalSignatures method F (line 423) | void F(bool x, bool y); method F (line 424) | void F(bool? x, bool? y); type IAddSignatures (line 427) | interface IAddSignatures : IArithmeticSignatures method F (line 429) | void F(DateTime x, TimeSpan y); method F (line 430) | void F(TimeSpan x, TimeSpan y); method F (line 431) | void F(DateTime? x, TimeSpan? y); method F (line 432) | void F(TimeSpan? x, TimeSpan? y); type ISubtractSignatures (line 435) | interface ISubtractSignatures : IAddSignatures method F (line 437) | void F(DateTime x, DateTime y); method F (line 438) | void F(DateTime? x, DateTime? y); type INegationSignatures (line 441) | interface INegationSignatures method F (line 443) | void F(int x); method F (line 444) | void F(long x); method F (line 445) | void F(float x); method F (line 446) | void F(double x); method F (line 447) | void F(decimal x); method F (line 448) | void F(int? x); method F (line 449) | void F(long? x); method F (line 450) | void F(float? x); method F (line 451) | void F(double? x); method F (line 452) | void F(decimal? x); type INotSignatures (line 455) | interface INotSignatures method F (line 457) | void F(bool x); method F (line 458) | void F(bool? x); type IEnumerableSignatures (line 461) | interface IEnumerableSignatures method Where (line 463) | void Where(bool predicate); method Any (line 464) | void Any(); method Any (line 465) | void Any(bool predicate); method All (line 466) | void All(bool predicate); method Count (line 467) | void Count(); method Count (line 468) | void Count(bool predicate); method Min (line 469) | void Min(object selector); method Max (line 470) | void Max(object selector); method Sum (line 471) | void Sum(int selector); method Sum (line 472) | void Sum(int? selector); method Sum (line 473) | void Sum(long selector); method Sum (line 474) | void Sum(long? selector); method Sum (line 475) | void Sum(float selector); method Sum (line 476) | void Sum(float? selector); method Sum (line 477) | void Sum(double selector); method Sum (line 478) | void Sum(double? selector); method Sum (line 479) | void Sum(decimal selector); method Sum (line 480) | void Sum(decimal? selector); method Average (line 481) | void Average(int selector); method Average (line 482) | void Average(int? selector); method Average (line 483) | void Average(long selector); method Average (line 484) | void Average(long? selector); method Average (line 485) | void Average(float selector); method Average (line 486) | void Average(float? selector); method Average (line 487) | void Average(double selector); method Average (line 488) | void Average(double? selector); method Average (line 489) | void Average(decimal selector); method Average (line 490) | void Average(decimal? selector); method ParseArgumentList (line 761) | Expression[] ParseArgumentList() method ParseArguments (line 771) | Expression[] ParseArguments() method ExpressionParser (line 855) | public ExpressionParser(ParameterExpression[] parameters, string expre... method ProcessParameters (line 869) | void ProcessParameters(ParameterExpression[] parameters) method ProcessValues (line 878) | void ProcessValues(object[] values) method AddSymbol (line 894) | void AddSymbol(string name, object value) method Parse (line 901) | public Expression Parse(Type resultType) method ParseExpression (line 914) | Expression ParseExpression() method ParseLogicalOr (line 931) | Expression ParseLogicalOr() method ParseLogicalAnd (line 946) | Expression ParseLogicalAnd() method ParseComparison (line 961) | Expression ParseComparison() method ParseAdditive (line 1049) | Expression ParseAdditive() method ParseUnary (line 1079) | Expression ParseUnary() method ParsePrimary (line 1109) | Expression ParsePrimary() method ParsePrimaryStart (line 1131) | Expression ParsePrimaryStart() method ParseStringLiteral (line 1150) | Expression ParseStringLiteral() method ParseIntegerLiteral (line 1174) | Expression ParseIntegerLiteral() method ParseRealLiteral (line 1201) | Expression ParseRealLiteral() method CreateLiteral (line 1222) | Expression CreateLiteral(object value, string text) method ParseParenExpression (line 1229) | Expression ParseParenExpression() method ParseIdentifier (line 1239) | Expression ParseIdentifier() method ParseTypeAccess (line 1272) | Expression ParseTypeAccess(Type type) method CallBetween (line 1305) | Expression CallBetween(Expression instance, Type checktype, Type datat... method CallIn (line 1335) | Expression CallIn(Expression instance, Type checktype, Type datatype, ... method ParseMemberAccess (line 1367) | Expression ParseMemberAccess(Type type, Expression instance) method IsNullableType (line 1435) | static bool IsNullableType(Type type) method GetNonNullableType (line 1440) | static Type GetNonNullableType(Type type) method GetTypeName (line 1445) | static string GetTypeName(Type type) method IsSignedIntegralType (line 1453) | static bool IsSignedIntegralType(Type type) method IsUnsignedIntegralType (line 1458) | static bool IsUnsignedIntegralType(Type type) method GetNumericTypeKind (line 1463) | static int GetNumericTypeKind(Type type) method CheckAndPromoteOperand (line 1489) | void CheckAndPromoteOperand(Type signatures, string opName, ref Expres... method CheckAndPromoteOperands (line 1499) | void CheckAndPromoteOperands(Type signatures, string opName, ref Expre... method IncompatibleOperandsError (line 1509) | Exception IncompatibleOperandsError(string opName, Expression left, Ex... method FindPropertyOrField (line 1515) | MemberInfo FindPropertyOrField(Type type, string memberName, bool stat... method FindMethod (line 1528) | int FindMethod(Type type, string methodName, bool staticAccess, Expres... method FindIndexer (line 1543) | int FindIndexer(Type type, Expression[] args, out MethodBase method) method SelfAndBaseTypes (line 1562) | static IEnumerable SelfAndBaseTypes(Type type) method SelfAndBaseClasses (line 1573) | static IEnumerable SelfAndBaseClasses(Type type) method AddInterface (line 1582) | static void AddInterface(List types, Type type) class MethodData (line 1591) | class MethodData method FindBestMethod (line 1598) | int FindBestMethod(IEnumerable methods, Expression[] args,... method IsApplicable (line 1623) | bool IsApplicable(MethodData method, Expression[] args) method PromoteExpression (line 1639) | Expression PromoteExpression(Expression expr, Type type, bool exact) method ParseNumber (line 1685) | static object ParseNumber(string text, Type type) method ParseEnum (line 1737) | static object ParseEnum(string name, Type type) method IsCompatibleWith (line 1749) | static bool IsCompatibleWith(Type source, Type target) method IsBetterThan (line 1873) | static bool IsBetterThan(Expression[] args, MethodData m1, MethodData m2) method CompareConversions (line 1890) | static int CompareConversions(Type s, Type t1, Type t2) method GenerateEqual (line 1904) | Expression GenerateEqual(Expression left, Expression right) method GenerateNotEqual (line 1909) | Expression GenerateNotEqual(Expression left, Expression right) method GenerateGreaterThan (line 1914) | Expression GenerateGreaterThan(Expression left, Expression right) method GenerateGreaterThanEqual (line 1926) | Expression GenerateGreaterThanEqual(Expression left, Expression right) method GenerateLessThan (line 1938) | Expression GenerateLessThan(Expression left, Expression right) method GenerateLessThanEqual (line 1950) | Expression GenerateLessThanEqual(Expression left, Expression right) method GetStaticMethod (line 1962) | MethodInfo GetStaticMethod(string methodName, Expression left, Express... method GenerateStaticMethodCall (line 1967) | Expression GenerateStaticMethodCall(string methodName, Expression left... method SetTextPos (line 1972) | void SetTextPos(int pos) method NextChar (line 1978) | void NextChar() method NextToken (line 1984) | void NextToken() method TokenIdentifierIs (line 2186) | bool TokenIdentifierIs(string id) method GetIdentifier (line 2191) | string GetIdentifier() method ValidateDigit (line 2199) | void ValidateDigit() method ValidateToken (line 2204) | void ValidateToken(TokenId t, string errorMessage) method ValidateToken (line 2209) | void ValidateToken(TokenId t) method ParseError (line 2214) | Exception ParseError(string format, params object[] args) method ParseError (line 2219) | Exception ParseError(int pos, string format, params object[] args) method CreateKeywords (line 2224) | static Dictionary CreateKeywords() class Res (line 2238) | static class Res FILE: RaptorDB/Views/LINQQuery.cs class QueryVisitor (line 13) | internal class QueryVisitor : ExpressionVisitor method QueryVisitor (line 15) | public QueryVisitor(QueryExpression express, QueryFromTo fromto) method VisitBinary (line 26) | protected override Expression VisitBinary(BinaryExpression b) method VisitMethodCall (line 87) | protected override Expression VisitMethodCall(MethodCallExpression m) method Visit (line 166) | public override Expression Visit(Expression node) method GetValueForMember (line 195) | private object GetValueForMember(object m) method VisitMember (line 216) | protected override Expression VisitMember(MemberExpression m) method VisitConstant (line 260) | protected override Expression VisitConstant(ConstantExpression c) FILE: RaptorDB/Views/TaskQueue.cs class TaskQueue (line 8) | internal class TaskQueue method TaskQueue (line 10) | public TaskQueue() method _timer_Elapsed (line 25) | void _timer_Elapsed(object sender, ElapsedEventArgs e) method AddTask (line 48) | public void AddTask(Action action) method Shutdown (line 54) | public void Shutdown() FILE: RaptorDB/Views/ViewHandler.cs class ViewRowDefinition (line 16) | public class ViewRowDefinition method ViewRowDefinition (line 18) | public ViewRowDefinition() method Add (line 24) | public void Add(string name, Type type) class tran_data (line 30) | internal class tran_data class ViewHandler (line 36) | internal class ViewHandler method ViewHandler (line 40) | public ViewHandler(string path, ViewManager manager) method _saveTimer_Elapsed (line 75) | void _saveTimer_Elapsed(object sender, System.Timers.ElapsedEventArgs e) method GetFireOnType (line 88) | public Type GetFireOnType() method SetView (line 93) | internal void SetView(View view, IDocStorage docs) method FreeMemory (line 181) | internal void FreeMemory() method Commit (line 191) | internal void Commit(int ID) method RollBack (line 206) | internal void RollBack(int ID) method Insert (line 212) | internal void Insert(Guid guid, T doc) method SaveAndIndex (line 236) | private void SaveAndIndex(Dictionary> rows) method InsertTransaction (line 246) | internal bool InsertTransaction(Guid docid, T doc) method Query (line 290) | internal Result Query(string filter, int start, int count, str... method Query (line 313) | internal Result Query(int start, int count) method Query (line 318) | internal Result Query(int start, int count, string orderby) method extractrowobject (line 367) | private void extractrowobject(int count, List rows, ref int sk... method Shutdown (line 383) | internal void Shutdown() method Delete (line 430) | internal void Delete(Guid docid) method CreateResultRowFiller (line 439) | private void CreateResultRowFiller() method CreateRowFillerDelegate (line 448) | public static RowFill CreateRowFillerDelegate(Type objtype, ViewRowDef... method isProperty (line 520) | private static bool isProperty(PropertyInfo[] properties, string key, ... method isField (line 532) | private static bool isField(FieldInfo[] fields, string key, out FieldI... method extractsortrowobject (line 602) | private void extractsortrowobject(MGRB ba, int count, List orderb... method OutputRow (line 619) | private bool OutputRow(List rows, int i) method ReturnRowsTyped (line 632) | private Result ReturnRowsTyped(MGRB ba, List trows, int start... method extractsortrowT (line 690) | private void extractsortrowT(MGRB ba, int count, List orderby,... method FastCreateObject (line 709) | private object FastCreateObject(Type objtype) method RebuildFromScratch (line 735) | private void RebuildFromScratch(IDocStorage docs) method CreateObject (line 797) | private object CreateObject(byte[] b) method CreateLoadIndexes (line 805) | private void CreateLoadIndexes() method GenerateSchemaColumns (line 830) | private void GenerateSchemaColumns(ViewBase _view) method InsertRowsWithIndexUpdate (line 946) | private void InsertRowsWithIndexUpdate(Guid guid, List rows) method ExtractRows (line 968) | private List ExtractRows(List rows) method IndexRow (line 998) | private void IndexRow(Guid docid, object[] row, int rownum) method CreateIndex (line 1026) | private IIndex CreateIndex(string name, Type type) method DeleteRowsWith (line 1056) | private void DeleteRowsWith(Guid guid) method QueryColumnExpression (line 1063) | private MGRB QueryColumnExpression(string colname, RDBExpression exp, ... method QueryColumnExpressionFromTo (line 1072) | private MGRB QueryColumnExpressionFromTo(string colname, object from, ... method Count (line 1082) | internal int Count(Expression> filter) method Count (line 1098) | internal int Count(string filter) method GenerateBitmap (line 1116) | private MGRB GenerateBitmap(Expression> filter) method GenerateBitmap (line 1150) | private MGRB GenerateBitmap(string filter) method internalCount (line 1190) | private int internalCount() // note : don't use for Not() since _delet... method QueryWithTypedResult (line 1200) | internal Result QueryWithTypedResult(Expression> fi... method QueryWithTypedResult (line 1236) | internal Result QueryWithTypedResult(string filter, int start, i... method SortBy (line 1264) | internal List SortBy(string sortcol) method GetAssembly (line 1304) | internal object GetAssembly(out string typename) method GetSchema (line 1310) | public ViewRowDefinition GetSchema() method NextRowNumber (line 1317) | internal int NextRowNumber() method ViewDelete (line 1327) | internal int ViewDelete(Expression> filter) method WriteDirtyFile (line 1346) | private void WriteDirtyFile() method ViewDelete (line 1356) | internal int ViewDelete(string filter) method ViewInsert (line 1378) | internal bool ViewInsert(Guid id, object row) method InvalidateCaches (line 1390) | private void InvalidateCaches() FILE: RaptorDB/Views/ViewManager.cs class ViewManager (line 10) | internal class ViewManager method ViewManager (line 12) | public ViewManager(string viewfolder, IDocStorage objstore, IKey... method Count (line 38) | internal int Count(string viewname, string filter) method Query (line 49) | internal Result Query(string viewname, string filter, int star... method Query (line 54) | internal Result Query(string viewname, int start, int count) method Insert (line 65) | internal void Insert(string viewname, Guid docid, T data) method InsertTransaction (line 86) | internal bool InsertTransaction(string viewname, Guid docid, T data) method Fetch (line 104) | internal object Fetch(Guid guid) method GetPrimaryViewForType (line 112) | internal string GetPrimaryViewForType(Type type) method GetOtherViewsList (line 124) | internal List GetOtherViewsList(Type type) method GetViewName (line 131) | internal string GetViewName(Type type) // used for queries method RegisterView (line 147) | internal void RegisterView(View view) method ShutDown (line 181) | internal void ShutDown() method GetConsistentViews (line 205) | internal List GetConsistentViews(Type type) method AddToViewList (line 212) | private void AddToViewList(SafeDictionary> diclist,... method Delete (line 229) | internal void Delete(Guid docid) method Rollback (line 236) | internal void Rollback(int ID) method Commit (line 246) | internal void Commit(int ID) method isTransaction (line 256) | internal bool isTransaction(string viewname) method inTransaction (line 261) | internal bool inTransaction() method StartTransaction (line 267) | internal void StartTransaction() method Query (line 272) | internal Result Query(Expression> filter, int start... method Query (line 277) | internal Result Query(Expression> filter, int start... method Query (line 290) | internal Result Query(string filter, int start, int count) method Query (line 295) | internal Result Query(string filter, int start, int count, strin... method Count (line 308) | internal int Count(Expression> filter) method FreeMemory (line 321) | internal void FreeMemory() method GetAssemblyForView (line 327) | internal object GetAssemblyForView(string viewname, out string typename) method GetViews (line 339) | internal List GetViews() method GetSchema (line 347) | internal ViewRowDefinition GetSchema(string view) method Query (line 357) | internal Result Query(string viewname, string filter, int star... method ViewDelete (line 368) | internal int ViewDelete(Expression> filter) method ViewDelete (line 381) | internal int ViewDelete(string viewname, string filter) method ViewInsert (line 390) | internal bool ViewInsert(Guid id, T row) method ViewInsert (line 403) | internal bool ViewInsert(string viewname, Guid id, object row) method GetKVHF (line 414) | internal IKeyStoreHF GetKVHF() FILE: RaptorDB/Views/apimapper.cs class apimapper (line 7) | internal class apimapper : IMapAPI method apimapper (line 9) | public apimapper(ViewManager man, ViewHandler vhandler) method Log (line 22) | public void Log(string message) method Fetch (line 27) | public object Fetch(Guid guid) method Emit (line 32) | public void Emit(Guid docid, params object[] data) method EmitObject (line 58) | public void EmitObject(Guid docid, T doc) method RollBack (line 84) | public void RollBack() method Count (line 89) | public int Count(string viewname) method Count (line 94) | public int Count(string ViewName, string Filter) method Query (line 99) | public Result Query(Expression> Filter) method Query (line 104) | public Result Query(Expression> Filter, int start, ... method Query (line 109) | public Result Query(string Filter) method Query (line 114) | public Result Query(string Filter, int start, int count) method Count (line 119) | public int Count(Expression> Filter) method NextRowNumber (line 124) | public int NextRowNumber() method GetKVHF (line 129) | public Common.IKeyStoreHF GetKVHF() method Fetch (line 134) | public T Fetch(Guid guid) where T : class FILE: RaptorDB/WEB/bundle.js function t (line 1) | function t(){} function n (line 1) | function n(t,e){for(const n in e)t[n]=e[n];return t} function o (line 1) | function o(t){return t()} function c (line 1) | function c(){return Object.create(null)} function l (line 1) | function l(t){t.forEach(o)} function a (line 1) | function a(t){return"function"==typeof t} function i (line 1) | function i(t,e){return t!=t?e==e:t!==e||t&&"object"==typeof t||"function... function r (line 1) | function r(t,e,n){if(t){const o=s(t,e,n);return t[0](o)}} function s (line 1) | function s(t,e,o){return t[1]?n({},n(e.$$scope.ctx,t[1](o?o(e):{}))):e.$... function d (line 1) | function d(t,e,o,c){return t[1]?n({},n(e.$$scope.changed||{},t[1](c?c(o)... function m (line 1) | function m(){f.forEach(t=>{t[0](u())||(f.delete(t),t[1]())}),(h=f.size>0... function g (line 1) | function g(t,e){t.appendChild(e)} function b (line 1) | function b(t,e,n){t.insertBefore(e,n||null)} function w (line 1) | function w(t){t.parentNode.removeChild(t)} function $ (line 1) | function $(t,e){for(let n=0;nt.removeEventLi... function S (line 1) | function S(t,e,n){null==n?t.removeAttribute(e):t.setAttribute(e,n)} function j (line 1) | function j(t,e){e=""+e,t.data!==e&&(t.data=e)} function O (line 1) | function O(t,e,n){t.style.setProperty(e,n)} function D (line 1) | function D(t,e){for(let n=0;n{const o=t.$$.callbacks[e];if(o){con... function A (line 1) | function A(t,e){const n=t.$$.callbacks[e.type];n&&n.slice().forEach(t=>t... function X (line 1) | function X(){K||(K=!0,J.then(Z))} function Q (line 1) | function Q(){return X(),J} function W (line 1) | function W(t){z.push(t)} function Y (line 1) | function Y(t){U.push(t)} function Z (line 1) | function Z(){const t=new Set;do{for(;G.length;){const t=G.shift();q(t),t... function tt (line 1) | function tt(t){t.fragment&&(t.update(t.dirty),l(t.before_update),t.fragm... function et (line 1) | function et(t,e,n){t.dispatchEvent(V(`${e?"intro":"outro"}${n}`))} function ct (line 1) | function ct(){ot={r:0,c:[],p:ot}} function lt (line 1) | function lt(){ot.r||l(ot.c),ot=ot.p} function at (line 1) | function at(t,e){t&&t.i&&(nt.delete(t),t.i(e))} function it (line 1) | function it(t,e,n,o){if(t&&t.o){if(nt.has(t))return;nt.add(t),ot.c.push(... function rt (line 1) | function rt(n,o,c,i){let r=o(n,c),s=i?0:1,d=null,p=null,g=null;function ... function st (line 1) | function st(t,e){t.d(1),e.delete(t.key)} function dt (line 1) | function dt(t,e,n,o,c,l,a,i,r,s,d,u){let v=t.length,f=l.length,p=v;const... function ut (line 1) | function ut(t,e,n){-1!==t.$$.props.indexOf(e)&&(t.$$.bound[e]=n,n(t.$$.c... function vt (line 1) | function vt(t,e,n){const{fragment:c,on_mount:i,on_destroy:r,after_update... function ft (line 1) | function ft(t,e){t.$$.fragment&&(l(t.$$.on_destroy),t.$$.fragment.d(e),t... function pt (line 1) | function pt(e,n,o,a,i,r){const s=I;q(e);const d=n.props||{},u=e.$$={frag... class ht (line 1) | class ht{$destroy(){ft(this,1),this.$destroy=t}$on(t,e){const n=this.$$.... method $destroy (line 1) | $destroy(){ft(this,1),this.$destroy=t} method $on (line 1) | $on(t,e){const n=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);retur... method $set (line 1) | $set(){} function mt (line 1) | function mt(t,e,n){const o=Object.create(t);return o.panel=e[n],o} function gt (line 1) | function gt(t,e,n){const o=Object.create(t);return o.name=e[n],o} function bt (line 1) | function bt(t){var e,n,o,c=t.panel.description;function l(){return t.cli... function wt (line 1) | function wt(t){var e,n,o,c,l,a,i=t.name;function r(){return t.click_hand... function $t (line 1) | function $t(e){for(var n,o,c,l=Object.keys(e.navdata),a=[],i=0;iWelcome to t... function _t (line 1) | function _t(e){var n,o=e.active&&kt(e);return{c(){o&&o.c(),n=_()},m(t,e)... function Ct (line 1) | function Ct(t,e,n){let{active:o=!1}=e;return t.$set=(t=>{"active"in t&&n... class St (line 1) | class St extends ht{constructor(t){super(),pt(this,t,Ct,_t,i,["active"])... method constructor (line 1) | constructor(t){super(),pt(this,t,Ct,_t,i,["active"])} method active (line 1) | get active(){return this.$$.ctx.active} method active (line 1) | set active(t){this.$set({active:t}),Z()} function jt (line 1) | function jt(t,e,n){const o=Object.create(t);return o.r=e[n],o} function Ot (line 1) | function Ot(t,e,n){const o=Object.create(t);return o.row=e[n],o} function Dt (line 1) | function Dt(t,e,n){const o=Object.create(t);return o.col=e[n],o} function Lt (line 1) | function Lt(e){var n;return{c(){(n=x("p")).textContent="No data"},m(t,e)... function Nt (line 1) | function Nt(t){var e,n,o,c,a,i,r,s,d,u,v,f,p,h,m,_,D,L,N,V,I,T,M,B,E,q,R... function Vt (line 1) | function Vt(t,e){var n,o,c,l=e.col;function a(){return e.click_handler(e... function It (line 1) | function It(t){var e,n=t.row[t.r];return{c(){e=y(n)},m(t,n){b(t,e,n)},p(... function Tt (line 1) | function Tt(t){var e,n,o,c=t.row[t.r];function l(){return t.click_handle... function Mt (line 1) | function Mt(t,e){var n;function o(t){return"docid"===t.r?Tt:It}var c=o(e... function Bt (line 1) | function Bt(t){var e,n,o=[],c=new Map,l=Object.keys(t.row);const a=t=>t.... function Et (line 1) | function Et(e){var n;function o(t){return null!==t.rows&&t.rows.length>0... function qt (line 1) | function qt(t,e,n){let{rows:o=[],totalrows:c=1,page:l=1}=e;const a=F();l... class Rt (line 1) | class Rt extends ht{constructor(t){super(),pt(this,t,qt,Et,i,["rows","to... method constructor (line 1) | constructor(t){super(),pt(this,t,qt,Et,i,["rows","totalrows","page"])} function Ft (line 1) | function Ft(t,e,n){const o=Object.create(t);return o.col=e[n],o} function At (line 1) | function At(t,e,n){const o=Object.create(t);return o.vn=e[n],o} function Gt (line 1) | function Gt(t){var e,n,o,c,a,i,r,s,d,u,v,f,p,h,m,$,y,_,j,L,V,I,T,M,B,E,q... function Ht (line 1) | function Ht(t,e){var n,o,c,l=e.vn;return{key:t,first:null,c(){n=x("optio... function zt (line 1) | function zt(t,e){var n,o,c,l,a=e.col;function i(){return e.click_handler... function Ut (line 1) | function Ut(e){var n,o;return{c(){n=x("p"),o=y(e.errormsg),O(n,"color","... function Jt (line 1) | function Jt(t){var e,n,o,c,l,a=null!=t.data&&Pt(t);function i(e){t.datat... function Pt (line 1) | function Pt(t){var e,n,o;return{c(){e=x("pre"),n=y("Query time (+render)... function Kt (line 1) | function Kt(t){var e,n,o=t.active&&Gt(t);return{c(){o&&o.c(),e=_()},m(t,... function Xt (line 1) | function Xt(t,e,n){let{active:o=!1}=e,c="",l=[],a=[],i=null,r=0,s=10,d="... class Qt (line 1) | class Qt extends ht{constructor(t){super(),pt(this,t,Xt,Kt,i,["active"])... method constructor (line 1) | constructor(t){super(),pt(this,t,Xt,Kt,i,["active"])} method active (line 1) | get active(){return this.$$.ctx.active} method active (line 1) | set active(t){this.$set({active:t}),Z()} function Wt (line 1) | function Wt(t,e,n){const o=Object.create(t);return o.l=e[n],o} function Yt (line 1) | function Yt(t){var e,n,o,c,l,a,i,r,s,d,u,v,f,p,h,m,$,_,O,D,L,V,I,T,M,B,E... function Zt (line 1) | function Zt(t,e){var n,o,c=e.l;return{key:t,first:null,c(){n=x("div"),o=... function te (line 1) | function te(e){var n,o=e.active&&Yt(e);return{c(){o&&o.c(),n=_()},m(t,e)... function ee (line 1) | function ee(t,e,n){let{active:o=!1}=e,c=0,l=0,a=0,i=0,r=0,s=0,d=0,u=0,v=... class ne (line 1) | class ne extends ht{constructor(t){super(),pt(this,t,ee,te,i,["active"])... method constructor (line 1) | constructor(t){super(),pt(this,t,ee,te,i,["active"])} method active (line 1) | get active(){return this.$$.ctx.active} method active (line 1) | set active(t){this.$set({active:t}),Z()} function oe (line 1) | function oe(t,e,n){const o=Object.create(t);return o.v=e[n],o} function ce (line 1) | function ce(t){var e,n,o,c,a,i,r,s,d,u,v,f,p,h,m,$,_,D,L,V=t.total>0&&le... function le (line 1) | function le(t){var e,n,o,c,a,i,r,s,d,u,v,f,p,h,m,$,_,D,L,N,V,I,T,M,B=[],... function ae (line 1) | function ae(t,e){var n,o,c,l,a,i=e.v;function r(){return e.click_handler... function ie (line 1) | function ie(e){var n,o=e.active&&ce(e);return{c(){o&&o.c(),n=_()},m(t,e)... function se (line 1) | function se(t,e,n){let o,{active:c=!1}=e,l="",a=1,i=[],r="",s=0,d=0;func... class de (line 1) | class de extends ht{constructor(t){super(),pt(this,t,se,ie,i,["active"])... method constructor (line 1) | constructor(t){super(),pt(this,t,se,ie,i,["active"])} method active (line 1) | get active(){return this.$$.ctx.active} method active (line 1) | set active(t){this.$set({active:t}),Z()} function ue (line 1) | function ue(t){var e,n,o,c,a,i,r,s,d,u,v,f,p=""!==t.doc&&ve(t);return{c(... function ve (line 1) | function ve(t){var e,n,o,c,l,a,i,r,s,d,u,v,f,p,h;return{c(){e=x("div"),(... function fe (line 1) | function fe(e){var n,o=e.active&&ue(e);return{c(){o&&o.c(),n=_()},m(t,e)... function pe (line 1) | function pe(t,e,n){let{active:o=!1,docid:c=null}=e,l="";const a=F();func... class he (line 1) | class he extends ht{constructor(t){super(),pt(this,t,pe,fe,i,["active","... method constructor (line 1) | constructor(t){super(),pt(this,t,pe,fe,i,["active","docid"])} method active (line 1) | get active(){return this.$$.ctx.active} method active (line 1) | set active(t){this.$set({active:t}),Z()} method docid (line 1) | get docid(){return this.$$.ctx.docid} method docid (line 1) | set docid(t){this.$set({docid:t}),Z()} function me (line 1) | function me(t,e,n){const o=Object.create(t);return o.v=e[n],o} function ge (line 1) | function ge(t){var e,n,o,c,a,i,r,s,d,u,v,f,p,h,m,$,_,D=t.versions.length... function be (line 1) | function be(t){var e,n,o,c,l,a,i,r,s,d=[],u=new Map,v=t.versions;const f... function we (line 1) | function we(t,e){var n,o,c,l,a,i,r,s=e.v.Version,d=e.v.ChangeDate;functi... function $e (line 1) | function $e(e){var n,o=e.active&&ge(e);return{c(){o&&o.c(),n=_()},m(t,e)... function xe (line 1) | function xe(t,e,n){let{active:o=!1,docid:c=null}=e,l="",a=[];function i(... class ye (line 1) | class ye extends ht{constructor(t){super(),pt(this,t,xe,$e,i,["active","... method constructor (line 1) | constructor(t){super(),pt(this,t,xe,$e,i,["active","docid"])} method active (line 1) | get active(){return this.$$.ctx.active} method active (line 1) | set active(t){this.$set({active:t}),Z()} method docid (line 1) | get docid(){return this.$$.ctx.docid} method docid (line 1) | set docid(t){this.$set({docid:t}),Z()} function ke (line 1) | function ke(t,e,n){const o=Object.create(t);return o.v=e[n],o} function _e (line 1) | function _e(t){var e,n,o,c,a,i,r,s,d,u,v,f,p,h,m,$,_,D,L,V,I,T,M,B,E,q,R... function Ce (line 1) | function Ce(t,e){var n,o,c,l,a,i=e.v;function r(){return e.click_handler... function Se (line 1) | function Se(e){var n,o=e.active&&_e(e);return{c(){o&&o.c(),n=_()},m(t,e)... function Oe (line 1) | function Oe(t,e,n){let o,{active:c=!1}=e,l="",a=[],i="",r=0,s=0,d=1;func... class De (line 1) | class De extends ht{constructor(t){super(),pt(this,t,Oe,Se,i,["active"])... method constructor (line 1) | constructor(t){super(),pt(this,t,Oe,Se,i,["active"])} method active (line 1) | get active(){return this.$$.ctx.active} method active (line 1) | set active(t){this.$set({active:t}),Z()} function Le (line 1) | function Le(t,e,n){const o=Object.create(t);return o.fc=e[n],o} function Ne (line 1) | function Ne(t,e,n){const o=Object.create(t);return o.fc=e[n],o} function Ve (line 1) | function Ve(t,e,n){const o=Object.create(t);return o.fc=e[n],o} function Ie (line 1) | function Ie(t,e,n){const o=Object.create(t);return o.fc=e[n],o} function Te (line 1) | function Te(t,e,n){const o=Object.create(t);return o.sc=e[n],o} function Me (line 1) | function Me(t,e,n){const o=Object.create(t);return o.vn=e[n],o} function Be (line 1) | function Be(t){var e,n,o,c,a,i,r,s,d,u,v,f,p,h,m,$,_,L,V,I,T,M,B,E,q,R,F... function Ee (line 1) | function Ee(t,e){var n,o,c,l=e.vn;return{key:t,first:null,c(){n=x("optio... function qe (line 1) | function qe(t,e){var n,o,c,l,a,i,r,s=e.sc,d=e.schema[e.sc];return{key:t,... function Re (line 1) | function Re(t,e){var n,o,c=e.fc;return{key:t,first:null,c(){n=x("label")... function Fe (line 1) | function Fe(t,e){var n,o,c=e.fc;return{key:t,first:null,c(){n=x("label")... function Ae (line 1) | function Ae(t,e){var n,o,c=e.fc;return{key:t,first:null,c(){n=x("label")... function Ge (line 1) | function Ge(t,e){var n,o,c=e.fc;return{key:t,first:null,c(){n=x("label")... function He (line 1) | function He(e){var n,o=e.active&&Be(e);return{c(){o&&o.c(),n=_()},m(t,e)... function ze (line 1) | function ze(t,e,n){let{active:o=!1}=e,c="",l=[],a={},i=[],r=[],s=[],d=[]... class Ue (line 1) | class Ue extends ht{constructor(t){super(),pt(this,t,ze,He,i,["active"])... method constructor (line 1) | constructor(t){super(),pt(this,t,ze,He,i,["active"])} method active (line 1) | get active(){return this.$$.ctx.active} method active (line 1) | set active(t){this.$set({active:t}),Z()} function Je (line 1) | function Je(t){var e,n,o,c,l,a;return{c(){e=x("div"),(n=x("h2")).textCon... function Pe (line 1) | function Pe(e){var n,o=e.active&&Je(e);return{c(){o&&o.c(),n=_()},m(t,e)... function Ke (line 1) | function Ke(t,e,n){let{active:o=!1}=e,c="";return R(()=>{window.LOAD("/r... class Xe (line 1) | class Xe extends ht{constructor(t){super(),pt(this,t,Ke,Pe,i,["active"])... method constructor (line 1) | constructor(t){super(),pt(this,t,Ke,Pe,i,["active"])} method active (line 1) | get active(){return this.$$.ctx.active} method active (line 1) | set active(t){this.$set({active:t}),Z()} function Qe (line 1) | function Qe(t){const e=t-1;return e*e*e+1} function We (line 1) | function We(t,{delay:e=0,duration:n=400}){const o=+getComputedStyle(t).o... function Ye (line 1) | function Ye(t,{delay:e=0,duration:n=400,easing:o=Qe,x:c=0,y:l=0,opacity:... function Ze (line 1) | function Ze(t){var e,n,o,c;const l=t.$$slots.default,a=r(l,t,null);retur... function tn (line 1) | function tn(t){var e,n;const o=t.$$slots.default,c=r(o,t,null);return{c(... function en (line 1) | function en(t){var e,n,o,c,l=[tn,Ze],a=[];function i(t){return t.href?0:... function nn (line 1) | function nn(t,e,n){let{type:o="button",href:c=null,mode:l=null,color:a=n... class on (line 1) | class on extends ht{constructor(t){super(),pt(this,t,nn,en,i,["type","hr... method constructor (line 1) | constructor(t){super(),pt(this,t,nn,en,i,["type","href","mode","color"... function an (line 1) | function an(t){var e;return{c(){e=y("Close")},m(t,n){b(t,e,n)},d(t){t&&w... function rn (line 1) | function rn(t){var e,n,o,c,l,a,i,u,v,f,p,h,m;const $=t.$$slots.default,_... function sn (line 1) | function sn(t,e,n){let{title:o}=e;const c=F();let{$$slots:l={},$$scope:a... class dn (line 1) | class dn extends ht{constructor(t){super(),pt(this,t,sn,rn,i,["title"])}} method constructor (line 1) | constructor(t){super(),pt(this,t,sn,rn,i,["title"])} function un (line 1) | function un(t,e,n){const o=Object.create(t);return o.tab=e[n],o} function vn (line 1) | function vn(t){var e,n;function o(){return t.click_handler(t)}return{c()... function fn (line 1) | function fn(t,e){var n,o,c,l,a,i,r,s,d=e.tab.title,u="Help"!==e.tab.titl... function pn (line 1) | function pn(t){var e,n=new dn({props:{title:t.title,$$slots:{default:[wn... function hn (line 1) | function hn(t){var e,n=new on({props:{type:"button",$$slots:{default:[mn... function mn (line 1) | function mn(t){var e;return{c(){e=y("Yes")},m(t,n){b(t,e,n)},d(t){t&&w(e... function gn (line 1) | function gn(t){var e;return{c(){e=y("Cancel")},m(t,n){b(t,e,n)},d(t){t&&... function bn (line 1) | function bn(t){var e,n,o,c=t.modalyes&&hn(t),l=new on({props:{type:"butt... function wn (line 1) | function wn(e){return{c:t,m:t,p:t,i:t,o:t,d:t}} function $n (line 1) | function $n(t){var e,n,o,c,l,a,i,r,s,d,u,v,f,p=[],h=new Map,m=new yt({})... function xn (line 1) | function xn(t,e,n){let o="",c=[],l=!1,a="",i=!1;function r(t,e){var l=do... method constructor (line 1) | constructor(t){super(),pt(this,t,xn,$n,i,[])} FILE: RaptorDB/cron/CronDaemon.cs class CronDaemon (line 8) | public class CronDaemon method CronDaemon (line 14) | public CronDaemon() method AddJob (line 21) | public void AddJob(string schedule, ThreadStart action) method Stop (line 38) | public void Stop() method timer_elapsed (line 46) | private void timer_elapsed(object sender, ElapsedEventArgs e) FILE: RaptorDB/cron/CronJob.cs class CronJob (line 6) | internal class CronJob method CronJob (line 12) | public CronJob(string schedule, ThreadStart thread_start) method execute (line 20) | public void execute(DateTime date_time) method abort (line 35) | public void abort() FILE: RaptorDB/cron/CronSchedule.cs class CronSchedule (line 7) | internal class CronSchedule method CronSchedule (line 32) | public CronSchedule() method CronSchedule (line 36) | public CronSchedule(string expressions) method isValid (line 46) | private bool isValid() method isValid (line 51) | public bool isValid(string expression) method isTime (line 57) | public bool isTime(DateTime date_time) method generate (line 66) | private void generate() method generate_minutes (line 95) | private void generate_minutes(string match) method generate_hours (line 100) | private void generate_hours(string match) method generate_days_of_month (line 105) | private void generate_days_of_month(string match) method generate_months (line 110) | private void generate_months(string match) method generate_days_of_weeks (line 115) | private void generate_days_of_weeks(string match) method generate_values (line 120) | private List generate_values(string configuration, int start, int... method divided_array (line 130) | private List divided_array(string configuration, int start, int max) method range_array (line 146) | private List range_array(string configuration) method wild_array (line 175) | private List wild_array(string configuration, int start, int max) method list_array (line 188) | private List list_array(string configuration) FILE: RaptorDBCore/test/sample.cs class LineItem (line 17) | public class LineItem class SalesInvoice (line 25) | public class SalesInvoice method SalesInvoice (line 27) | public SalesInvoice() class SalesInvoiceViewRowSchema (line 45) | public class SalesInvoiceViewRowSchema : RDBSchema class SalesInvoiceView (line 56) | [RegisterView] method SalesInvoiceView (line 59) | public SalesInvoiceView() class Program (line 84) | class Program method Main (line 88) | static void Main(string[] args) method DoWork (line 104) | static void DoWork() method CreateInvoice (line 131) | static SalesInvoice CreateInvoice(int counter) FILE: RaptorDBServer/Installer.cs class CustomServiceInstaller (line 7) | [RunInstaller(true)] method CustomServiceInstaller (line 13) | public CustomServiceInstaller() method OnBeforeInstall (line 26) | protected override void OnBeforeInstall(System.Collections.IDictionary... FILE: RaptorDBServer/Program.cs class Program (line 9) | static class Program method Main (line 17) | static void Main(string[] args) method Dostart (line 78) | private static void Dostart() method IsServiceInstalled (line 86) | private static bool IsServiceInstalled(string serviceName) FILE: RaptorDBServer/Service1.Designer.cs class Service1 (line 3) | partial class Service1 method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: RaptorDBServer/Service1.cs class Service1 (line 6) | public partial class Service1 : ServiceBase method Service1 (line 8) | public Service1() method OnStart (line 15) | protected override void OnStart(string[] args) method OnStop (line 21) | protected override void OnStop() method OnShutdown (line 26) | protected override void OnShutdown() FILE: Views/Class1.cs class LineItem (line 16) | public class LineItem class SalesInvoice (line 24) | public class SalesInvoice method SalesInvoice (line 26) | public SalesInvoice() class TestData (line 46) | public class TestData class TestSchema (line 53) | public class TestSchema : RDBSchema class TestView (line 59) | public class TestView : View method TestView (line 61) | public TestView() class SalesInvoiceViewRowSchema (line 77) | [RegisterView] class SalesInvoiceView (line 93) | [RegisterView] method SalesInvoiceView (line 96) | public SalesInvoiceView() class SalesItemRowsViewRowSchema (line 125) | public class SalesItemRowsViewRowSchema : RDBSchema class SalesItemRowsView (line 133) | [RegisterView] method SalesItemRowsView (line 136) | public SalesItemRowsView() class NewViewRowSchema (line 155) | public class NewViewRowSchema : RDBSchema class newview (line 163) | [RegisterView] method newview (line 166) | public newview() FILE: Views/ServerSide.cs class ServerSide (line 8) | public class ServerSide class sumtype (line 12) | public class sumtype : RaptorDB.BindableFields method Sum_Products_based_on_filter (line 19) | public static List Sum_Products_based_on_filter(IRaptorDB rap,... method Sum_Products_based_on_filter_args (line 35) | public static List Sum_Products_based_on_filter_args(IRaptorDB... FILE: datagridbinding/Program.cs class Program (line 8) | static class Program method DoubleBuffered (line 10) | public static void DoubleBuffered(this DataGridView dgv, bool setting) method Main (line 19) | [STAThread] FILE: datagridbinding/frmMain.Designer.cs class frmMain (line 3) | partial class frmMain method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: datagridbinding/frmMain.cs class frmMain (line 10) | public partial class frmMain : Form method frmMain (line 12) | public frmMain() method Form1_Load (line 20) | private void Form1_Load(object sender, EventArgs e) method TextBox1KeyPress (line 32) | void TextBox1KeyPress(object sender, KeyPressEventArgs e) method Query (line 38) | private void Query() method sumQueryToolStripMenuItem_Click (line 62) | private void sumQueryToolStripMenuItem_Click(object sender, EventArgs e) method exitToolStripMenuItem_Click (line 85) | private void exitToolStripMenuItem_Click(object sender, EventArgs e) method shutdown (line 90) | private void shutdown() method insert100000DocumentsToolStripMenuItem_Click (line 98) | private void insert100000DocumentsToolStripMenuItem_Click(object sende... method CreateInvoice (line 124) | private static SalesInvoice CreateInvoice(int i) method backupToolStripMenuItem_Click (line 142) | private void backupToolStripMenuItem_Click(object sender, EventArgs e) method restoreToolStripMenuItem_Click (line 148) | private void restoreToolStripMenuItem_Click(object sender, EventArgs e) class objclass (line 153) | public class objclass method serverSideSumQueryToolStripMenuItem_Click (line 158) | private void serverSideSumQueryToolStripMenuItem_Click(object sender, ... method KVHFtest (line 180) | private void KVHFtest() class ppp (line 248) | class ppp method testToolStripMenuItem_Click (line 252) | private void testToolStripMenuItem_Click(object sender, EventArgs e) method frmMain_FormClosing (line 329) | private void frmMain_FormClosing(object sender, FormClosingEventArgs e) method freememoryToolStripMenuItem_Click (line 334) | private void freememoryToolStripMenuItem_Click(object sender, EventArg... method dataGridView1_CellDoubleClick (line 339) | private void dataGridView1_CellDoubleClick(object sender, DataGridView... FILE: datagridbinding/frmStartup.Designer.cs class frmStartup (line 3) | partial class frmStartup method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: datagridbinding/frmStartup.cs class frmStartup (line 8) | public partial class frmStartup : Form method frmStartup (line 10) | public frmStartup() method button2_Click (line 17) | private void button2_Click(object sender, EventArgs e) method button1_Click (line 23) | private void button1_Click(object sender, EventArgs e) method radioButton1_CheckedChanged (line 41) | private void radioButton1_CheckedChanged(object sender, EventArgs e) FILE: test script/sample.cs class LineItem (line 17) | public class LineItem class SalesInvoice (line 25) | public class SalesInvoice method SalesInvoice (line 27) | public SalesInvoice() class SalesInvoiceViewRowSchema (line 45) | public class SalesInvoiceViewRowSchema : RDBSchema class SalesInvoiceView (line 56) | [RegisterView] method SalesInvoiceView (line 59) | public SalesInvoiceView() class Program (line 81) | class Program method Main (line 85) | static void Main(string[] args) method DoWork (line 101) | static void DoWork() method CreateInvoice (line 128) | static SalesInvoice CreateInvoice(int counter) FILE: testing/program.cs class program (line 7) | public class program method Main (line 10) | public static void Main(string[] args) method Console_CancelKeyPress (line 25) | static void Console_CancelKeyPress(object sender, ConsoleCancelEventAr... method CurrentDomain_UnhandledException (line 31) | static void CurrentDomain_UnhandledException(object sender, UnhandledE...