Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

java class and plsql

Status
Not open for further replies.

ahaboub

Technical User
Jul 31, 2009
41
0
0
LB
I am writing a java class that connects to a specific system, i would like a help on the best design.
my class will be used in oracle, and i know nothing about PL/SQL...
this is a brief on how my java class is:

Class MyClass
{
public static mytype session;
public static boolean login(string, string)
public static int addDocument(string)
public static boolean deleteDocument(int)
...
}

mainly, oracle users will have to use the login method to activate the session variable, so then they can start using the other methods in MyClass

any tips from PL/SQL programmers are highly appreciated
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top