jdk/src/java.sql/share/classes/java/sql/Array.java
changeset 25991 e48157b42439
parent 25976 4de01a56e3ee
parent 25859 3317bb8137f4
equal deleted inserted replaced
25876:d06a6d3c66c0 25991:e48157b42439
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   179    * @since 1.2
   179    * @since 1.2
   180    */
   180    */
   181   Object getArray(long index, int count) throws SQLException;
   181   Object getArray(long index, int count) throws SQLException;
   182 
   182 
   183   /**
   183   /**
   184    * Retreives a slice of the SQL <code>ARRAY</code> value
   184    * Retrieves a slice of the SQL <code>ARRAY</code> value
   185    * designated by this <code>Array</code> object, beginning with the specified
   185    * designated by this <code>Array</code> object, beginning with the specified
   186    * <code>index</code> and containing up to <code>count</code>
   186    * <code>index</code> and containing up to <code>count</code>
   187    * successive elements of the SQL array.
   187    * successive elements of the SQL array.
   188    * <P>
   188    * <P>
   189    * This method uses
   189    * This method uses