Class ColumnDescriptor


  • public class ColumnDescriptor
    extends Object
    • Constructor Detail

      • ColumnDescriptor

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

        public ColumnDescriptor​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.sqlclient.desc.ColumnDescriptor getDelegate()
      • 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)