| 503 | //------------------------------------------------------------------------------ |
| 504 | |
| 505 | bool vtkSQLiteQuery::BindParameter(int index, unsigned char value) |
| 506 | { |
| 507 | return this->BindIntegerParameter(index, value); |
| 508 | } |
| 509 | |
| 510 | //------------------------------------------------------------------------------ |
| 511 |
nothing calls this directly
no test coverage detected