public class ColumnDescriptor extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static io.vertx.lang.rx.TypeArg<ColumnDescriptor> | __TYPE_ARG | 
| Constructor and Description | 
|---|
| ColumnDescriptor(ColumnDescriptor delegate) | 
| ColumnDescriptor(Object delegate) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| ColumnDescriptor | getDelegate() | 
| int | hashCode() | 
| boolean | isArray() | 
| JDBCType | jdbcType() | 
| String | name() | 
| static ColumnDescriptor | newInstance(ColumnDescriptor arg) | 
| String | toString() | 
public static final io.vertx.lang.rx.TypeArg<ColumnDescriptor> __TYPE_ARG
public ColumnDescriptor(ColumnDescriptor delegate)
public ColumnDescriptor(Object delegate)
public ColumnDescriptor getDelegate()
public String name()
public boolean isArray()
public JDBCType jdbcType()
JDBCTypepublic static ColumnDescriptor newInstance(ColumnDescriptor arg)
Copyright © 2021 Eclipse. All rights reserved.