Table class
数据库表
English: Define a table for database, that it has name and columns with all of unit.
中文: 为数据库定义一个表,该表具有名称和包含所有单元的列。
日本語: データベースのテーブルを定義します。
- Available extensions
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited