Exemplo n.º 1
0
 /**
  * Detects type of the SQL query.
  *
  * @return string Type of the SQL query.
  * @throws DBCoreException If SQL query is invalid.
  */
 protected function detectType()
 {
     return DBQueryType::detectQueryType($this->query);
 }