Class LocationMsgArr

  • All Implemented Interfaces:
    oracle.jdbc.internal.ObjectData, oracle.jdbc.internal.ObjectDataFactory, oracle.sql.ORAData, oracle.sql.ORADataFactory

    public class LocationMsgArr
    extends java.lang.Object
    implements oracle.sql.ORAData, oracle.sql.ORADataFactory
    Since:
    12.2
    • Constructor Detail

      • LocationMsgArr

        public LocationMsgArr()
      • LocationMsgArr

        public LocationMsgArr​(LocationMsg[] a)
    • Method Detail

      • getORADataFactory

        public static oracle.sql.ORADataFactory getORADataFactory()
      • toDatum

        public oracle.sql.Datum toDatum​(java.sql.Connection c)
                                 throws java.sql.SQLException
        Specified by:
        toDatum in interface oracle.sql.ORAData
        Throws:
        java.sql.SQLException
      • create

        public oracle.sql.ORAData create​(oracle.sql.Datum d,
                                         int sqlType)
                                  throws java.sql.SQLException
        Specified by:
        create in interface oracle.sql.ORADataFactory
        Throws:
        java.sql.SQLException
      • length

        public int length()
                   throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getBaseType

        public int getBaseType()
                        throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getBaseTypeName

        public java.lang.String getBaseTypeName()
                                         throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getDescriptor

        public oracle.sql.ArrayDescriptor getDescriptor()
                                                 throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getArray

        public LocationMsg[] getArray()
                               throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getArray

        public LocationMsg[] getArray​(long index,
                                      int count)
                               throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • setArray

        public void setArray​(LocationMsg[] a)
                      throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • setArray

        public void setArray​(LocationMsg[] a,
                             long index)
                      throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getElement

        public LocationMsg getElement​(long index)
                               throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • setElement

        public void setElement​(LocationMsg a,
                               long index)
                        throws java.sql.SQLException
        Throws:
        java.sql.SQLException