Home
last modified time | relevance | path

Searched defs:tableName (Results 1 – 10 of 10) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/databases/databasepool/
DAbstractDataStore.java73 protected Optional<Connection> getConnectByTable(String tableName) { in getConnectByTable()
104 String tableName = BeanUtil.getObjectName(obj); in insertInDateBaseBatch() local
170 String tableName = BeanUtil.getObjectName(dataObject); in insertInDataBase() local
206 String tableName = BeanUtil.getObjectName(dataObject); in deleteInDataBase() local
228 String tableName = clazz.getSimpleName(); in update() local
251 String tableName = clazz.getSimpleName(); in select() local
280 public boolean createTable(String dbName, String tableName, List<String> params) { in createTable()
296 public boolean createTable(String dbName, String tableName, String sql) { in createTable()
312 public boolean createIndex(String tableName, String indexName, List<String> params) { in createIndex()
DDataTableHelper.java52 String tableName = sql.substring(tableIndex + INDEX_FIVE, sql.indexOf("(")); in getTableNameBySql() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/databases/databaseapi/
DDataBaseApi.java182 public Optional<Connection> getConnectByTable(String tableName) { in getConnectByTable()
267 public boolean registerTable(String tableName, String dbName) { in registerTable()
284 public String checkTableRegister(String tableName) { in checkTableRegister()
300 public boolean checkIndexRegister(String tableName) { in checkIndexRegister()
334 public boolean registerCreateIndex(String tableName) { in registerCreateIndex()
366 public boolean createTable(String dbName, String tableName, List<String> params) { in createTable()
411 public boolean createTable(String dbName, String tableName, String sql) { in createTable()
449 public boolean createIndex(String tableName, String indexName, List<String> columnName) { in createIndex()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/databases/databasemanager/
DDataBaseManager.java121 String tableName = getTableNameBySql(sql); in initDefaultSql() local
/developtools/profiler/trace_analyzer/src/trace_data/
Dtrace_data_db.cpp52 void TraceDataDB::AppendNewTable(std::string tableName) in AppendNewTable()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/memory/agentdao/
DMemoryInstanceDao.java57 private Connection getConnection(String tableName) { in getConnection()
DMemoryHeapDao.java59 private Connection getConnection(String tableName) { in getConnection()
/developtools/profiler/host/smartperf/trace_streamer/src/table/
Dtable_base.cpp44 const std::string& tableName, in TableRegister()
/developtools/profiler/trace_analyzer/src/table/
Dtable_base.cpp44 const std::string& tableName, in TableRegister()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_data_db.cpp66 void TraceDataDB::AppendNewTable(std::string tableName) in AppendNewTable()