44 lines
777 B
YAML
44 lines
777 B
YAML
name: SQLiteProcessor
|
|
class_comment: null
|
|
dependencies: []
|
|
properties: []
|
|
methods:
|
|
- name: processColumns
|
|
visibility: public
|
|
parameters:
|
|
- name: results
|
|
- name: sql
|
|
default: ''''''
|
|
comment: '# * Process the results of a columns query.
|
|
|
|
# *
|
|
|
|
# * @param array $results
|
|
|
|
# * @param string $sql
|
|
|
|
# * @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: []
|