case class Database() extends Cell[DatabaseConfig] with ServiceSupport
Description
Component for database interaction. Clients of this component send a DBStatementRequest or StoredProcCall to initiate a group of Database Operations. When the results are ready this component sends out a ResultDescriptor which contains information about the available results. Clients can then request those results to be streamed out with a series of DBResult instances. Each DBResult will contain the result descriptor associated plus a page of data together with an index to indicate the page order.