Attribute
Wrapper for results of getAttributes method and represents an attribute of a UserDefinedType.
Note that per the documentation SQL_DATA_TYPE and SQL_DATETIME_SUB are unused and have been left out of this class
Parameters
Constructors
Functions
Properties
Indicates whether attribute is nullable, converted to AttributeNullable
Index of the attribute in the UserDefinedType (starts at 1)
Catalog of table that is the scope of a reference attribute (null if dataType isn't REF)
Scope of table that is the scope of a reference attribute (null if dataType isn't REF)
Table name that is the scope of a reference attribute (null if dataType isn't REF)
Source data type of a distinct type or user-generated REF type, JDBCType.NULL if dataType isn't JDBCType.DISTINCT or JDBCType.REF. Converted to JDBCType from short.