Package io.vertx.mutiny.sqlclient.spi
Class DatabaseMetadata
java.lang.Object
io.vertx.mutiny.sqlclient.spi.DatabaseMetadata
- All Implemented Interfaces:
MutinyDelegate
Contains static metadata about the backend database server
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
- See Also:
-
DatabaseMetadata
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDatabaseMetadata(io.vertx.sqlclient.spi.DatabaseMetadata delegate) Create a new instance ofDatabaseMetadatadelegating to the given (non-null) instance ofDatabaseMetadata.DatabaseMetadata(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleanio.vertx.sqlclient.spi.DatabaseMetadataGet the delegate instance.inthashCode()intintstatic DatabaseMetadatanewInstance(io.vertx.sqlclient.spi.DatabaseMetadata delegate) Creates a new instance of theDatabaseMetadata.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
DatabaseMetadata
public DatabaseMetadata(io.vertx.sqlclient.spi.DatabaseMetadata delegate) Create a new instance ofDatabaseMetadatadelegating to the given (non-null) instance ofDatabaseMetadata. -
DatabaseMetadata
-
-
Method Details
-
getDelegate
public io.vertx.sqlclient.spi.DatabaseMetadata getDelegate()Get the delegate instance.This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.
- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
productName
- Returns:
- The product name of the backend database server
-
fullVersion
- Returns:
- The full version string for the backend database server.
This may be useful for for parsing more subtle aspects of the version string.
For simple information like database major and minor version, use
majorVersion()andminorVersion()instead.
-
majorVersion
public int majorVersion()- Returns:
- The major version of the backend database server
-
minorVersion
public int minorVersion()- Returns:
- The minor version of the backend database server
-
newInstance
Creates a new instance of theDatabaseMetadata. -
hashCode
public int hashCode() -
equals
-
toString
-