| Package | Description | 
|---|---|
| net.sourceforge.jtds.jdbc | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CachedResultSet
A memory cached scrollable/updateable result set. 
 | 
class  | 
MSCursorResultSet
This class extends the JtdsResultSet to support scrollable and or
 updateable cursors on Microsoft servers. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected JtdsResultSet | 
JtdsStatement.currentResult
The 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