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