Class PostgreSqlPrimaryKey
java.lang.Object
org.miaixz.bus.shade.screw.dialect.postgresql.PostgreSqlPrimaryKey
- All Implemented Interfaces:
Serializable,PrimaryKey
表主键
- Since:
- Java 17+
- Author:
- Kimi Liu
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.miaixz.bus.shade.screw.metadata.PrimaryKey
getColumnName, getKeySeq, getPkName, getTableName
-
Constructor Details
-
PostgreSqlPrimaryKey
public PostgreSqlPrimaryKey()
-