Package io.vertx.sqlclient.desc
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()
-