Package com.tietoenator.trip.jxp.data
Class TdbAseCall
java.lang.Object
com.tietoenator.trip.jxp.data.TdbAseCall
Represents a call to an ASE routine when inserting or updating a record.
-
Constructor Summary
ConstructorsConstructorDescriptionTdbAseCall
(String name) Create a new TdbAseCall object for an ASE call without an argument.TdbAseCall
(String name, String arg) Create a new TdbAseCall object for an ASE call with an argument. -
Method Summary
Modifier and TypeMethodDescriptionGet the argument string to pass to the ASE.getName()
Get the name of the ASE to call.void
setArgument
(String arg) Set the argument string to pass to the ASE.void
Set the name of the ASE to call.
-
Constructor Details
-
TdbAseCall
Create a new TdbAseCall object for an ASE call without an argument.- Parameters:
name
- Name of ASE to call
-
TdbAseCall
Create a new TdbAseCall object for an ASE call with an argument.- Parameters:
name
- Name of ASE to callarg
- Argument string to pass to the ASE
-
-
Method Details
-
getName
Get the name of the ASE to call. -
setName
Set the name of the ASE to call.- Parameters:
aseName
- Name of ASE routine
-
getArgument
Get the argument string to pass to the ASE. -
setArgument
Set the argument string to pass to the ASE.- Parameters:
arg
- Name of ASE routine
-