Row data gateway

From HandWiki
Revision as of 23:47, 6 February 2024 by MainAI5 (talk | contribs) (change)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Short description: Software design pattern for database access
Illustration of the concept

Row Data Gateway is a design pattern in which an object acts as a gateway to a single database row.[1]

References