Package io.vertx.mutiny.sqlclient.desc
Class RowDescriptor
java.lang.Object
io.vertx.mutiny.sqlclient.desc.RowDescriptor
- All Implemented Interfaces:
MutinyDelegate
Describe a database row.
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
- See Also:
-
RowDescriptor
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRowDescriptor(io.vertx.sqlclient.desc.RowDescriptor delegate) Create a new instance ofRowDescriptordelegating to the given (non-null) instance ofRowDescriptor.RowDescriptor(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionintcolumnIndex(String columnName) Get the index of the named column or -1 when not foundbooleanio.vertx.sqlclient.desc.RowDescriptorGet the delegate instance.inthashCode()static RowDescriptornewInstance(io.vertx.sqlclient.desc.RowDescriptor delegate) Creates a new instance of theRowDescriptor.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
RowDescriptor
public RowDescriptor(io.vertx.sqlclient.desc.RowDescriptor delegate) Create a new instance ofRowDescriptordelegating to the given (non-null) instance ofRowDescriptor. -
RowDescriptor
-
-
Method Details
-
getDelegate
public io.vertx.sqlclient.desc.RowDescriptor getDelegate()Get the delegate instance.This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.
- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
columnIndex
Get the index of the named column or -1 when not found- Parameters:
columnName- the column to lookup- Returns:
- the index of the column
-
columnNames
- Returns:
- the list of the column names
-
columnDescriptors
- Returns:
- the list of column descriptors
-
newInstance
Creates a new instance of theRowDescriptor. -
hashCode
public int hashCode() -
equals
-
toString
-