Table class
数据库表
English: Define a table for database, that it has name and columns with all of unit.
中文: 为数据库定义一个表,该表具有名称和包含所有单元的列。
日本語: データベースのテーブルを定義します。
- Available extensions
Properties
-
columns
→ List<
Unit> -
Table column, object mapping. Each variable is a unit.
final
- createTableStmt → String
-
Available on Table, provided by the TableExtension extension
sql statement -- create tableno setter - dropTableStmt → String
-
Available on Table, provided by the TableExtension extension
sql statement -- drop tableno setter - hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
Table Name
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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