SQLJ example classes for Sybase ASE 12.5

B C J M O R S

B

bestTwoEmps(String[], String[], BigDecimal[], int[], String[], String[], BigDecimal[], int[], int) - Static method in class SQLJExamples
A method that provides the column data for the top two employees whose region is above a given value.

C

CallRankedEmps - class CallRankedEmps.
A class with a main method that calls the SQLJ procedure "rankedemps" and prints the returned result set.
correctStates(String, String) - Static method in class SQLJExamples
A method that updates the "salesemp" table to correct the spelling of a given state.

J

job(int) - Static method in class SQLJExamples
A method that returns the job name for a given job code.

M

main(String[]) - Static method in class CallRankedEmps
Invokes the "rankedemps" procedure.

O

orderedEmps(int, ResultSet[]) - Static method in class SQLJExamples
An example method that returns a result set.

R

region(String) - Static method in class SQLJExamples
A method that returns a code for the geographic region of a given state.

S

SQLJExamples - class SQLJExamples.
A class with methods to illustrate SQLJ facilities.
SQLJExamples() - Constructor for class SQLJExamples
 

B C J M O R S

SQLJ example classes for Sybase ASE 12.5