public class ColumnDescriptor extends Object implements io.vertx.lang.rx.RxDelegate
| 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() |
String |
typeName() |
public static final io.vertx.lang.rx.TypeArg<ColumnDescriptor> __TYPE_ARG
public ColumnDescriptor(ColumnDescriptor delegate)
public ColumnDescriptor(Object delegate)
public ColumnDescriptor getDelegate()
getDelegate in interface io.vertx.lang.rx.RxDelegatepublic String name()
public boolean isArray()
public String typeName()
null if unknownpublic JDBCType jdbcType()
JDBCTypepublic static ColumnDescriptor newInstance(ColumnDescriptor arg)
Copyright © 2025 Eclipse. All rights reserved.