All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.jfr4jdbc.event.ResultSetEvent Maven / Gradle / Ivy

There is a newer version: 2.0.0-M3
Show newest version
package dev.jfr4jdbc.event;

public interface ResultSetEvent extends JdbcEvent {

    public void setConnectionId(int connectionId);

    public void setStatementId(int statementId);

    public void setResultSetClass(Class clazz);

    public void setResultSetId(int resultSetId);

    public void setRowNo(int rowNo);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy