Package com.agimatec.dbmigrate.util

Class Summary
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 Summary
DBVersionMeta.LockBusy Wait/Fail: write a busy-version into the 'table' while migration is running.
 



Copyright © 2008-2014. All Rights Reserved.