Interface DataReader

All Known Implementing Classes:
OracleDataReader

public interface DataReader
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    <T> T
     
  • Method Details

    • next

      <T> T next()
    • close

      void close()