public class DatabaseMetadata extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<DatabaseMetadata> |
__TYPE_ARG |
Constructor and Description |
---|
DatabaseMetadata(io.vertx.sqlclient.spi.DatabaseMetadata delegate) |
DatabaseMetadata(Object delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
fullVersion() |
io.vertx.sqlclient.spi.DatabaseMetadata |
getDelegate() |
int |
hashCode() |
int |
majorVersion() |
int |
minorVersion() |
static DatabaseMetadata |
newInstance(io.vertx.sqlclient.spi.DatabaseMetadata arg) |
String |
productName() |
String |
toString() |
public static final TypeArg<DatabaseMetadata> __TYPE_ARG
public DatabaseMetadata(io.vertx.sqlclient.spi.DatabaseMetadata delegate)
public DatabaseMetadata(Object delegate)
public io.vertx.sqlclient.spi.DatabaseMetadata getDelegate()
public String productName()
public String fullVersion()
majorVersion()
and minorVersion()
instead.public int majorVersion()
public int minorVersion()
public static DatabaseMetadata newInstance(io.vertx.sqlclient.spi.DatabaseMetadata arg)
Copyright © 2021 Eclipse. All rights reserved.