Package io.vertx.mutiny.sqlclient.desc
Class ColumnDescriptor
java.lang.Object
io.vertx.mutiny.sqlclient.desc.ColumnDescriptor
- All Implemented Interfaces:
MutinyDelegate
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionColumnDescriptor
(io.vertx.sqlclient.desc.ColumnDescriptor delegate) ColumnDescriptor
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionboolean
io.vertx.sqlclient.desc.ColumnDescriptor
int
hashCode()
boolean
isArray()
jdbcType()
name()
static ColumnDescriptor
newInstance
(io.vertx.sqlclient.desc.ColumnDescriptor arg) toString()
typeName()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ColumnDescriptor
public ColumnDescriptor(io.vertx.sqlclient.desc.ColumnDescriptor delegate) -
ColumnDescriptor
-
-
Method Details
-
getDelegate
public io.vertx.sqlclient.desc.ColumnDescriptor getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
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
null
if unknown
-
jdbcType
- Returns:
- the most appropriate
JDBCType
-
newInstance
-