Class DbDataReader

    • Field Detail

      • assemblyFullName

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

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

        public static final java.lang.String className
        Qualified class name: System.Data.Common.DbDataReader
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • DbDataReader

        public DbDataReader​(java.lang.Object instance)
                     throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • DbDataReader

        public DbDataReader()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • GetBoolean

        public boolean GetBoolean​(int ordinal)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • IsDBNull

        public boolean IsDBNull​(int ordinal)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • NextResult

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

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

        public byte GetByte​(int ordinal)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetChar

        public char GetChar​(int ordinal)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetDouble

        public double GetDouble​(int ordinal)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetInt16

        public short GetInt16​(int ordinal)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetInt32

        public int GetInt32​(int ordinal)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetOrdinal

        public int GetOrdinal​(java.lang.String name)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetProviderSpecificValues

        public int GetProviderSpecificValues​(NetObject[] values)
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetValues

        public int GetValues​(NetObject[] values)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetBytes

        public long GetBytes​(int ordinal,
                             long dataOffset,
                             byte[] buffer,
                             int bufferOffset,
                             int length)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetBytes

        public long GetBytes​(int dupParam0,
                             long dupParam1,
                             JCORefOut dupParam2,
                             int dupParam3,
                             int dupParam4)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetChars

        public long GetChars​(int ordinal,
                             long dataOffset,
                             char[] buffer,
                             int bufferOffset,
                             int length)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetChars

        public long GetChars​(int dupParam0,
                             long dupParam1,
                             JCORefOut dupParam2,
                             int dupParam3,
                             int dupParam4)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetInt64

        public long GetInt64​(int ordinal)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetFloat

        public Single GetFloat​(int ordinal)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetDateTime

        public DateTime GetDateTime​(int ordinal)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetDecimal

        public Decimal GetDecimal​(int ordinal)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetGuid

        public Guid GetGuid​(int ordinal)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetProviderSpecificValue

        public NetObject GetProviderSpecificValue​(int ordinal)
                                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetValue

        public NetObject GetValue​(int ordinal)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetDataTypeName

        public java.lang.String GetDataTypeName​(int ordinal)
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetName

        public java.lang.String GetName​(int ordinal)
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetString

        public java.lang.String GetString​(int ordinal)
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetFieldType

        public NetType GetFieldType​(int ordinal)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetProviderSpecificFieldType

        public NetType GetProviderSpecificFieldType​(int ordinal)
                                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Close

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

        public void Dispose()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • close

        public void close()
                   throws java.lang.Exception
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.lang.Exception
      • getHasRows

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

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

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

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

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

        public int getVisibleFieldCount()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable