Class DbDataRecord

    • Field Detail

      • assemblyFullName

        public 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

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

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

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

      • DbDataRecord

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

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

      • GetBoolean

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

        public boolean IsDBNull​(int i)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetByte

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

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

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

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

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

        public int GetOrdinal​(java.lang.String name)
                       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 i,
                             long dataIndex,
                             byte[] buffer,
                             int bufferIndex,
                             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 i,
                             long dataIndex,
                             char[] buffer,
                             int bufferIndex,
                             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 i)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetFloat

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

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

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

        public Guid GetGuid​(int i)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetValue

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

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

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

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

        public NetType GetFieldType​(int i)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getFieldCount

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