Class TargetMetaInfo¶
-
class
TargetMetaInfo¶ Public Functions
-
TargetMetaInfo(const std::string &resname, const SQLTypeInfo &ti)¶
-
TargetMetaInfo(const std::string &resname, const SQLTypeInfo &ti, const SQLTypeInfo &physical_ti)¶
-
const std::string &
get_resname() const¶
-
const SQLTypeInfo &
get_type_info() const¶
-
const SQLTypeInfo &
get_physical_type_info() const¶
-
std::string
toString() const¶
-