Class ColumnDescriptor

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

public class ColumnDescriptor extends Object implements MutinyDelegate
  • Field Details

  • Constructor Details

    • ColumnDescriptor

      public ColumnDescriptor(io.vertx.sqlclient.desc.ColumnDescriptor delegate)
    • ColumnDescriptor

      public ColumnDescriptor(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.sqlclient.desc.ColumnDescriptor getDelegate()
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • 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
    • 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 arg)