grs.pds
Class Command
java.lang.Object
|
+--grs.pds.Command
- All Implemented Interfaces:
- SQLData
- public class Command
- extends Object
- implements SQLData
- Author:
- guym
E-Kernel PEF command.
|
Constructor Summary |
Command()
|
Command(short opcode,
short cmd_id)
Create a command entry with the given opcode and cmd_id. |
opcode
public short opcode
cmd_id
public short cmd_id
Command
public Command()
Command
public Command(short opcode,
short cmd_id)
- Create a command entry with the given opcode and cmd_id.
getSQLTypeName
public String getSQLTypeName()
- Return the SQL type name, given when read from the database.
- Specified by:
getSQLTypeName in interface SQLData
- See Also:
SQLData.getSQLTypeName()
readSQL
public void readSQL(SQLInput in,
String type)
throws SQLException
- Specified by:
readSQL in interface SQLData
SQLException- See Also:
SQLData.readSQL(SQLInput, String)
writeSQL
public void writeSQL(SQLOutput out)
throws SQLException
- Specified by:
writeSQL in interface SQLData
SQLException- See Also:
SQLData.writeSQL(SQLOutput)
2001 Mars Odyssey Gamma Ray Spectrometer Team