/* ORAData interface */
 public Datum toDatum(Connection c) throws SQLException {
   return _array.toDatum(c, _SQL_NAME);
 }