com.sybase.jdbc2.tds
Class TdsParamSet

java.lang.Object
  |
  +--com.sybase.jdbc2.tds.TdsResultSet
        |
        +--com.sybase.jdbc2.tds.TdsParamSet

public class TdsParamSet
extends TdsResultSet


Field Summary
 private boolean_empty
           

Fields inherited from class com.sybase.jdbc2.tds.TdsResultSet
_columns, _needNext, _rowCount, _tpc, _warning

Constructor Summary
 protected TdsParamSet(com.sybase.jdbc2.tds.TdsProtocolContext , boolean )
           

Method Summary
 booleannext()
           

Methods inherited from class com.sybase.jdbc2.tds.TdsResultSet
absolute, clearWarnings, close, dump, findColumn, getColumn, getCount, getMetaData, getNumRowsCached, getType, getWarnings, handleSQLE, markDead, nextResult, prepareForNextFetch, previous, setType

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize

Field Detail

_empty

private boolean _empty
Constructor Detail

TdsParamSet

protected TdsParamSet(com.sybase.jdbc2.tds.TdsProtocolContext , boolean )
Method Detail

next

public boolean next()