Class SqlServerPrimaryKey
java.lang.Object
org.miaixz.bus.shade.screw.dialect.sqlserver.SqlServerPrimaryKey
- All Implemented Interfaces:
Serializable,PrimaryKey
sqlserver table primary
- 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
-
SqlServerPrimaryKey
public SqlServerPrimaryKey()
-