| Package | Description | 
|---|---|
| net.sourceforge.jtds.jdbc | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CachedResultSetA memory cached scrollable/updateable result set. | 
| class  | MSCursorResultSetThis class extends the JtdsResultSet to support scrollable and or
 updateable cursors on Microsoft servers. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected JtdsResultSet | JtdsStatement. currentResultThe current  ResultSet. | 
| Modifier and Type | Method and Description | 
|---|---|
| private static CachedResultSet | JtdsDatabaseMetaData. createTypeInfoResultSet(JtdsResultSet rs,
                       boolean useLOBs) | 
| private static void | JtdsDatabaseMetaData. upperCaseColumnNames(JtdsResultSet results)Uppercase all column names. | 
| Constructor and Description | 
|---|
| CachedResultSet(JtdsResultSet rs,
               boolean load)Creates a cached result set with the same columns (and optionally data)
 as an existing result set. | 
Generated on June 8 2013