push addional code
[sdc.git] / openecomp-be / lib / openecomp-core-lib / openecomp-nosqldb-lib / openecomp-nosqldb-api / src / main / resources / cassandraStatements.json
1 {
2   "test.select.all": "SELECT * FROM test",
3   "test.drop": "DROP TABLE IF EXISTS test",
4   "test.create": "CREATE TABLE test (name text PRIMARY KEY,value text)",
5   "test.insert": "INSERT INTO test (name,value) VALUES ( ?,?)"
6 }