public class Table1 extends common{ static Table1 find(Enum1 _field1, str _field2, boolean _forUpdate = false) { Table1 table1; if (table1) { if (_forUpdate) { table1.selectForUpdate(_forUpdate); } select firstonly table1 index hint Idx where table1.Field1 == _field1 && table1.Field2 == _field2; } return table1; }}
André Arnaud de Cal...
291,969
Super User 2025 Season 1
Martin Dráb
230,842
Most Valuable Professional
nmaenpaa
101,156