| org.netbeans.lib.ddl.CreateProcedureCommand
CreateProcedureCommand | public interface CreateProcedureCommand extends DDLCommand(Code) | | Interface of create procedure action command.
author: Slavek Psenicka |
getArguments | public Vector getArguments()(Code) | | Returns arguments
|
getText | public String getText()(Code) | | Returns text of procedure
|
setArguments | public void setArguments(Vector args)(Code) | | Sets argument array
Parameters: cname - New argument array |
setCatalog | public void setCatalog(String cname)(Code) | | Sets catalog
Parameters: cname - New catalog name |
setText | public void setText(String text)(Code) | | Sets name of table
Parameters: cname - New code of procedure |
|
|