|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--grs.pds.PefSet
| Field Summary | |
short |
id
id |
short |
opcode
opcode |
| Constructor Summary | |
PefSet()
|
|
| Method Summary | |
short |
getId()
Get the id. |
short |
getOpcode()
Get the opcode. |
String |
getSQLTypeName()
Get the type from the name mapping. |
void |
readSQL(SQLInput stream,
String typeName)
Read record from a stream. |
void |
writeSQL(SQLOutput stream)
Write this record to a stream. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public short opcode
public short id
| Constructor Detail |
public PefSet()
| Method Detail |
public short getOpcode()
public short getId()
public String getSQLTypeName()
getSQLTypeName in interface SQLData
public void readSQL(SQLInput stream,
String typeName)
throws SQLException
readSQL in interface SQLDatastream - Stream to read from.typeName - Type name.
SQLException - Error reading from stream.
public void writeSQL(SQLOutput stream)
throws SQLException
writeSQL in interface SQLDatastream - Stream to write to.
SQLException - Error writing to stream.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||