|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ILogin | |
|---|---|
| myjquery | |
| org.adrabi.mysql | |
| Uses of ILogin in myjquery |
|---|
| Classes in myjquery that implement ILogin | |
|---|---|
class |
MyJMain
|
| Uses of ILogin in org.adrabi.mysql |
|---|
| Fields in org.adrabi.mysql declared as ILogin | |
|---|---|
private ILogin |
MyJConnection.Ilog
|
| Methods in org.adrabi.mysql with parameters of type ILogin | |
|---|---|
static MyJConnection |
MyJConnection.Factory(java.lang.String server,
java.lang.String user,
java.lang.String password,
boolean ssl,
java.lang.String MyJdb,
ILogin ilog)
Create a factory for MyJConnection by initializing an interface for login |
void |
MyJConnection.setILogin(ILogin ilog)
Set ILogin interface |
| Constructors in org.adrabi.mysql with parameters of type ILogin | |
|---|---|
MyJConnection(java.lang.String server,
java.lang.String user,
java.lang.String password,
boolean ssl,
java.lang.String MyJdb,
ILogin ilog)
Init JDBC Driver for allow to connect to MySQL Server and allow Mutli-Statement for executing multi queries |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||