Retrieves metadata information about a UDT or CDT column.
The method returns an array of UDTBaseInfo objects for the ColumnDefinition objects passed in. This method can only be invoked in the contract function.
Syntax
public UDTBaseInfo[] getBaseInfo(ColumnDefinition[] colDefs) throws SQLException
Syntax Elements
- colDefs
- A list of column definitions.