jcb-compiler/src/a6e1227c-1efe-407d-84ef-03c6989a6a88/README.md

60 lines
1.8 KiB
Markdown
Raw Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Sqldump (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Model**
```uml
@startuml
class Sqldump #Gold {
# Registry $registry
# \JDatabaseDriver $db
+ __construct(?Registry $registry = null, ?\JDatabaseDriver $db = null)
+ get(array $tables, string $view, ...) : ?string
# escape(string|array $value) : string|array
}
note right of Sqldump::__construct
Constructor
since: 3.2.0
end note
note right of Sqldump::get
Get SQL Dump
since: 3.2.0
return: ?string
arguments:
array $tables
string $view
int $view_id
end note
note right of Sqldump::escape
Escape the values for a SQL dump
since: 3.2.0
return: string|array
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)