Package | Description |
---|---|
oracle.toplink.essentials.internal.sessions | |
oracle.toplink.essentials.sessions |
Modifier and Type | Method and Description |
---|---|
DatabaseLogin |
AbstractSession.getLogin()
INTERNAL:
Return the login, the login holds any database connection information given.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSession.setLogin(DatabaseLogin login)
PUBLIC:
Set the login.
|
Modifier and Type | Method and Description |
---|---|
DatabaseLogin |
Session.getLogin()
PUBLIC:
Return the login, the login holds any database connection information given.
|
DatabaseLogin |
Project.getLogin()
INTERNAL:
Return the login, the login holds any database connection information given.
|
Modifier and Type | Method and Description |
---|---|
void |
Project.setLogin(DatabaseLogin datasourceLogin)
PUBLIC:
Set the login to be used to connect to the database for this project.
|
Constructor and Description |
---|
Project(DatabaseLogin login)
PUBLIC:
Create a new project that will connect through JDBC using the login information.
|
Copyright © 2021. All rights reserved.