DataTable equivalent in Java [duplicate]
问题 This question already has answers here : DataSet class in Java? (9 answers) Closed 6 years ago . Is there a C# DataTable equivalent in Java? 回答1: A similar question that has been asked recently. ResultSet certainly is not a direct equivalent as it only works with an active connection to the database while a DataTable can be used "offline". From personal experience I would say there is no direct equivalent in Java (haven't tried javax.sql.rowset.WebRowSet , though). You either go with plain