Package me.axolotl.api.sql.util
Class TableUnit
java.lang.Object
me.axolotl.api.sql.util.TableUnit
TableUnit類表示數據庫表的單元,包含其ID、類型和相關的數據信息。
- Since:
- 2024-02-24
-
Constructor Summary
ConstructorsConstructorDescriptionTableUnit(@NotNull String id, @NotNull TableType type, @NotNull TableDataInfo... info) 使用指定的ID、類型和數據信息構造一個新的TableUnit。 -
Method Summary
-
Constructor Details
-
TableUnit
public TableUnit(@NotNull @NotNull String id, @NotNull @NotNull TableType type, @NotNull @NotNull TableDataInfo... info) 使用指定的ID、類型和數據信息構造一個新的TableUnit。- Parameters:
id- 表單元的IDtype- 表單元的類型info- 表單元相關的數據信息
-
-
Method Details