Package com.dslplatform.json
Interface ResultSetConverter.Writer
-
- Enclosing class:
- ResultSetConverter
public static interface ResultSetConverter.Writer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(java.sql.ResultSet rs, JsonWriter buffer)
-
-
-
Method Detail
-
write
void write(java.sql.ResultSet rs, JsonWriter buffer) throws java.sql.SQLException- Throws:
java.sql.SQLException
-
-