Uses of Class
net.sourceforge.jtds.jdbc.JtdsResultSet
Packages that use JtdsResultSet
-
Uses of JtdsResultSet in net.sourceforge.jtds.jdbc
Subclasses of JtdsResultSet in net.sourceforge.jtds.jdbcModifier and TypeClassDescriptionclassA memory cached scrollable/updateable result set.classThis class extends the JtdsResultSet to support scrollable and or updateable cursors on Microsoft servers.Fields in net.sourceforge.jtds.jdbc declared as JtdsResultSetModifier and TypeFieldDescriptionprotected JtdsResultSetJtdsStatement.currentResultThe currentResultSet.Methods in net.sourceforge.jtds.jdbc with parameters of type JtdsResultSetModifier and TypeMethodDescriptionprivate static CachedResultSetJtdsDatabaseMetaData.createTypeInfoResultSet(JtdsResultSet rs, boolean useLOBs) private static voidJtdsDatabaseMetaData.upperCaseColumnNames(JtdsResultSet results) Uppercase all column names.Constructors in net.sourceforge.jtds.jdbc with parameters of type JtdsResultSetModifierConstructorDescription(package private)CachedResultSet(JtdsResultSet rs, boolean load) Creates a cached result set with the same columns (and optionally data) as an existing result set.