Package org.pentaho.commons.connection
Interface ILimitableConnection
-
public interface ILimitableConnection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetMaxRows(int maxRows)Max rows returned by query if supported by the underlying connectionvoidsetQueryTimeout(int timeout)The timeout if supported by the underlying connection
-