Class RowDescriptor

java.lang.Object
io.vertx.reactivex.sqlclient.desc.RowDescriptor
All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate

public class RowDescriptor extends Object implements io.vertx.lang.rx.RxDelegate
Describe a database row.

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

  • Field Details

    • __TYPE_ARG

      public static final io.vertx.lang.rx.TypeArg<RowDescriptor> __TYPE_ARG
  • Constructor Details

    • RowDescriptor

      public RowDescriptor(RowDescriptor delegate)
    • RowDescriptor

      public RowDescriptor(Object delegate)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getDelegate

      public RowDescriptor getDelegate()
      Specified by:
      getDelegate in interface io.vertx.lang.rx.RxDelegate
    • columnIndex

      public int columnIndex(String columnName)
      Get the index of the named column or when not found
      Parameters:
      columnName - the column to lookup
      Returns:
      the index of the column
    • columnNames

      public List<String> columnNames()
      Returns:
      the list of the column names
    • columnDescriptors

      public List<ColumnDescriptor> columnDescriptors()
      Returns:
      the list of column descriptors
    • newInstance

      public static RowDescriptor newInstance(RowDescriptor arg)