QueryCheck interface
SQL 弱點評量查詢檢查物件。
屬性
column |
查詢預期結果的 SQL 弱點評量資料行名稱。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
expected |
SQL 弱點評量查詢預期的結果。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
query | SQL 弱點評量規則查詢。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
屬性詳細資料
columnNames
查詢預期結果的 SQL 弱點評量資料行名稱。 注意:此屬性不會序列化。 它只能由伺服器填入。
columnNames?: string[]
屬性值
string[]
expectedResult
SQL 弱點評量查詢預期的結果。 注意:此屬性不會序列化。 它只能由伺服器填入。
expectedResult?: string[][]
屬性值
string[][]
query
SQL 弱點評量規則查詢。 注意:此屬性不會序列化。 它只能由伺服器填入。
query?: string
屬性值
string