|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JtdsResultSet | |
---|---|
net.sourceforge.jtds.jdbc |
Uses of JtdsResultSet in net.sourceforge.jtds.jdbc |
---|
Subclasses of JtdsResultSet in net.sourceforge.jtds.jdbc | |
---|---|
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. |
Fields in net.sourceforge.jtds.jdbc declared as JtdsResultSet | |
---|---|
protected JtdsResultSet |
JtdsStatement.currentResult
The current ResultSet . |
protected JtdsResultSet |
JtdsStatement.genKeyResultSet
Dummy result set for getGeneratedKeys. |
Methods in net.sourceforge.jtds.jdbc with parameters of type JtdsResultSet | |
---|---|
private static CachedResultSet |
JtdsDatabaseMetaData.createTypeInfoResultSet(JtdsResultSet rs,
boolean useLOBs)
|
private static void |
JtdsDatabaseMetaData.upperCaseColumnNames(JtdsResultSet results)
Uppercase all column names. |
Constructors in net.sourceforge.jtds.jdbc with parameters of type JtdsResultSet | |
---|---|
CachedResultSet(JtdsResultSet rs,
boolean load)
Creates a cached result set with the same columns (and optionally data) as an existing result set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |