Package | Description |
---|---|
sirius.db.jdbc |
Support layer for using JDBC (accessing SQL Databases).
|
sirius.db.jdbc.schema |
Modifier and Type | Field and Description |
---|---|
protected Database |
SmartQuery.db |
Modifier and Type | Method and Description |
---|---|
Database |
Databases.get(String name)
Provides access to the selected database.
|
Database |
OMA.getDatabase(String realm)
Provides the underlying database instance used to perform the actual statements.
|
Constructor and Description |
---|
SmartQuery(EntityDescriptor descriptor,
Database db)
Creates a new query instance.
|
SQLCall(Database ds,
String fun,
Integer returnType) |
SQLQuery(Database ds,
String sql) |
Modifier and Type | Method and Description |
---|---|
Database |
Schema.getDatabase(String realm)
Provides the underlying database instance used to perform the actual statements.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaUpdateAction.execute(Database db)
Executes the change against the given database.
|
List<Table> |
SchemaTool.getSchema(Database db)
Reads the DB-schema for the given connection.
|
List<SchemaUpdateAction> |
SchemaTool.migrateSchemaTo(Database db,
List<Table> targetSchema,
boolean dropTables)
Generates a list of schema change actions.
|
Copyright © 2018. All rights reserved.