Statutes Cited
Data license: Public court records
2 rows where cited_by = "Pohl" and filing_id = 62
This data as json, CSV (advanced)
cited_by 1
- Pohl · 2 ✖
| statute_id ▼ | filing_id | statute | description | cited_by |
|---|---|---|---|---|
| 339 | 62 62 | Tex. Civ. Prac. & Rem. Code § 134A.004(a) | TUTSA entitles plaintiff to recover 'actual loss caused by misappropriation' — Pohl argues this includes damages measured by attorneys' fees in other cases | Pohl |
| 340 | 62 62 | Tex. R. Civ. P. 295 | Provides procedure for resolving incomplete and nonresponsive jury verdicts as well as those containing conflicting answers; party must object before jury discharged | Pohl |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE statutes (
statute_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
statute TEXT,
description TEXT,
cited_by TEXT
);