19 namespace Deveel.Data.Sql {
No specific form of the parameter was given: this default to the system default parameter style confi...
QueryParameterStyle
In a SQL query object, this is the form of parameters passed from the client side to the server side...
Defines parameters uniquely identified within the query context by a name. In this form query paramet...
Parameters that are replaced on a zero-based index of the input parameters of a query. These parameters are not identified by a unique name, but by a ? character that acts as a place-holder for an input parameter.