|
SQLJ example classes for Sybase ASE 12.5 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--CallRankedEmps
A class with a main method that calls the SQLJ procedure "rankedemps" and prints the returned result set.
Method Summary | |
static void |
main(java.lang.String[] args)
Invokes the "rankedemps" procedure. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static void main(java.lang.String[] args)
Usage:
java CallRankedEmps url regionParm
Example invocations
java CallRankedEmps "antibes:4000?user=smith&password=xxx" 3 java CallRankedEmps "antibes:4000?user=sa" 5
args
- a string array that is the command-line arguments
|
SQLJ example classes for Sybase ASE 12.5 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |