MCPcopy
hub / github.com/reflex-dev/reflex / select

Method select

reflex/model.py:670–676  ·  view source on GitHub ↗

Select rows from the table. Returns: The select statement.

(cls)

Source from the content-addressed store, hash-verified

668
669 @classmethod
670 def select(cls):
671 """Select rows from the table.
672
673 Returns:
674 The select statement.
675 """
676 return sqlmodel.select(cls)
677
678 ModelRegistry.register(Model)
679

Callers 5

select_fieldFunction · 0.80
select_fieldFunction · 0.80
indexFunction · 0.80
test_automigrationFunction · 0.80
create_paginationFunction · 0.80

Calls

no outgoing calls

Tested by 2

indexFunction · 0.64
test_automigrationFunction · 0.64