public class Link extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Vector<String> |
fields |
boolean |
isDeleteCascade |
boolean |
isDProc |
boolean |
isProc |
boolean |
isUpdateCascade |
Vector<String> |
linkFields |
String |
linkName |
String |
name
Name of foreign table
|
Vector<String> |
options |
| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasField(String s) |
void |
reader(DataInputStream ids) |
String |
replaceAll(String haystack,
String needle,
String replacement) |
String |
useName()
If there is an alias uses that else returns name
|
void |
writer(DataOutputStream ods) |
public String name
public String linkName
public boolean isDeleteCascade
public boolean isUpdateCascade
public boolean isProc
public boolean isDProc
public void reader(DataInputStream ids) throws IOException
IOExceptionpublic void writer(DataOutputStream ods) throws IOException
IOExceptionpublic boolean hasField(String s)
public String useName()
Copyright © 2019. All rights reserved.