SQL

You can see some sql functions

AAS.Query(query)

Send a SQL Query

Types

Arguments

Descriptions

Optional

query

The sql query to send

AAS.Escape(str)

Escape the string

Types

Arguments

Descriptions

Optional

str

The string to escape

Return :

Types

Parameters

Descriptions

escapedString

The escaped string

Last updated

Was this helpful?