public static HashSet <string> GetReserve() { return(DBH.GetHashSet <string>(QA.DBCS_MAIN, CommandType.Text, "SELECT word FROM keyword WHERE type=0")); }