mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 18:19:25 +00:00
13 lines
235 B
Plaintext
13 lines
235 B
Plaintext
@startuml
|
|
skinparam classAttributeIconSize 0
|
|
|
|
class DatabaseConnectionPool {
|
|
-dbOptions: Object
|
|
-connectionPool: Object
|
|
runQuery(sql, params): Object[] | Object
|
|
close(): void
|
|
{static} validateQuery(sql, params): string
|
|
}
|
|
|
|
@enduml
|