|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--grs.pds.PefSetVa
Variable length array of PEF.
| Constructor Summary | |
PefSetVa()
|
|
| Method Summary | |
short |
getId(int index)
Get the id from a given element. |
short |
getOpcode(int index)
Get the opcode from a given element. |
String |
getSQLTypeName()
Get the type name as set in the name mapping. |
int |
length()
Get array 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 |
public PefSetVa()
| Method Detail |
public int length()
public short getOpcode(int index)
index - Element
public short getId(int index)
index - Element
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 -
SQLException - Error reading from stream.public void writeSQL(SQLOutput stream)
writeSQL in interface SQLDatastream - Stream to write to.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||