Frames | No Frames |
Fields of type net.sourceforge.jtds.jdbc.TdsCore | |
TdsCore | The cored TDS protocol object. |
TdsCore | A cached TdsCore instance to reuse on new statements. |
TdsCore | Cursor TdsCore object. |
TdsCore | The TDS object used for server access. |
TdsCore | Updates TdsCore object used for positioned updates. |
Methods with parameter type net.sourceforge.jtds.jdbc.TdsCore | |
void | Processes the output of a cursor open or fetch operation. |
void | Releases (either closes or caches) a TdsCore . |
Methods with return type net.sourceforge.jtds.jdbc.TdsCore | |
TdsCore | Retrieves the cached TdsCore or null if
nothing is cached and resets the cache (sets it to null ). |
TdsCore | Get the Statement's TDS object. |