public class ColumnDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
static 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() |
public static final 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 JDBCType jdbcType()
JDBCType
public static ColumnDescriptor newInstance(io.vertx.sqlclient.desc.ColumnDescriptor arg)
Copyright © 2021 Eclipse. All rights reserved.