Skip to main content

Interface ISqlParseManager

Interface for the SqlParseManager used to manage parsing a SQL query to determine if it's safe and its permission level

Namespace: Workspace.XBR.Xperiflow.Parsing.SQL

Assembly: Xperiflow.dll

Declaration
public interface ISqlParseManager

Methods

CheckAllBehaviors()

Checks all the behaviors present in this ISqlParseManager.

Declaration
QueryBehaviorResponse CheckAllBehaviors()
Returns

Workspace.XBR.Xperiflow.Parsing.SQL.QueryBehaviorResponse

A QueryBehaviorResponse representing the highest safety/PermissionLevel value out of all of the behaviors

Was this page helpful?