DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Go to the source code of this file.
Namespaces | |
namespace | Deveel.Data.Routines |
Enumerations | |
enum | Deveel.Data.Routines.ParameterDirection { Deveel.Data.Routines.ParameterDirection.Input = 0x01, Deveel.Data.Routines.ParameterDirection.Output = 0x02, Deveel.Data.Routines.ParameterDirection.InputOutput = Input | Output } |
The possible directions of a procedure parameter. More... | |