Class H2RowMetadata
java.lang.Object
io.r2dbc.h2.H2RowMetadata
- All Implemented Interfaces:
RowMetadata,Iterable<String>,Collection<String>
An implementation of
RowMetadata for an H2 database.-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends String> c) voidclear()booleanbooleancontainsAll(Collection<?> c) booleangetColumnMetadata(int index) getColumnMetadata(String name) inthashCode()booleanisEmpty()iterator()booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) intsize()Object[]toArray()<T> T[]toArray(T[] a) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArrayMethods inherited from interface io.r2dbc.spi.RowMetadata
contains
-
Method Details
-
getColumnMetadata
- Specified by:
getColumnMetadatain interfaceRowMetadata
-
getColumnMetadata
- Specified by:
getColumnMetadatain interfaceRowMetadata
-
getColumnMetadatas
- Specified by:
getColumnMetadatasin interfaceRowMetadata
-
getColumnNames
-
size
public int size()- Specified by:
sizein interfaceCollection<String>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<String>
-
contains
- Specified by:
containsin interfaceCollection<String>
-
containsAll
- Specified by:
containsAllin interfaceCollection<String>
-
iterator
-
toArray
public <T> T[] toArray(T[] a) - Specified by:
toArrayin interfaceCollection<String>
-
toArray
- Specified by:
toArrayin interfaceCollection<String>
-
add
- Specified by:
addin interfaceCollection<String>
-
remove
- Specified by:
removein interfaceCollection<String>
-
addAll
- Specified by:
addAllin interfaceCollection<String>
-
removeAll
- Specified by:
removeAllin interfaceCollection<String>
-
retainAll
- Specified by:
retainAllin interfaceCollection<String>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<String>
-
equals
-
hashCode
-