Package Summary Overview Summary |
public interface SQLType
Modifier and Type | Method and Description |
---|---|
java.lang.String | getName()
Returns the
SQLType name that represents a SQL data type. |
java.lang.String | getVendor()
Returns the name of the vendor that supports this data type.
|
java.lang.Integer | getVendorTypeNumber()
Returns the vendor specific type number for the data type.
|
java.lang.String getName()
SQLType
name that represents a SQL data type. SQLType
. java.lang.String getVendor()
java.lang.Integer getVendorTypeNumber()