1 | <?php |
||
15 | class CoordinateDescription extends ValueDescription { |
||
16 | |||
17 | /** |
||
18 | * @see SMWDescription::getQueryString |
||
19 | * |
||
20 | * @since 0.6 |
||
21 | * |
||
22 | * @param boolean $asValue |
||
23 | * |
||
24 | * @return string |
||
25 | */ |
||
26 | public function getQueryString( $asValue = false ) { |
||
30 | |||
31 | /** |
||
32 | * @see SMWDescription::getSQLCondition |
||
33 | * |
||
34 | * FIXME: store specific code should be in the store component |
||
35 | * |
||
36 | * @since 0.6 |
||
37 | * |
||
38 | * @param string $tableName |
||
39 | * @param array $fieldNames |
||
40 | * @param DatabaseBase $dbs |
||
41 | * |
||
42 | * @return string|false |
||
43 | */ |
||
44 | public function getSQLCondition( $tableName, array $fieldNames, DatabaseBase $dbs ) { |
||
80 | |||
81 | } |