29 May
2008
29 May
'08
9:40 a.m.
On 29-05-2008 01:09:09 +0200, Marc Weber wrote:
Does MonetDB provide kind of query function WhichInOutTypesDoesQueryHave("SELECT ..") or WhichInOutTypesDoesQueryHave("INSERT INTO FOO (abc,def) VALUES (?,?)")
This way syntax and semantics could be checked at compile time.
We only have this at runtime, as result of what the engine has parsed and produced. Alternatively, you could use a prepared-statement, but off the top of my head I don't know if that returns the return-type of the result.