Home
last modified time | relevance | path

Searched refs:sqlStatement (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/src/main/js/test/
DRdbStoreDistributedJsunit.test.js21 var sqlStatement = "CREATE TABLE IF NOT EXISTS employee (" + variable
24 sqlStatement = "CREATE TABLE IF NOT EXISTS product (" +
36 let sqlStatement = "CREATE TABLE IF NOT EXISTS employee (" +
41 await rdbStore.executeSql(sqlStatement, null)
50 let sqlStatement = "CREATE TABLE IF NOT EXISTS product (" +
57 await rdbStore.executeSql(sqlStatement, null)
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/src/main/js/test/
DRelationalStoreDistributedJsunit.test.js22 var sqlStatement = "CREATE TABLE IF NOT EXISTS employee (" + variable
25 sqlStatement = "CREATE TABLE IF NOT EXISTS product (" +
38 let sqlStatement = "CREATE TABLE IF NOT EXISTS employee (" +
43 await rdbStore.executeSql(sqlStatement, null)
52 let sqlStatement = "CREATE TABLE IF NOT EXISTS product (" +
59 await rdbStore.executeSql(sqlStatement, null)
67 let sqlStatement = "CREATE TABLE IF NOT EXISTS test (" +
74 await rdbStore.executeSql(sqlStatement, null)