Class ColumnDescriptor

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

public class ColumnDescriptor extends Object implements io.vertx.lang.rx.RxDelegate
  • Field Details

    • __TYPE_ARG

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

    • ColumnDescriptor

      public ColumnDescriptor(ColumnDescriptor delegate)
    • ColumnDescriptor

      public ColumnDescriptor(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 ColumnDescriptor getDelegate()
      Specified by:
      getDelegate in interface io.vertx.lang.rx.RxDelegate
    • 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(ColumnDescriptor arg)