In the delivered help files I can find documentation for all classes and there attributes, that’s fine. But where can I find documentation about all methods like Model.AddLinkObject. I miss some kind of use case driven documentation. There seems to be very powerful methods, but unfortunatly they are useless without background informations how to use them…
And all avalilable sample scripts does not go into depth, they are too simple to explain the possibilites.
The methods can be found under the classes in the Reference Guide (they are the functions and procedures). We try to name the methods by their usage (CreateNewObject etc.).
At the moment, the Ref. guide is the only documentation for this. Unfortunately, we don’t have a capacity and resources to document it as deep as you would probably appreciate. However, please do not hesitate to ask us specific questions of yours. We’re ready to help.
i’ll put toghether a document with all db specific objects for all supported databases, but it will take me few hours, that’s why I’ll publish it tomorrow.
For oracle packages please use code 52000.
function main(){
var pckg = Model.CreateNewObject(52000);
pckg.Name = “my new oracle package”;
}