aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-core-lib/openecomp-nosqldb-lib/openecomp-nosqldb-api/src/main/resources/cassandraStatements.json
blob: e83b9f0126ff98222c0248f28a93edf0d49cb39f (plain)
1
2
3
4
5
6
{
  "test.select.all": "SELECT * FROM test",
  "test.drop": "DROP TABLE IF EXISTS test",
  "test.create": "CREATE TABLE test (name text PRIMARY KEY,value text)",
  "test.insert": "INSERT INTO test (name,value) VALUES ( ?,?)"
}