Interface ResultSetWriter<T>

Type Parameters:
T - the generic type
All Known Implementing Classes:
ResultSetJsonWriter, ResultSetMonospacedWriter

public interface ResultSetWriter<T>
The ResultSet Writer.
  • Method Summary

    Modifier and Type Method Description
    T write​(ResultSet rs)
    Write the provided ResultSet.