Package io.vertx.mutiny.sqlclient.desc
Class ColumnDescriptor
java.lang.Object
io.vertx.mutiny.sqlclient.desc.ColumnDescriptor
- All Implemented Interfaces:
MutinyDelegate
NOTE: This class has been automatically generated from the
original non Mutiny-ified interface.- See Also:
-
ColumnDescriptor
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionColumnDescriptor(io.vertx.sqlclient.desc.ColumnDescriptor delegate) Create a new instance ofColumnDescriptordelegating to the given (non-null) instance ofColumnDescriptor.ColumnDescriptor(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleanio.vertx.sqlclient.desc.ColumnDescriptorGet the delegate instance.inthashCode()booleanisArray()jdbcType()name()static ColumnDescriptornewInstance(io.vertx.sqlclient.desc.ColumnDescriptor delegate) Creates a new instance of theColumnDescriptor.toString()typeName()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ColumnDescriptor
public ColumnDescriptor(io.vertx.sqlclient.desc.ColumnDescriptor delegate) Create a new instance ofColumnDescriptordelegating to the given (non-null) instance ofColumnDescriptor. -
ColumnDescriptor
-
-
Method Details
-
getDelegate
public io.vertx.sqlclient.desc.ColumnDescriptor 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
-
name
- Returns:
- the column name
-
isArray
public boolean isArray()- Returns:
- whether the column is an array
-
typeName
- Returns:
- vendor-specific name of the column type, or
nullif unknown
-
jdbcType
- Returns:
- the most appropriate
JDBCType
-
newInstance
Creates a new instance of theColumnDescriptor. -
hashCode
public int hashCode() -
equals
-
toString
-