|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--grs.pds.Command
| Field Summary | |
short |
cmd_id
Command id number |
short |
opcode
Opcode number |
| Constructor Summary | |
Command()
Create command with unset opcode and cmd_id. |
|
Command(short opcode,
short cmd_id)
Create a command entry with the given opcode and cmd_id. |
|
| Method Summary | |
String |
getSQLTypeName()
Return the SQL type name, given when read from the database. |
void |
readSQL(SQLInput in,
String type)
|
void |
writeSQL(SQLOutput out)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public short opcode
public short cmd_id
| Constructor Detail |
public Command()
public Command(short opcode,
short cmd_id)
opcode - Opcode.cmd_id - Command id| Method Detail |
public String getSQLTypeName()
getSQLTypeName in interface SQLDataSQLData.getSQLTypeName()
public void readSQL(SQLInput in,
String type)
throws SQLException
readSQL in interface SQLDataSQLExceptionSQLData.readSQL(SQLInput, String)
public void writeSQL(SQLOutput out)
throws SQLException
writeSQL in interface SQLDataSQLExceptionSQLData.writeSQL(SQLOutput)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||