spring-framework / org.springframework.jdbc.support.rowset / ResultSetWrappingSqlRowSet / getLong

getLong

open fun getLong(columnIndex: Int): Long

See Also
java.sql.ResultSet#getLong(int)

open fun getLong(columnLabel: String): Long

See Also
java.sql.ResultSet#getLong(String)