Class RowDescriptor
java.lang.Object
io.vertx.rxjava3.sqlclient.desc.RowDescriptor
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcolumnIndex(String columnName) Get the index of the named column or when not foundbooleaninthashCode()static RowDescriptornewInstance(RowDescriptor arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
RowDescriptor
-
RowDescriptor
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
columnIndex
Get the index of the named column or when not found- Parameters:
columnName- the column to lookup- Returns:
- the index of the column
-
columnNames
-
columnDescriptors
- Returns:
- the list of column descriptors
-
newInstance
-