Class PostgreSqlColumn
java.lang.Object
org.miaixz.bus.shade.screw.dialect.postgresql.PostgreSqlColumn
- All Implemented Interfaces:
Column
表字段信息
- Since:
- Java 17+
- Author:
- Kimi Liu
-
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.Column
getColumnDef, getColumnLength, getColumnName, getColumnSize, getColumnType, getDecimalDigits, getNullable, getOrdinalPosition, getPrimaryKey, getRemarks, getTableName, getTypeName
-
Constructor Details
-
PostgreSqlColumn
public PostgreSqlColumn()
-