Class TdbAseCall

java.lang.Object
com.tietoenator.trip.jxp.data.TdbAseCall

public class TdbAseCall extends Object
Represents a call to an ASE routine when inserting or updating a record.
  • Constructor Details

    • TdbAseCall

      public TdbAseCall(String name)
      Create a new TdbAseCall object for an ASE call without an argument.
      Parameters:
      name - Name of ASE to call
    • TdbAseCall

      public TdbAseCall(String name, String arg)
      Create a new TdbAseCall object for an ASE call with an argument.
      Parameters:
      name - Name of ASE to call
      arg - Argument string to pass to the ASE
  • Method Details

    • getName

      public String getName()
      Get the name of the ASE to call.
    • setName

      public void setName(String aseName)
      Set the name of the ASE to call.
      Parameters:
      aseName - Name of ASE routine
    • getArgument

      public String getArgument()
      Get the argument string to pass to the ASE.
    • setArgument

      public void setArgument(String arg)
      Set the argument string to pass to the ASE.
      Parameters:
      arg - Name of ASE routine