Class ColumnDescriptor
java.lang.Object
io.vertx.rxjava3.sqlclient.desc.ColumnDescriptor
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionColumnDescriptor(ColumnDescriptor delegate) ColumnDescriptor(Object delegate) -
Method Summary
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ColumnDescriptor
-
ColumnDescriptor
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
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
-