Searched defs:db (Results 1 – 12 of 12) sorted by relevance
50 void CreateExtendFunction(sqlite3* db) in CreateExtendFunction()
38 private static volatile PerfDAO db = new PerfDAO(); field in PerfDAO
36 static void TableDeclare(sqlite3& db, TraceDataCache* dataCache, const std::string& name) in TableDeclare()
42 void TableBase::TableRegister(sqlite3& db, in TableRegister()
37 static void TableDeclare(sqlite3& db, TraceDataCache* dataCache, const std::string& name) in TableDeclare()
384 String db = DataBaseApi.getInstance().checkTableRegister(tableName); in createTable() local423 String db = DataBaseApi.getInstance().checkTableRegister(tableName); in createTable() local
51 private static volatile CpuDb db = new CpuDb(); field in CpuDb
52 private static volatile Db db = new Db(); field in Db
53 private static volatile MetricsDb db = new MetricsDb(); field in MetricsDb
58 private static volatile Db db = new Db(); field in Db
55 private static volatile DistributedDB db = new DistributedDB(); field in DistributedDB