GenProcedureHandler.jet |
Oracle |
Used when you generate code from a stored procedure
that runs against an Oracle database. |
GenProcedureInlineJunit.jet |
- DB2® for Linux, UNIX,
and Windows
- DB2 for z/OS®
- Informix® Dynamic Server
- Oracle
|
Used when you select both the Generate
test class for inline style check box and the Generate
JUnit test cases check box on the Generate pureQuery
Code from a Stored Procedure wizard. Generates a JUnit
test case that contains inline methods for calling the corresponding
stored procedure.
|
GenProcedureInlineSample.jet |
- DB2 for Linux, UNIX,
and Windows
- DB2 for z/OS
- Informix Dynamic Server
- Oracle
|
Used when you select the Generate
test class for inline style check box on the Generate
pureQuery Code from a Stored Procedure wizard. Generates
a Java test class that contains
inline methods for calling the corresponding stored procedure.
|
GenProcedureInterface.jet |
- DB2 for Linux, UNIX,
and Windows
- DB2 for z/OS
- Informix Dynamic Server
- Oracle
|
Used when you select the Generate
Java interface for stored procedure check box on the Generate
pureQuery Code from a Stored Procedure wizard. Generates
a Java interface that contains
annotated methods for calling the corresponding stored procedure.
|
GenProcedureInterfaceJunit.jet |
- DB2 for Linux, UNIX,
and Windows
- DB2 for z/OS
- Informix Dynamic Server
- Oracle
|
Used when you select the Generate
Java interface for stored procedure check box, the Generate
test class for Java interface for stored procedure check
box, and the Generate JUnit test cases check
box on the Generate pureQuery Code from a Stored Procedure wizard. Generates
a JUnit test case that contains annotated methods for calling the
corresponding stored procedure.
|
GenProcedureInterfaceTest.jet |
- DB2 for Linux, UNIX,
and Windows
- DB2 for z/OS
- Informix Dynamic Server
- Oracle
|
Used when you select both the Generate
Java interface for stored procedure check box and the Generate
test class for Java interface for stored procedure check
box on the Generate pureQuery Code from a Stored Procedure wizard. Generates
a test class for testing the implementation of the corresponding interface.
|
GenProcedureParmBean.jet |
- DB2 for Linux, UNIX,
and Windows
- DB2 for z/OS
- Informix Dynamic Server
- Oracle
|
Used when a stored procedure processed by the Generate
pureQuery Code from a Stored Procedure wizard has parameters. Generates
a bean that contains properties that represent the parameters of a
stored procedure.
|
GenSampleUtil.jet |
- DB2 for Linux, UNIX,
and Windows
- DB2 for z/OS
- Informix Dynamic Server
- Oracle
|
Generates a class that contains static methods
that are called by the test classes when they run. These methods print
to the Console view the results from running the test classes.
This
class also contains code for to establish database connections for
the test classes.
|
GenSQLBean.jet |
- DB2 for Linux, UNIX,
and Windows
- DB2 for z/OS
- Informix Dynamic Server
- Oracle
|
Used when you click Finish in
the Generate pureQuery Code from an SQL Statement or
the Generate pureQuery Code from SQL Statements wizard. Generates
pureQuery code that is based on the type of SQL statement or statements
being processed.
|
GenTableBean.jet |
- DB2 for Linux, UNIX,
and Windows
- DB2 for z/OS
- Informix Dynamic Server
- Oracle
|
Used when you generate a bean from the Generate
pureQuery Code from a Table wizard or the Generate
pureQuery Code from Tables wizard. Generates a bean
that contains properties that represent the columns of a table or
view.
|
GenTableInlineJunit.jet |
- DB2 for Linux, UNIX,
and Windows
- DB2 for z/OS
- Informix Dynamic Server
- Oracle
|
Used when you select both the Generate
test class for inline style check box and the Generate
JUnit test cases check box in the Generate pureQuery
Code from a Table wizard or the Generate pureQuery
Code from Tables wizard. Generates a JUnit test case
that contains inline methods for accessing the corresponding database
object.
|
GenTableInlineSample.jet |
- DB2 for Linux, UNIX,
and Windows
- DB2 for z/OS
- Informix Dynamic Server
- Oracle
|
Used when you select the Generate
test class for inline style check box in the Generate
pureQuery Code from a Table wizard or the Generate
pureQuery Code from Tables wizard. Generates a Java test class that contains inline
methods for accessing the corresponding database object.
|
GenTableInterface.jet |
- DB2 for Linux, UNIX,
and Windows
- DB2 for z/OS
- Informix Dynamic Server
- Oracle
|
Used when you select the Generate
annotated-method interface for table check box in the Generate
pureQuery Code from a Table wizard or the Generate
pureQuery Code from Tables wizard. Generates a Java interface that contains annotated
methods for accessing the corresponding database object.
|
GenTableInterfaceJUnit.jet |
- DB2 for Linux, UNIX,
and Windows
- DB2 for z/OS
- Informix Dynamic Server
- Oracle
|
Used when you select the Generate
annotated-method interface for table check box, the Generate
test-class for annotated-method interface for table check
box, and the Generate JUnit test cases check
box in the Generate pureQuery Code from a Table wizard
or the Generate pureQuery Code from Tables wizard. Generates
a JUnit test case for testing the implementation of the corresponding
interface.
|
GenTableInterfaceTest.jet |
- DB2 for Linux, UNIX,
and Windows
- DB2 for z/OS
- Informix Dynamic Server
- Oracle
|
Used when you select both the Generate
Java interface for table check box and the Generate
test class for Java interface for table check box in the Generate
pureQuery Code from a Table wizard or the Generate
pureQuery Code from Tables wizard. Generates a test
class for testing the implementation of the corresponding interface.
|