public class ColumnMetaDataList extends AbstractList<ColumnMetaData>
modCount| Constructor and Description |
|---|
ColumnMetaDataList(List<ColumnMetaData> columnMetaDataList) |
| Modifier and Type | Method and Description |
|---|---|
ColumnMetaData |
get(int index) |
ColumnMetaData |
getByDescription(ColumnDescription columnDescription) |
ColumnMetaData |
getByName(String columnName) |
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 ColumnMetaDataList(List<ColumnMetaData> columnMetaDataList)
public ColumnMetaData getByName(String columnName)
public ColumnMetaData getByDescription(ColumnDescription columnDescription)
public ColumnMetaData get(int index)
get in interface List<ColumnMetaData>get in class AbstractList<ColumnMetaData>public int size()
size in interface Collection<ColumnMetaData>size in interface List<ColumnMetaData>size in class AbstractCollection<ColumnMetaData>Copyright © 2011–2022 Link Intersystems GmbH. All rights reserved.