Modifier and Type | Method and Description |
---|---|
void |
DatasourcePlatform.platformSpecificSequencingInitialization(DatabaseSession session)
INTERNAL:
Platform specific sequencing initialization.
|
void |
Platform.platformSpecificSequencingInitialization(DatabaseSession session)
INTERNAL:
Platform specific sequencing initialization.
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseSessionImpl
Implementation of oracle.toplink.essentials.sessions.DatabaseSession
The public interface should be used by public API, the implementation should be used internally.
|
Modifier and Type | Method and Description |
---|---|
void |
PostgreSQLPlatform.platformSpecificSequencingInitialization(DatabaseSession session)
INTERNAL:
Platform specific sequencing initialization.
|
Modifier and Type | Method and Description |
---|---|
DatabaseSession |
Project.createDatabaseSession()
PUBLIC:
Factory method to create session.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Server
Purpose: A single session that supports multiple user/clients connection at the same time.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerSession
Implementation of Server
INTERNAL:
The public interface should be used.
|
Modifier and Type | Method and Description |
---|---|
void |
TableCreator.createConstraints(DatabaseSession session)
Create constraints.
|
void |
TableCreator.createConstraints(DatabaseSession session,
SchemaManager schemaManager)
Create constraints.
|
void |
TableCreator.createTables(DatabaseSession session)
This creates the tables on the database.
|
void |
TableCreator.createTables(DatabaseSession session,
SchemaManager schemaManager)
This creates the tables on the database.
|
void |
TableCreator.dropConstraints(DatabaseSession session)
Drop the table constraints from the database.
|
void |
TableCreator.dropConstraints(DatabaseSession session,
SchemaManager schemaManager)
Drop the table constraints from the database.
|
void |
TableCreator.dropTables(DatabaseSession session)
Drop the tables from the database.
|
void |
TableCreator.dropTables(DatabaseSession session,
SchemaManager schemaManager)
Drop the tables from the database.
|
void |
TableCreator.replaceTables(DatabaseSession session)
Recreate the tables on the database.
|
void |
TableCreator.replaceTables(DatabaseSession session,
SchemaManager schemaManager)
Recreate the tables on the database.
|
void |
TableCreator.replaceTables(DatabaseSession session,
SchemaManager schemaManager,
boolean keepSequenceTable)
Recreate the tables on the database.
|
Constructor and Description |
---|
SchemaManager(DatabaseSession session) |
Copyright © 2022. All rights reserved.