Record Class IndexDef
java.lang.Object
java.lang.Record
org.huiche.ddl.definition.IndexDef
- Record Components:
pks- 主键列名pkIndex- 主键索引名uniqueMap- 唯一索引列和索引名称映射
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.pkIndex()Returns the value of thepkIndexrecord component.pks()Returns the value of thepksrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of theuniqueMaprecord component.
-
Constructor Details
-
IndexDef
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
pks
-
pkIndex
-
uniqueMap
-