blob: 918b948a2c3f2f17c2b7f5f865be374175ceeb39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
Extension [ <persistent> extension #122 SeasClick version 0.1.1 ] {
- Classes [1] {
Class [ <internal:SeasClick> final class SeasClick ] {
- Constants [0] {
}
- Static properties [0] {
}
- Static methods [0] {
}
- Properties [6] {
Property [ protected $host = '127.0.0.1' ]
Property [ protected $port = 9000 ]
Property [ protected $database = 'default' ]
Property [ protected $user = NULL ]
Property [ protected $passwd = NULL ]
Property [ protected $compression = false ]
}
- Methods [8] {
Method [ <internal:SeasClick, ctor> public method __construct ] {
- Parameters [1] {
Parameter #0 [ <required> $connectParames ]
}
}
Method [ <internal:SeasClick> public method __destruct ] {
- Parameters [0] {
}
}
Method [ <internal:SeasClick> public method select ] {
- Parameters [2] {
Parameter #0 [ <required> $sql ]
Parameter #1 [ <required> $params ]
}
}
Method [ <internal:SeasClick> public method insert ] {
- Parameters [3] {
Parameter #0 [ <required> $table ]
Parameter #1 [ <required> $columns ]
Parameter #2 [ <required> $values ]
}
}
Method [ <internal:SeasClick> public method writeStart ] {
- Parameters [2] {
Parameter #0 [ <required> $table ]
Parameter #1 [ <required> $columns ]
}
}
Method [ <internal:SeasClick> public method write ] {
- Parameters [1] {
Parameter #0 [ <required> $values ]
}
}
Method [ <internal:SeasClick> public method writeEnd ] {
- Parameters [0] {
}
}
Method [ <internal:SeasClick> public method execute ] {
- Parameters [2] {
Parameter #0 [ <required> $sql ]
Parameter #1 [ <required> $params ]
}
}
}
}
}
}
|