@PublicEvolving public static final class Schema.UnresolvedPrimaryKey extends Schema.UnresolvedConstraint
UniqueConstraint
during schema
resolution.Constructor and Description |
---|
UnresolvedPrimaryKey(String constraintName,
List<String> columnNames) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<String> |
getColumnNames() |
int |
hashCode() |
String |
toString() |
getConstraintName
public String toString()
toString
in class Schema.UnresolvedConstraint
public boolean equals(Object o)
equals
in class Schema.UnresolvedConstraint
public int hashCode()
hashCode
in class Schema.UnresolvedConstraint
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.