grs.pds
Class PefSetVa

java.lang.Object
  |
  +--grs.pds.PefSetVa
All Implemented Interfaces:
SQLData

public class PefSetVa
extends Object
implements SQLData


Constructor Summary
PefSetVa()
           
 
Method Summary
 short getId(int index)
           
 short getOpcode(int index)
           
 String getSQLTypeName()
           
 int length()
           
 void readSQL(SQLInput stream, String typeName)
           
 void writeSQL(SQLOutput stream)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PefSetVa

public PefSetVa()
Method Detail

length

public int length()

getOpcode

public short getOpcode(int index)

getId

public short getId(int index)

getSQLTypeName

public String getSQLTypeName()
Specified by:
getSQLTypeName in interface SQLData

readSQL

public void readSQL(SQLInput stream,
                    String typeName)
             throws SQLException
Specified by:
readSQL in interface SQLData
SQLException

writeSQL

public void writeSQL(SQLOutput stream)
Specified by:
writeSQL in interface SQLData


2001 Mars Odyssey Gamma Ray Spectrometer Team