JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.vertx.sqlclient.desc
ColumnDescriptor
Contents
Description
Method Summary
Method Details
name()
isArray()
typeName()
jdbcType()
Hide sidebar
Show sidebar
Interface ColumnDescriptor
public interface
ColumnDescriptor
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
isArray
()
JDBCType
jdbcType
()
String
name
()
String
typeName
()
Method Details
name
String
name
()
Returns:
the column name
isArray
boolean
isArray
()
Returns:
whether the column is an array
typeName
String
typeName
()
Returns:
vendor-specific name of the column type, or
null
if unknown
jdbcType
JDBCType
jdbcType
()
Returns:
the most appropriate
JDBCType