public class Parameter extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Proc |
cache |
Vector<String> |
cacheExtras |
Proc |
delete |
Proc |
insert |
boolean |
isViewOnly |
Proc |
reader |
Vector<Field> |
shows |
Vector<Field> |
supplied |
Table |
table |
String |
title |
Proc |
update |
| Constructor and Description |
|---|
Parameter() |
| Modifier and Type | Method and Description |
|---|---|
void |
reader(DataInputStream ids) |
void |
writer(DataOutputStream ods) |
public Table table
public Proc reader
public Proc insert
public Proc delete
public Proc update
public String title
public Proc cache
public boolean isViewOnly
public void reader(DataInputStream ids) throws IOException
IOExceptionpublic void writer(DataOutputStream ods) throws IOException
IOExceptionCopyright © 2019. All rights reserved.