| Interface | Description |
|---|---|
| DatabaseLocker |
Description:
Date: 03.06.15 |
| Class | Description |
|---|---|
| BusyLocker |
Description: Implements the behavior to prevent dbmigrate to execute more than once at the same time
on the same database
It INSERTs a "busy" version into the database and DELETEs it afterwards. |
| ConditionalScriptVisitor |
Description: I_ScriptVisitor wrapper that supports conditional execution of a SQL script
Copyright: Copyright (c) 2007 |
| DBVersionMeta |
Description: describes the name of table and columns to store the version in the
database.
|
| ReconnectScriptVisitor |
Description: script visitor with JdbcDatabase supporting reconnect
Copyright: Copyright (c) 2007 |
| ResultSetDelegate |
Description: a wrapper of a result set. simply delegates all methods. use this
class for subclassing.
|
| ScriptVisitorDelegate |
Description: subclass this class
User: roman.stumm Date: 04.04.2007 Time: 17:41:24 |
| SQLCursor |
Description:
Copyright: Copyright (c) 2007 |
| SubscriptCapableVisitor |
Description: visitor able to invoke subscripts
with oracle @ syntax
|
| UpdateVersionScriptVisitor |
Description:
User: roman.stumm Date: 04.04.2007 Time: 17:39:50 |
| Enum | Description |
|---|---|
| DBVersionMeta.LockBusy |
Wait/Fail: write a busy-version into the 'table' while migration is running.
|
Copyright © 2008–2018. All rights reserved.