Uses of Class
de.mguennewig.pobjects.metadata.CommandDecl

Packages that use CommandDecl
de.mguennewig.pobjects The package de.mguennewig.pobjects provides an abstraction layer on top of a set of database tables by which table rows can be accessed transparently as Java objects. 
de.mguennewig.pobjects.metadata This package contains the metadata classes used by the PObject library. 
 

Uses of CommandDecl in de.mguennewig.pobjects
 

Methods in de.mguennewig.pobjects that return CommandDecl
 CommandDecl EvalContext.getCommand()
           
 CommandDecl Command.getCommandDecl()
           
 

Methods in de.mguennewig.pobjects with parameters of type CommandDecl
 void EvalContext.setCommand(CommandDecl cmd)
           
 

Constructors in de.mguennewig.pobjects with parameters of type CommandDecl
Command(JdbcContainer container, CommandDecl statement)
          Creates a new Command.
 

Uses of CommandDecl in de.mguennewig.pobjects.metadata
 

Methods in de.mguennewig.pobjects.metadata that return CommandDecl
 CommandDecl Module.getCommand(int idx)
          Returns the command declaration at index idx.
 

Constructors in de.mguennewig.pobjects.metadata with parameters of type CommandDecl
Module(java.lang.String name, java.lang.String javaPackage, TypeDecl[] types, TableExpr[] tableExprs, Workflow[] workflows, FormDecl[] forms, CommandDecl[] commands)
          Creates a new Module.