Package system.data

Class IDataRecordImplementation

    • 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.IDataRecord
        See Also:
        Constant Field Values
      • classType

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

      • IDataRecordImplementation

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

      • GetBoolean

        public boolean GetBoolean​(int i)
                           throws java.lang.Throwable
        Specified by:
        GetBoolean in interface IDataRecord
        Throws:
        java.lang.Throwable
      • IsDBNull

        public boolean IsDBNull​(int i)
                         throws java.lang.Throwable
        Specified by:
        IsDBNull in interface IDataRecord
        Throws:
        java.lang.Throwable
      • GetByte

        public byte GetByte​(int i)
                     throws java.lang.Throwable
        Specified by:
        GetByte in interface IDataRecord
        Throws:
        java.lang.Throwable
      • GetChar

        public char GetChar​(int i)
                     throws java.lang.Throwable
        Specified by:
        GetChar in interface IDataRecord
        Throws:
        java.lang.Throwable
      • GetDouble

        public double GetDouble​(int i)
                         throws java.lang.Throwable
        Specified by:
        GetDouble in interface IDataRecord
        Throws:
        java.lang.Throwable
      • GetInt16

        public short GetInt16​(int i)
                       throws java.lang.Throwable
        Specified by:
        GetInt16 in interface IDataRecord
        Throws:
        java.lang.Throwable
      • GetInt32

        public int GetInt32​(int i)
                     throws java.lang.Throwable
        Specified by:
        GetInt32 in interface IDataRecord
        Throws:
        java.lang.Throwable
      • GetOrdinal

        public int GetOrdinal​(java.lang.String name)
                       throws java.lang.Throwable
        Specified by:
        GetOrdinal in interface IDataRecord
        Throws:
        java.lang.Throwable
      • GetValues

        public int GetValues​(NetObject[] values)
                      throws java.lang.Throwable
        Specified by:
        GetValues in interface IDataRecord
        Throws:
        java.lang.Throwable
      • GetBytes

        public long GetBytes​(int i,
                             long fieldOffset,
                             byte[] buffer,
                             int bufferoffset,
                             int length)
                      throws java.lang.Throwable
        Specified by:
        GetBytes in interface IDataRecord
        Throws:
        java.lang.Throwable
      • GetBytes

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

        public long GetChars​(int i,
                             long fieldoffset,
                             char[] buffer,
                             int bufferoffset,
                             int length)
                      throws java.lang.Throwable
        Specified by:
        GetChars in interface IDataRecord
        Throws:
        java.lang.Throwable
      • GetChars

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

        public long GetInt64​(int i)
                      throws java.lang.Throwable
        Specified by:
        GetInt64 in interface IDataRecord
        Throws:
        java.lang.Throwable
      • GetFloat

        public Single GetFloat​(int i)
                        throws java.lang.Throwable
        Specified by:
        GetFloat in interface IDataRecord
        Throws:
        java.lang.Throwable
      • GetData

        public IDataReader GetData​(int i)
                            throws java.lang.Throwable
        Specified by:
        GetData in interface IDataRecord
        Throws:
        java.lang.Throwable
      • GetDateTime

        public DateTime GetDateTime​(int i)
                             throws java.lang.Throwable
        Specified by:
        GetDateTime in interface IDataRecord
        Throws:
        java.lang.Throwable
      • GetDecimal

        public Decimal GetDecimal​(int i)
                           throws java.lang.Throwable
        Specified by:
        GetDecimal in interface IDataRecord
        Throws:
        java.lang.Throwable
      • GetGuid

        public Guid GetGuid​(int i)
                     throws java.lang.Throwable
        Specified by:
        GetGuid in interface IDataRecord
        Throws:
        java.lang.Throwable
      • GetValue

        public NetObject GetValue​(int i)
                           throws java.lang.Throwable
        Specified by:
        GetValue in interface IDataRecord
        Throws:
        java.lang.Throwable
      • GetDataTypeName

        public java.lang.String GetDataTypeName​(int i)
                                         throws java.lang.Throwable
        Specified by:
        GetDataTypeName in interface IDataRecord
        Throws:
        java.lang.Throwable
      • GetName

        public java.lang.String GetName​(int i)
                                 throws java.lang.Throwable
        Specified by:
        GetName in interface IDataRecord
        Throws:
        java.lang.Throwable
      • GetString

        public java.lang.String GetString​(int i)
                                   throws java.lang.Throwable
        Specified by:
        GetString in interface IDataRecord
        Throws:
        java.lang.Throwable
      • GetFieldType

        public NetType GetFieldType​(int i)
                             throws java.lang.Throwable
        Specified by:
        GetFieldType in interface IDataRecord
        Throws:
        java.lang.Throwable
      • getFieldCount

        public int getFieldCount()
                          throws java.lang.Throwable
        Specified by:
        getFieldCount in interface IDataRecord
        Throws:
        java.lang.Throwable