CI_DB_pdo_driver::_field_data PHP Method

_field_data() protected method

Generates a platform-specific query so that the column data can be retrieved
protected _field_data ( string $table ) : string
$table string
return string
    protected function _field_data($table)
    {
        return 'SELECT TOP 1 * FROM ' . $this->protect_identifiers($table);
    }