Interface ResultSetWriter<T>
- Type Parameters:
T- the generic type
- All Known Implementing Classes:
AbstractResultSetWriter,ResultSetCsvWriter,ResultSetJsonWriter,ResultSetMonospacedWriter
public interface ResultSetWriter<T>
The ResultSet Writer.
-
Method Details
-
write
Write the provided ResultSet.- Parameters:
rs- the rs- Returns:
- the t
- Throws:
SQLException- the SQL exception
-