public class ForeignKey extends AbstractList<ForeignKeyEntry>
modCount| Constructor and Description |
|---|
ForeignKey(List<ForeignKeyEntry> foreignKeyEntryList) |
| Modifier and Type | Method and Description |
|---|---|
ForeignKeyEntry |
get(int index) |
List<ColumnDescription> |
getFKColumnDescriptions() |
String |
getName() |
List<ColumnDescription> |
getPKColumnDescriptions() |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic ForeignKey(List<ForeignKeyEntry> foreignKeyEntryList)
public ForeignKeyEntry get(int index)
get in interface List<ForeignKeyEntry>get in class AbstractList<ForeignKeyEntry>public List<ColumnDescription> getPKColumnDescriptions()
public List<ColumnDescription> getFKColumnDescriptions()
public int size()
size in interface Collection<ForeignKeyEntry>size in interface List<ForeignKeyEntry>size in class AbstractCollection<ForeignKeyEntry>public String getName()
Copyright © 2011–2023 Link Intersystems GmbH. All rights reserved.