com.sybase.jdbc2.jdbc
Interface Cursor
- All Known Implementing Classes:
- TdsCursor
- public interface Cursor
CLOSED
public final static int CLOSED
DEALLOCATED
public final static int DEALLOCATED
NEW
public final static int NEW
OPEN
public final static int OPEN
close
public void close(boolean )
delete
public int delete(com.sybase.jdbc2.jdbc.ProtocolResultSet )
fetch
public com.sybase.jdbc2.jdbc.ProtocolResultSet fetch()
getConcurrency
public int getConcurrency()
getFetchSize
public int getFetchSize()
getName
public java.lang.String getName()
getTable
public java.lang.String getTable()
insert
public int insert(com.sybase.jdbc2.jdbc.ProtocolResultSet , com.sybase.jdbc2.jdbc.ParamManager , java.lang.String )
isLanguageCursor
public boolean isLanguageCursor()
open
public com.sybase.jdbc2.jdbc.ProtocolResultSet open(java.lang.String , com.sybase.jdbc2.jdbc.ParamManager , boolean )
setFetchSize
public void setFetchSize(int )
setName
public void setName(java.lang.String )
setTable
public void setTable(java.lang.String )
setType
public void setType(int )
update
public int update(com.sybase.jdbc2.jdbc.ProtocolResultSet , com.sybase.jdbc2.jdbc.ParamManager , java.lang.String )