database - Hash functions for dynamic types at runtime? -


we building relational database management system (rdbms) in c++ , need way hash data of variety of types in tables when created @ runtime. example, need able hash tuple of data (e.g. "jack", 20, "male") given primary key of unknown type(s) (e.g. int, 2 strings, etc.). tips on how approach this? thanks!


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -