Class TableUnit

java.lang.Object
me.axolotl.api.sql.util.TableUnit

public final class TableUnit extends Object
TableUnit類表示數據庫表的單元,包含其ID、類型和相關的數據信息。
Since:
2024-02-24
  • Constructor Details

    • TableUnit

      public TableUnit(@NotNull @NotNull String id, @NotNull @NotNull TableType type, @NotNull @NotNull TableDataInfo... info)
      使用指定的ID、類型和數據信息構造一個新的TableUnit。
      Parameters:
      id - 表單元的ID
      type - 表單元的類型
      info - 表單元相關的數據信息
  • Method Details

    • toString

      public String toString()
      返回TableUnit對象的字符串表示形式。
      Overrides:
      toString in class Object
      Returns:
      對象的字符串表示形式