platform/api/laravel/Database/Query/Processors/MySqlProcessor.yaml
2024-09-02 10:44:11 -07:00

40 lines
712 B
YAML

name: MySqlProcessor
class_comment: null
dependencies: []
properties: []
methods:
- name: processColumns
visibility: public
parameters:
- name: results
comment: '# * Process the results of a columns query.
# *
# * @param array $results
# * @return array'
- name: processIndexes
visibility: public
parameters:
- name: results
comment: '# * Process the results of an indexes query.
# *
# * @param array $results
# * @return array'
- name: processForeignKeys
visibility: public
parameters:
- name: results
comment: '# * Process the results of a foreign keys query.
# *
# * @param array $results
# * @return array'
traits: []
interfaces: []