cn.js.fan.db
Class Conn
- public class Conn
Conn
public Conn(java.lang.String connname)
- Parameters:
connname - String
setMaxRows
public void setMaxRows(int maxRows)
- Sets the max number of rows that should be returned from executing a statement. The operation is automatically bypassed if Jive knows that the the JDBC driver or database doesn't support it.
- Parameters:
stmt - the Statement to set the max number of rows for.
maxRows - the max number of rows to return.