throws SQLException
{
if( dataType.startsWith("*.")){
dataType = "DRA."+dataType.substring(2);//TODO here
}
StructDescriptor descriptor =
StructDescriptor.createDescriptor( dataType, connection );
return new STRUCT( descriptor, connection, attributes );
}