Sindbad~EG File Manager

Current Path : /var/www/web2/thinktank_bak/includes/database/sqlite/
Upload File :
Current File : /var/www/web2/thinktank_bak/includes/database/sqlite/select.inc

<?php

/**
 * @file
 * Select builder for SQLite embedded database engine.
 */

/**
 * @addtogroup database
 * @{
 */

/**
 * SQLite specific query builder for SELECT statements.
 */
class SelectQuery_sqlite extends SelectQuery {
  public function forUpdate($set = TRUE) {
    // SQLite does not support FOR UPDATE so nothing to do.
    return $this;
  }
}

/**
 * @} End of "addtogroup database".
 */



Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists