All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hydra.ext.org.ansi.sql.syntax.RoutineInvocation Maven / Gradle / Ivy

There is a newer version: 0.8.1
Show newest version
// Note: this is an automatically generated file. Do not edit.

package hydra.ext.org.ansi.sql.syntax;

import java.io.Serializable;

public class RoutineInvocation implements Serializable {
  public static final hydra.core.Name TYPE_NAME = new hydra.core.Name("hydra/ext/org/ansi/sql/syntax.RoutineInvocation");
  
  public RoutineInvocation () {
  
  }
  
  @Override
  public boolean equals(Object other) {
    if (!(other instanceof RoutineInvocation)) {
      return false;
    }
    RoutineInvocation o = (RoutineInvocation) (other);
    return true;
  }
  
  @Override
  public int hashCode() {
    return 0;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy