mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 23:31:35 +03:00
Added icon for rows (#9535)
This commit is contained in:
parent
22a2c208c0
commit
64f67d1ad8
@ -1104,7 +1104,8 @@ type DB_Table
|
||||
Array_Proxy.new self.internal_columns.length i->
|
||||
self.internal_columns.at i . name
|
||||
|
||||
## Returns a vector of rows contained in this table.
|
||||
## ICON select_row
|
||||
Returns a vector of rows contained in this table.
|
||||
|
||||
In the database backend, it first materializes the table to in-memory.
|
||||
|
||||
|
@ -1814,7 +1814,8 @@ type Table
|
||||
Array_Proxy.new self.java_table.getColumns.length i->
|
||||
self.java_table.getColumns.at i . getName
|
||||
|
||||
## Returns a vector of rows contained in this table.
|
||||
## ICON select_row
|
||||
Returns a vector of rows contained in this table.
|
||||
|
||||
In the database backend, it first materializes the table to in-memory.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user