Uses of Class
net.sourceforge.jtds.jdbc.JtdsResultSet
-
Packages that use JtdsResultSet Package Description net.sourceforge.jtds.jdbc -
-
Uses of JtdsResultSet in net.sourceforge.jtds.jdbc
Subclasses of JtdsResultSet in net.sourceforge.jtds.jdbc Modifier and Type Class Description classCachedResultSetA memory cached scrollable/updateable result set.classMSCursorResultSetThis class extends the JtdsResultSet to support scrollable and or updateable cursors on Microsoft servers.Fields in net.sourceforge.jtds.jdbc declared as JtdsResultSet Modifier and Type Field Description protected JtdsResultSetJtdsStatement. currentResultThe currentResultSet.Methods in net.sourceforge.jtds.jdbc with parameters of type JtdsResultSet Modifier and Type Method Description private 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 JtdsResultSet Constructor Description CachedResultSet(JtdsResultSet rs, boolean load)Creates a cached result set with the same columns (and optionally data) as an existing result set.
-