Add Tuple::getType() to check the types of attributes 23/126723/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 25 Apr 2017 03:19:10 +0000 (12:19 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 25 Apr 2017 03:19:10 +0000 (12:19 +0900)
commit599e34032bc1acbe86f82677ad4f625bc3b3d9e7
treea407955e686b4fe17036cb282a02b9b1aaa9df8c
parent5c4ca81006513b78214e256a9ed7b19420244991
Add Tuple::getType() to check the types of attributes

Database uses the type checker to strictly bind the attribute values to SQL queries.

Change-Id: I761cdaef508313de46c70ba4c2bf51d8e168fb72
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
include/Tuple.h
src/database/Database.cpp
src/shared/Tuple.cpp