> ## Documentation Index
> Fetch the complete documentation index at: https://projectdiscovery-nuclei-syntax-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Mysql.SQLResult

# Interface: SQLResult

[mysql](/templates/protocols/javascript/modules/mysql).SQLResult

SQLResult Interface

## Table of contents

### Properties

* [Columns](/templates/protocols/javascript/modules/mysql.SQLResult#columns)
* [Count](/templates/protocols/javascript/modules/mysql.SQLResult#count)

## Properties

### Columns

• `Optional` **Columns**: `string`\[]

#### Defined in

mysql.ts:214

***

### Count

• `Optional` **Count**: `number`

#### Defined in

mysql.ts:212
