DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Go to the source code of this file.
Namespaces | |
namespace | Deveel.Data.Sql |
Enumerations | |
enum | Deveel.Data.Sql.QueryParameterStyle { Deveel.Data.Sql.QueryParameterStyle.Default = 0, Deveel.Data.Sql.QueryParameterStyle.Named = 1, Deveel.Data.Sql.QueryParameterStyle.Marker = 2 } |
In a SQL query object, this is the form of parameters passed from the client side to the server side, defining the identification of the single parameters passed. More... | |