| 282 | } |
| 283 | |
| 284 | const char * SCI_METHOD DescribeProperty(const char *name) { |
| 285 | return osSQL.DescribeProperty(name); |
| 286 | } |
| 287 | |
| 288 | int SCI_METHOD PropertySet(const char *key, const char *val) { |
| 289 | if (osSQL.PropertySet(&options, key, val)) { |
nothing calls this directly
no outgoing calls
no test coverage detected