Class ColumnDescriptor

java.lang.Object
io.vertx.mutiny.sqlclient.desc.ColumnDescriptor
All Implemented Interfaces:
MutinyDelegate

public class ColumnDescriptor extends Object implements MutinyDelegate
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
See Also:
  • ColumnDescriptor
  • Field Details

  • Constructor Details

    • ColumnDescriptor

      public ColumnDescriptor(io.vertx.sqlclient.desc.ColumnDescriptor delegate)
      Create a new instance of ColumnDescriptor delegating to the given (non-null) instance of ColumnDescriptor.
    • ColumnDescriptor

      public ColumnDescriptor(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.sqlclient.desc.ColumnDescriptor 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:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate instance
    • name

      public String name()
      Returns:
      the column name
    • isArray

      public boolean isArray()
      Returns:
      whether the column is an array
    • typeName

      public String typeName()
      Returns:
      vendor-specific name of the column type, or null if unknown
    • jdbcType

      public JDBCType jdbcType()
      Returns:
      the most appropriate JDBCType
    • newInstance

      public static ColumnDescriptor newInstance(io.vertx.sqlclient.desc.ColumnDescriptor delegate)
      Creates a new instance of the ColumnDescriptor.
    • hashCode

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

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

      public String toString()
      Overrides:
      toString in class Object