home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / java / sql / Struct.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  280 b   |  12 lines

  1. package java.sql;
  2.  
  3. import java.util.Map;
  4.  
  5. public interface Struct {
  6.    String getSQLTypeName() throws SQLException;
  7.  
  8.    Object[] getAttributes() throws SQLException;
  9.  
  10.    Object[] getAttributes(Map var1) throws SQLException;
  11. }
  12.