Package system.data

Interface IDataReader

    • Field Detail

      • assemblyFullName

        static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Data.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        static final java.lang.String assemblyShortName
        Assembly name: System.Data.Common
        See Also:
        Constant Field Values
      • className

        static final java.lang.String className
        Qualified class name: System.Data.IDataReader
        See Also:
        Constant Field Values
    • Method Detail

      • NextResult

        boolean NextResult()
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Read

        boolean Read()
              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetSchemaTable

        DataTable GetSchemaTable()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Close

        void Close()
            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsClosed

        boolean getIsClosed()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDepth

        int getDepth()
              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRecordsAffected

        int getRecordsAffected()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable