A C D E F G H I J K L M N O P R S T U V W

A

Action - Class in org.riverock.dbrevision.annotation.schema.db
Java class for anonymous complex type.
Action() - Constructor for class org.riverock.dbrevision.annotation.schema.db.Action
 
actionOrCustomClassActionOrSqlAction - Variable in class org.riverock.dbrevision.annotation.schema.db.Patch
 
ActionParameter - Class in org.riverock.dbrevision.annotation.schema.db
Java class for anonymous complex type.
ActionParameter() - Constructor for class org.riverock.dbrevision.annotation.schema.db.ActionParameter
 
actionParameters - Variable in class org.riverock.dbrevision.annotation.schema.db.Action
 
addColumn(DbTable, DbField) - Method in class org.riverock.dbrevision.db.Database
 
addColumn(Database, String, DbField) - Static method in class org.riverock.dbrevision.db.DatabaseStructureManager
add column to table
addColumn(DbTable, DbField) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
addColumn(DbTable, DbField) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
addColumn(DbTable, DbField) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
addColumn(DbTable, DbField) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
addColumn(DbTable, DbField) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
addColumn(DbTable, DbField) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
addColumn(DbTable, DbField) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
addColumn(DbTable, DbField) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
addMessage(String) - Method in class org.riverock.dbrevision.manager.patch.PatchMessages
 
addMessage(PatchMessage) - Method in class org.riverock.dbrevision.manager.patch.PatchMessages
 
addModule(ModuleConfig) - Method in class org.riverock.dbrevision.manager.Config
 
addPrimaryKey(Database, DbTable, DbPrimaryKey) - Static method in class org.riverock.dbrevision.db.DatabaseManager
 
AddTableFieldAction - Class in org.riverock.dbrevision.annotation.schema.db
Java class for anonymous complex type.
AddTableFieldAction() - Constructor for class org.riverock.dbrevision.annotation.schema.db.AddTableFieldAction
 
addVersion(String) - Method in class org.riverock.dbrevision.manager.ModuleConfig
 
applayPatch(String) - Method in class org.riverock.dbrevision.manager.Version
 
applType - Variable in class org.riverock.dbrevision.annotation.schema.db.DbField
 
apply() - Method in class org.riverock.dbrevision.manager.Module
 
apply() - Method in class org.riverock.dbrevision.manager.Version
 
applyInitStructure() - Method in class org.riverock.dbrevision.manager.Version
 
ascending - Variable in class org.riverock.dbrevision.annotation.schema.db.DbIndexColumn
 

C

cacheSize - Variable in class org.riverock.dbrevision.annotation.schema.db.DbSequence
 
cardinality - Variable in class org.riverock.dbrevision.annotation.schema.db.DbIndex
 
catalogName - Variable in class org.riverock.dbrevision.annotation.schema.db.DbIndex
 
catalogName - Variable in class org.riverock.dbrevision.annotation.schema.db.DbPrimaryKey
 
checkDbRevisionTableExist(Database) - Method in interface org.riverock.dbrevision.manager.dao.ManagerDao
 
checkDbRevisionTableExist(Database) - Method in class org.riverock.dbrevision.manager.dao.ManagerDaoImpl
 
checkDefaultTimestamp(String) - Static method in class org.riverock.dbrevision.db.DatabaseManager
Check what field's default value is default timestamp(date) for bd column For example for Oracle value is 'SYSDATE'
clazz - Variable in class org.riverock.dbrevision.annotation.schema.db.CustomClassAction
 
clazz - Variable in class org.riverock.dbrevision.annotation.schema.db.Validator
 
cloneDescriptionField(DbField) - Static method in class org.riverock.dbrevision.db.DatabaseStructureManager
 
cloneDescriptionFK(DbForeignKey) - Static method in class org.riverock.dbrevision.db.DatabaseStructureManager
 
cloneDescriptionPK(DbPrimaryKey) - Static method in class org.riverock.dbrevision.db.DatabaseStructureManager
 
cloneDescriptionPrimaryKeyColumn(DbPrimaryKeyColumn) - Static method in class org.riverock.dbrevision.db.DatabaseStructureManager
 
cloneDescriptionTable(DbTable) - Static method in class org.riverock.dbrevision.db.DatabaseStructureManager
Clone description of table.
close(ResultSet, Statement) - Static method in class org.riverock.dbrevision.utils.DbUtils
 
close(Statement) - Static method in class org.riverock.dbrevision.utils.DbUtils
 
close(Connection) - Static method in class org.riverock.dbrevision.utils.DbUtils
 
columnName - Variable in class org.riverock.dbrevision.annotation.schema.db.DbIndexColumn
 
columnName - Variable in class org.riverock.dbrevision.annotation.schema.db.DbPrimaryKeyColumn
 
columns - Variable in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
 
columns - Variable in class org.riverock.dbrevision.annotation.schema.db.DbIndex
 
columns - Variable in class org.riverock.dbrevision.annotation.schema.db.DbPrimaryKey
 
comment - Variable in class org.riverock.dbrevision.annotation.schema.db.DbField
 
compare(DbForeignKeyColumn, DbForeignKeyColumn) - Method in class org.riverock.dbrevision.db.DbFkComparator
Compares its two arguments for order.
compare(DbPrimaryKeyColumn, DbPrimaryKeyColumn) - Method in class org.riverock.dbrevision.db.DbPkComparator
Compares its two arguments for order.
Config - Class in org.riverock.dbrevision.manager
User: SergeMaslyukov Date: 29.07.2007 Time: 1:09:59
Config() - Constructor for class org.riverock.dbrevision.manager.Config
 
CONFIG_FILE_NAME - Static variable in class org.riverock.dbrevision.Constants
 
ConfigFileNotFoundException - Exception in org.riverock.dbrevision.exception
User: SergeMaslyukov Date: 29.07.2007 Time: 0:41:59
ConfigFileNotFoundException() - Constructor for exception org.riverock.dbrevision.exception.ConfigFileNotFoundException
Empty constructor
ConfigFileNotFoundException(String) - Constructor for exception org.riverock.dbrevision.exception.ConfigFileNotFoundException
Constructor
ConfigFileNotFoundException(Throwable) - Constructor for exception org.riverock.dbrevision.exception.ConfigFileNotFoundException
Constructor
ConfigFileNotFoundException(String, Throwable) - Constructor for exception org.riverock.dbrevision.exception.ConfigFileNotFoundException
Constructor
ConfigParseException - Exception in org.riverock.dbrevision.exception
User: SergeMaslyukov Date: 29.07.2007 Time: 0:41:59
ConfigParseException() - Constructor for exception org.riverock.dbrevision.exception.ConfigParseException
Empty constructor
ConfigParseException(String) - Constructor for exception org.riverock.dbrevision.exception.ConfigParseException
Constructor
ConfigParseException(Throwable) - Constructor for exception org.riverock.dbrevision.exception.ConfigParseException
Constructor
ConfigParseException(String, Throwable) - Constructor for exception org.riverock.dbrevision.exception.ConfigParseException
Constructor
ConfigParser - Interface in org.riverock.dbrevision.manager.config
User: SergeMaslyukov Date: 29.07.2007 Time: 16:53:24
ConfigParserFactory - Class in org.riverock.dbrevision.manager.config
User: SergeMaslyukov Date: 29.07.2007 Time: 16:55:52
ConfigParserFactory() - Constructor for class org.riverock.dbrevision.manager.config.ConfigParserFactory
 
Constants - Class in org.riverock.dbrevision
User: SergeMaslyukov Date: 29.07.2007 Time: 0:52:44
Constants() - Constructor for class org.riverock.dbrevision.Constants
 
copyData(Database, DbTable, String, String) - Static method in class org.riverock.dbrevision.db.DatabaseManager
 
copyFieldData(Database, DbTable, DbField, DbField) - Static method in class org.riverock.dbrevision.db.DatabaseStructureManager
 
createAction() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of Action
createActionParameter() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of ActionParameter
createAddTableFieldAction() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of AddTableFieldAction
createCustomClassAction() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of CustomClassAction
createCustomObject(String) - Static method in class org.riverock.dbrevision.utils.Utils
 
createDbDatabase() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of DbDatabase
createDbDataFieldData() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of DbDataFieldData
createDbDataRecord() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of DbDataRecord
createDbDataSchema() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of DbDataSchema
createDbDataTable() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of DbDataTable
createDbField() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of DbField
createDbForeignKey() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of DbForeignKey
createDbForeignKeyColumn() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of DbForeignKeyColumn
createDbIndex() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of DbIndex
createDbIndexColumn() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of DbIndexColumn
createDbKeyActionRule() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of DbKeyActionRule
createDbPrimaryKey() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of DbPrimaryKey
createDbPrimaryKeyColumn() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of DbPrimaryKeyColumn
createDbRevision() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of DbRevision
createDbRevisionModule() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of DbRevision.Module
createDbRevisionModuleVersions() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of DbRevision.Module.Versions
createDbSchema() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of DbSchema
createDbSequence() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of DbSequence
createDbTable() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of DbTable
createDbView() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of DbView
createFieldData() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of FieldData
createForeignKey(DbTable) - Method in class org.riverock.dbrevision.db.Database
 
createForeignKey(Database, DbForeignKey) - Static method in class org.riverock.dbrevision.db.DatabaseStructureManager
create foreign key
createForeignKey(DbTable) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
createForeignKey(DbTable) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
createForeignKey(DbTable) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
createForeignKey(DbTable) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
createForeignKey(DbTable) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
createForeignKey(DbTable) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
createForeignKey(DbTable) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
createForeignKey(DbTable) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
createPatch() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of Patch
createPatches() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of Patches
createRecordData() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of RecordData
createSchemaElement(DbSchema) - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of JAXBElement<DbSchema>}
createSequence(DbSequence) - Method in class org.riverock.dbrevision.db.Database
 
createSequence(DbSequence) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
createSequence(DbSequence) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
createSequence(DbSequence) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
createSequence(DbSequence) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
createSequence(DbSequence) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
createSequence(DbSequence) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
createSequence(DbSequence) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
createSequence(DbSequence) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
createSqlAction() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of SqlAction
createTable(DbTable) - Method in class org.riverock.dbrevision.db.Database
 
createTable(DbTable) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
createTable(DbTable) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
createTable(DbTable) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
createTable(DbTable) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
createTable(DbTable) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
createTable(DbTable) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
createTable(DbTable) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
createTable(DbTable) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
createTableData() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of TableData
createValidator() - Method in class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create an instance of Validator
createView(DbView) - Method in class org.riverock.dbrevision.db.Database
 
createView(DbView) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
createView(DbView) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
createView(DbView) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
createView(DbView) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
createView(DbView) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
createView(DbView) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
createView(DbView) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
createView(DbView) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
createWithReplaceAllView(Database, DbSchema) - Static method in class org.riverock.dbrevision.db.DatabaseManager
 
CurrentVersionCodeNotFoundException - Exception in org.riverock.dbrevision.exception
User: SergeMaslyukov Date: 28.07.2007 Time: 20:46:50
CurrentVersionCodeNotFoundException() - Constructor for exception org.riverock.dbrevision.exception.CurrentVersionCodeNotFoundException
Empty constructor
CurrentVersionCodeNotFoundException(String) - Constructor for exception org.riverock.dbrevision.exception.CurrentVersionCodeNotFoundException
Constructor
CurrentVersionCodeNotFoundException(Throwable) - Constructor for exception org.riverock.dbrevision.exception.CurrentVersionCodeNotFoundException
Constructor
CurrentVersionCodeNotFoundException(String, Throwable) - Constructor for exception org.riverock.dbrevision.exception.CurrentVersionCodeNotFoundException
Constructor
CurrentVersionNotDefinedException - Exception in org.riverock.dbrevision.exception
User: SergeMaslyukov Date: 28.07.2007 Time: 20:46:50
CurrentVersionNotDefinedException() - Constructor for exception org.riverock.dbrevision.exception.CurrentVersionNotDefinedException
Empty constructor
CurrentVersionNotDefinedException(String) - Constructor for exception org.riverock.dbrevision.exception.CurrentVersionNotDefinedException
Constructor
CurrentVersionNotDefinedException(Throwable) - Constructor for exception org.riverock.dbrevision.exception.CurrentVersionNotDefinedException
Constructor
CurrentVersionNotDefinedException(String, Throwable) - Constructor for exception org.riverock.dbrevision.exception.CurrentVersionNotDefinedException
Constructor
CustomClassAction - Class in org.riverock.dbrevision.annotation.schema.db
Java class for anonymous complex type.
CustomClassAction() - Constructor for class org.riverock.dbrevision.annotation.schema.db.CustomClassAction
 

D

data - Variable in class org.riverock.dbrevision.annotation.schema.db.ActionParameter
 
data - Variable in class org.riverock.dbrevision.annotation.schema.db.DbTable
 
Database - Class in org.riverock.dbrevision.db
Database $Revision: 1141 $ $Date: 2006-12-14 17:43:29 +0300 (Чт, 14 дек 2006) $
Database(Connection) - Constructor for class org.riverock.dbrevision.db.Database
Constructor
Database.Family - Enum in org.riverock.dbrevision.db
Database family
DatabaseFactory - Class in org.riverock.dbrevision.db
 
DatabaseFactory() - Constructor for class org.riverock.dbrevision.db.DatabaseFactory
 
DatabaseManager - Class in org.riverock.dbrevision.db
User: Admin Date: Aug 30, 2003 Time: 5:07:17 PM

$Id: DatabaseManager.java 1141 2006-12-14 14:43:29Z serg_main $

DatabaseManager() - Constructor for class org.riverock.dbrevision.db.DatabaseManager
 
DatabaseStructureManager - Class in org.riverock.dbrevision.db
 
DatabaseStructureManager() - Constructor for class org.riverock.dbrevision.db.DatabaseStructureManager
 
dataType - Variable in class org.riverock.dbrevision.annotation.schema.db.DbField
 
dateData - Variable in class org.riverock.dbrevision.annotation.schema.db.DbDataFieldData
 
dateData - Variable in class org.riverock.dbrevision.annotation.schema.db.FieldData
 
DB2_FAMILY - Static variable in class org.riverock.dbrevision.db.DatabaseFactory
 
DB2Database - Class in org.riverock.dbrevision.db.impl
IBM DB2 connection $Author: serg_main $ $Id: DB2Database.java 1141 2006-12-14 14:43:29Z serg_main $
DB2Database(Connection) - Constructor for class org.riverock.dbrevision.db.impl.DB2Database
 
DB_REVISION_TABLE_NAME - Static variable in class org.riverock.dbrevision.Constants
 
DbAbstractTable - Class in org.riverock.dbrevision.annotation.schema.db
Java class for DbAbstractTable complex type.
DbAbstractTable() - Constructor for class org.riverock.dbrevision.annotation.schema.db.DbAbstractTable
 
DbDatabase - Class in org.riverock.dbrevision.annotation.schema.db
Java class for DbDatabase complex type.
DbDatabase() - Constructor for class org.riverock.dbrevision.annotation.schema.db.DbDatabase
 
DbDataFieldData - Class in org.riverock.dbrevision.annotation.schema.db
Java class for DbDataFieldData complex type.
DbDataFieldData() - Constructor for class org.riverock.dbrevision.annotation.schema.db.DbDataFieldData
 
DbDataRecord - Class in org.riverock.dbrevision.annotation.schema.db
Java class for DbDataRecord complex type.
DbDataRecord() - Constructor for class org.riverock.dbrevision.annotation.schema.db.DbDataRecord
 
DbDataSchema - Class in org.riverock.dbrevision.annotation.schema.db
Java class for DbDataSchema complex type.
DbDataSchema() - Constructor for class org.riverock.dbrevision.annotation.schema.db.DbDataSchema
 
DbDataTable - Class in org.riverock.dbrevision.annotation.schema.db
Java class for DbDataTable complex type.
DbDataTable() - Constructor for class org.riverock.dbrevision.annotation.schema.db.DbDataTable
 
DbField - Class in org.riverock.dbrevision.annotation.schema.db
Java class for DbField complex type.
DbField() - Constructor for class org.riverock.dbrevision.annotation.schema.db.DbField
 
DbFkComparator - Class in org.riverock.dbrevision.db
 
DbFkComparator() - Constructor for class org.riverock.dbrevision.db.DbFkComparator
 
DbForeignKey - Class in org.riverock.dbrevision.annotation.schema.db
Java class for DbForeignKey complex type.
DbForeignKey() - Constructor for class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
 
DbForeignKeyColumn - Class in org.riverock.dbrevision.annotation.schema.db
Java class for DbForeignKeyColumn complex type.
DbForeignKeyColumn() - Constructor for class org.riverock.dbrevision.annotation.schema.db.DbForeignKeyColumn
 
DbIndex - Class in org.riverock.dbrevision.annotation.schema.db
Java class for DbIndex complex type.
DbIndex() - Constructor for class org.riverock.dbrevision.annotation.schema.db.DbIndex
 
DbIndexColumn - Class in org.riverock.dbrevision.annotation.schema.db
Java class for DbIndexColumn complex type.
DbIndexColumn() - Constructor for class org.riverock.dbrevision.annotation.schema.db.DbIndexColumn
 
DbKeyActionRule - Class in org.riverock.dbrevision.annotation.schema.db
Java class for DbKeyActionRule complex type.
DbKeyActionRule() - Constructor for class org.riverock.dbrevision.annotation.schema.db.DbKeyActionRule
 
DbPkComparator - Class in org.riverock.dbrevision.db
 
DbPkComparator() - Constructor for class org.riverock.dbrevision.db.DbPkComparator
 
DbPrimaryKey - Class in org.riverock.dbrevision.annotation.schema.db
Java class for DbPrimaryKey complex type.
DbPrimaryKey() - Constructor for class org.riverock.dbrevision.annotation.schema.db.DbPrimaryKey
 
DbPrimaryKeyColumn - Class in org.riverock.dbrevision.annotation.schema.db
Java class for DbPrimaryKeyColumn complex type.
DbPrimaryKeyColumn() - Constructor for class org.riverock.dbrevision.annotation.schema.db.DbPrimaryKeyColumn
 
DbRevision - Class in org.riverock.dbrevision.annotation.schema.db
Java class for anonymous complex type.
DbRevision() - Constructor for class org.riverock.dbrevision.annotation.schema.db.DbRevision
 
DbRevision.Module - Class in org.riverock.dbrevision.annotation.schema.db
Java class for anonymous complex type.
DbRevision.Module() - Constructor for class org.riverock.dbrevision.annotation.schema.db.DbRevision.Module
 
DbRevision.Module.Versions - Class in org.riverock.dbrevision.annotation.schema.db
Java class for anonymous complex type.
DbRevision.Module.Versions() - Constructor for class org.riverock.dbrevision.annotation.schema.db.DbRevision.Module.Versions
 
DbRevisionChecker - Class in org.riverock.dbrevision.manager
User: SergeMaslyukov Date: 05.08.2007 Time: 21:39:25
DbRevisionChecker() - Constructor for class org.riverock.dbrevision.manager.DbRevisionChecker
 
DbRevisionException - Exception in org.riverock.dbrevision.exception
Generic db revision exception
DbRevisionException() - Constructor for exception org.riverock.dbrevision.exception.DbRevisionException
Empty constructor
DbRevisionException(String) - Constructor for exception org.riverock.dbrevision.exception.DbRevisionException
Constructor
DbRevisionException(Throwable) - Constructor for exception org.riverock.dbrevision.exception.DbRevisionException
Constructor
DbRevisionException(String, Throwable) - Constructor for exception org.riverock.dbrevision.exception.DbRevisionException
Constructor
DbRevisionManager - Class in org.riverock.dbrevision.manager
User: SergeMaslyukov Date: 28.07.2007 Time: 20:01:14
DbRevisionManager(Database, String) - Constructor for class org.riverock.dbrevision.manager.DbRevisionManager
 
DbRevisionPathNotFoundException - Exception in org.riverock.dbrevision.exception
User: SergeMaslyukov Date: 28.07.2007 Time: 20:46:50
DbRevisionPathNotFoundException() - Constructor for exception org.riverock.dbrevision.exception.DbRevisionPathNotFoundException
Empty constructor
DbRevisionPathNotFoundException(String) - Constructor for exception org.riverock.dbrevision.exception.DbRevisionPathNotFoundException
Constructor
DbRevisionPathNotFoundException(Throwable) - Constructor for exception org.riverock.dbrevision.exception.DbRevisionPathNotFoundException
Constructor
DbRevisionPathNotFoundException(String, Throwable) - Constructor for exception org.riverock.dbrevision.exception.DbRevisionPathNotFoundException
Constructor
DbSchema - Class in org.riverock.dbrevision.annotation.schema.db
Java class for DbSchema complex type.
DbSchema() - Constructor for class org.riverock.dbrevision.annotation.schema.db.DbSchema
 
DbSequence - Class in org.riverock.dbrevision.annotation.schema.db
Java class for DbSequence complex type.
DbSequence() - Constructor for class org.riverock.dbrevision.annotation.schema.db.DbSequence
 
DbStructureExport - Class in org.riverock.dbrevision.system
Export data from DB to XML file

Author: mill Date: Nov 28, 2002 Time: 3:10:19 PM

$Id: DbStructureExport.java 1141 2006-12-14 14:43:29Z serg_main $

DbStructureExport() - Constructor for class org.riverock.dbrevision.system.DbStructureExport
 
DbStructureImport - Class in org.riverock.dbrevision.system
import data from input stream to DB Author: mill Date: Nov 28, 2002 Time: 3:10:19 PM

$Id: DbStructureImport.java 1141 2006-12-14 14:43:29Z serg_main $

DbStructureImport() - Constructor for class org.riverock.dbrevision.system.DbStructureImport
 
DbTable - Class in org.riverock.dbrevision.annotation.schema.db
Java class for DbTable complex type.
DbTable() - Constructor for class org.riverock.dbrevision.annotation.schema.db.DbTable
 
DbUtils - Class in org.riverock.dbrevision.utils
 
DbUtils() - Constructor for class org.riverock.dbrevision.utils.DbUtils
 
DbView - Class in org.riverock.dbrevision.annotation.schema.db
Java class for DbView complex type.
DbView() - Constructor for class org.riverock.dbrevision.annotation.schema.db.DbView
 
decimalDigit - Variable in class org.riverock.dbrevision.annotation.schema.db.DbDataFieldData
 
decimalDigit - Variable in class org.riverock.dbrevision.annotation.schema.db.DbField
 
decodeDeferrabilityRule(ResultSet) - Static method in class org.riverock.dbrevision.db.DatabaseStructureManager
 
decodeDeleteRule(ResultSet) - Static method in class org.riverock.dbrevision.db.DatabaseStructureManager
 
decodeFamily(String) - Static method in class org.riverock.dbrevision.db.DatabaseFactory
 
decodeUpdateRule(ResultSet) - Static method in class org.riverock.dbrevision.db.DatabaseStructureManager
 
defaultValue - Variable in class org.riverock.dbrevision.annotation.schema.db.DbField
 
deferrability - Variable in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
 
deleteRule - Variable in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
 
description - Variable in class org.riverock.dbrevision.annotation.schema.db.DbRevision.Module
 
destroy() - Method in class org.riverock.dbrevision.manager.DbRevisionManager
 
destroy() - Method in class org.riverock.dbrevision.manager.Module
 
destroy() - Method in class org.riverock.dbrevision.manager.Version
 
dropColumn(Database, DbTable, DbField) - Static method in class org.riverock.dbrevision.db.DatabaseStructureManager
drop field from specified table
dropConstraint(DbForeignKey) - Method in class org.riverock.dbrevision.db.Database
 
dropConstraint(DbForeignKey) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
dropConstraint(DbForeignKey) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
dropConstraint(DbForeignKey) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
dropConstraint(DbForeignKey) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
dropConstraint(DbForeignKey) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
dropConstraint(DbForeignKey) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
dropConstraint(DbForeignKey) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
dropConstraint(DbForeignKey) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
dropSequence(String) - Method in class org.riverock.dbrevision.db.Database
 
dropSequence(String) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
dropSequence(String) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
dropSequence(String) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
dropSequence(String) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
dropSequence(String) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
dropSequence(String) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
dropSequence(String) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
dropSequence(String) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
dropTable(DbTable) - Method in class org.riverock.dbrevision.db.Database
 
dropTable(String) - Method in class org.riverock.dbrevision.db.Database
 
dropTable(DbTable) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
dropTable(String) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
dropTable(DbTable) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
dropTable(String) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
dropTable(DbTable) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
dropTable(String) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
dropTable(DbTable) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
dropTable(String) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
dropTable(DbTable) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
dropTable(String) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
dropTable(DbTable) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
ALTER TABLE a_test_1
ADD CONSTRAINT a_test_1_fk FOREIGN KEY (id, id_test)&
REFERENCES a_test (id_test,id_lang) ON DELETE SET NULL
/

ALTER TABLE a_test_1
ADD CONSTRAINT a_test_1_fk2 FOREIGN KEY (text1, id_text)
REFERENCES a_test_2 (text2,text_id) ON DELETE CASCADE
DEFERRABLE INITIALLY DEFERRED
/
dropTable(String) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
dropTable(DbTable) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
dropTable(String) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
dropTable(DbTable) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
dropTable(String) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
dropView(Database, DbView) - Static method in class org.riverock.dbrevision.db.DatabaseStructureManager
 
duplicateTable(Database, DbTable, String) - Static method in class org.riverock.dbrevision.db.DatabaseManager
 

E

export(Database, OutputStream, boolean) - Static method in class org.riverock.dbrevision.system.DbStructureExport
 
export(Database, OutputStream, boolean, boolean) - Static method in class org.riverock.dbrevision.system.DbStructureExport
 

F

field - Variable in class org.riverock.dbrevision.annotation.schema.db.AddTableFieldAction
 
fieldData - Variable in class org.riverock.dbrevision.annotation.schema.db.DbDataRecord
 
FieldData - Class in org.riverock.dbrevision.annotation.schema.db
Java class for anonymous complex type.
FieldData() - Constructor for class org.riverock.dbrevision.annotation.schema.db.FieldData
 
fieldData - Variable in class org.riverock.dbrevision.annotation.schema.db.RecordData
 
fieldName - Variable in class org.riverock.dbrevision.annotation.schema.db.FieldData
 
fields - Variable in class org.riverock.dbrevision.annotation.schema.db.DbTable
 
filterCondition - Variable in class org.riverock.dbrevision.annotation.schema.db.DbIndex
 
finalize() - Method in class org.riverock.dbrevision.manager.DbRevisionManager
 
FirstPatchNotFoundException - Exception in org.riverock.dbrevision.exception
User: SergeMaslyukov Date: 28.07.2007 Time: 20:46:50
FirstPatchNotFoundException() - Constructor for exception org.riverock.dbrevision.exception.FirstPatchNotFoundException
Empty constructor
FirstPatchNotFoundException(String) - Constructor for exception org.riverock.dbrevision.exception.FirstPatchNotFoundException
Constructor
FirstPatchNotFoundException(Throwable) - Constructor for exception org.riverock.dbrevision.exception.FirstPatchNotFoundException
Constructor
FirstPatchNotFoundException(String, Throwable) - Constructor for exception org.riverock.dbrevision.exception.FirstPatchNotFoundException
Constructor
FirstVersionWithPatchdException - Exception in org.riverock.dbrevision.exception
User: SergeMaslyukov Date: 28.07.2007 Time: 20:46:50
FirstVersionWithPatchdException() - Constructor for exception org.riverock.dbrevision.exception.FirstVersionWithPatchdException
Empty constructor
FirstVersionWithPatchdException(String) - Constructor for exception org.riverock.dbrevision.exception.FirstVersionWithPatchdException
Constructor
FirstVersionWithPatchdException(Throwable) - Constructor for exception org.riverock.dbrevision.exception.FirstVersionWithPatchdException
Constructor
FirstVersionWithPatchdException(String, Throwable) - Constructor for exception org.riverock.dbrevision.exception.FirstVersionWithPatchdException
Constructor
fkColumnName - Variable in class org.riverock.dbrevision.annotation.schema.db.DbForeignKeyColumn
 
fkName - Variable in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
 
fkSchemaName - Variable in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
 
fkTableName - Variable in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
 
foreignKeys - Variable in class org.riverock.dbrevision.annotation.schema.db.DbTable
 

G

getActionOrCustomClassActionOrSqlAction() - Method in class org.riverock.dbrevision.annotation.schema.db.Patch
Gets the value of the actionOrCustomClassActionOrSqlAction property.
getActionParameters() - Method in class org.riverock.dbrevision.annotation.schema.db.Action
Gets the value of the actionParameters property.
getApplType() - Method in class org.riverock.dbrevision.annotation.schema.db.DbField
Gets the value of the applType property.
getBlobField(ResultSet, String, int) - Method in class org.riverock.dbrevision.db.Database
 
getBlobField(ResultSet, String, int) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
getBlobField(ResultSet, String, int) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
getBlobField(ResultSet, String, int) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
getBlobField(ResultSet, String, int) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
getBlobField(ResultSet, String, int) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
getBlobField(ResultSet, String, int) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
getBlobField(ResultSet, String, int) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
getBlobField(ResultSet, String, int) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
getBoolean(Action, String, boolean) - Static method in class org.riverock.dbrevision.manager.patch.PatchService
 
getBoolean(Action, String) - Static method in class org.riverock.dbrevision.manager.patch.PatchService
 
getBoolean(ResultSet, String) - Static method in class org.riverock.dbrevision.utils.DbUtils
String f - name of field
getBoolean(ResultSet, String, Boolean) - Static method in class org.riverock.dbrevision.utils.DbUtils
 
getBytesUTF(String) - Static method in class org.riverock.dbrevision.utils.Utils
 
getCacheSize() - Method in class org.riverock.dbrevision.annotation.schema.db.DbSequence
Gets the value of the cacheSize property.
getCardinality() - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndex
Gets the value of the cardinality property.
getCatalogName() - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndex
Gets the value of the catalogName property.
getCatalogName() - Method in class org.riverock.dbrevision.annotation.schema.db.DbPrimaryKey
Gets the value of the catalogName property.
getClazz() - Method in class org.riverock.dbrevision.annotation.schema.db.CustomClassAction
Gets the value of the clazz property.
getClazz() - Method in class org.riverock.dbrevision.annotation.schema.db.Validator
Gets the value of the clazz property.
getClobField(ResultSet, String) - Method in class org.riverock.dbrevision.db.Database
 
getClobField(ResultSet, String, int) - Method in class org.riverock.dbrevision.db.Database
 
getClobField(ResultSet, String) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
getClobField(ResultSet, String, int) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
getClobField(ResultSet, String) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
getClobField(ResultSet, String, int) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
getClobField(ResultSet, String) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
getClobField(ResultSet, String, int) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
getClobField(ResultSet, String) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
getClobField(ResultSet, String, int) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
getClobField(ResultSet, String) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
getClobField(ResultSet, String, int) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
getClobField(ResultSet, String) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
getClobField(ResultSet, String, int) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
getClobField(ResultSet, String) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
getClobField(ResultSet, String, int) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
getClobField(ResultSet, String) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
getClobField(ResultSet, String, int) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
getColumnName() - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndexColumn
Gets the value of the columnName property.
getColumnName() - Method in class org.riverock.dbrevision.annotation.schema.db.DbPrimaryKeyColumn
Gets the value of the columnName property.
getColumns() - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
Gets the value of the columns property.
getColumns() - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndex
Gets the value of the columns property.
getColumns() - Method in class org.riverock.dbrevision.annotation.schema.db.DbPrimaryKey
Gets the value of the columns property.
getComment() - Method in class org.riverock.dbrevision.annotation.schema.db.DbField
Gets the value of the comment property.
getConfigParser() - Static method in class org.riverock.dbrevision.manager.config.ConfigParserFactory
 
getConnection() - Method in class org.riverock.dbrevision.db.Database
Get jdbc connection
getCurrentTime() - Static method in class org.riverock.dbrevision.utils.Utils
Get current time as java.sql.Timestamp
getCurrentVersion() - Method in class org.riverock.dbrevision.manager.Module
 
getCurrentVerson() - Method in class org.riverock.dbrevision.manager.RevisionBean
 
getData() - Method in class org.riverock.dbrevision.annotation.schema.db.ActionParameter
Gets the value of the data property.
getData() - Method in class org.riverock.dbrevision.annotation.schema.db.DbTable
Gets the value of the data property.
getDataTable(Database, DbTable) - Static method in class org.riverock.dbrevision.db.DatabaseStructureManager
 
getDataType() - Method in class org.riverock.dbrevision.annotation.schema.db.DbField
Gets the value of the dataType property.
getDateData() - Method in class org.riverock.dbrevision.annotation.schema.db.DbDataFieldData
Gets the value of the dateData property.
getDateData() - Method in class org.riverock.dbrevision.annotation.schema.db.FieldData
Gets the value of the dateData property.
getDateWithMask(String, String) - Static method in class org.riverock.dbrevision.utils.Utils
 
getDbStructure(Database) - Static method in class org.riverock.dbrevision.db.DatabaseManager
 
getDbStructure(Database, boolean) - Static method in class org.riverock.dbrevision.db.DatabaseManager
 
getDecimalDigit() - Method in class org.riverock.dbrevision.annotation.schema.db.DbDataFieldData
Gets the value of the decimalDigit property.
getDecimalDigit() - Method in class org.riverock.dbrevision.annotation.schema.db.DbField
Gets the value of the decimalDigit property.
getDefaultSchemaName(DatabaseMetaData) - Method in class org.riverock.dbrevision.db.Database
 
getDefaultSchemaName(DatabaseMetaData) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
getDefaultSchemaName(DatabaseMetaData) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
getDefaultSchemaName(DatabaseMetaData) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
getDefaultSchemaName(DatabaseMetaData) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
getDefaultSchemaName(DatabaseMetaData) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
getDefaultSchemaName(DatabaseMetaData) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
getDefaultSchemaName(DatabaseMetaData) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
getDefaultSchemaName(DatabaseMetaData) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
getDefaultTimestampValue() - Method in class org.riverock.dbrevision.db.Database
 
getDefaultTimestampValue() - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
getDefaultTimestampValue() - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
getDefaultTimestampValue() - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
getDefaultTimestampValue() - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
getDefaultTimestampValue() - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
getDefaultTimestampValue() - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
getDefaultTimestampValue() - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
getDefaultTimestampValue() - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
getDefaultValue() - Method in class org.riverock.dbrevision.annotation.schema.db.DbField
Gets the value of the defaultValue property.
getDeferrability() - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
Gets the value of the deferrability property.
getDeleteRule() - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
Gets the value of the deleteRule property.
getDescription() - Method in class org.riverock.dbrevision.annotation.schema.db.DbRevision.Module
Gets the value of the description property.
getDescription() - Method in class org.riverock.dbrevision.manager.Module
 
getDescription() - Method in class org.riverock.dbrevision.manager.ModuleConfig
 
getDouble(List<ActionParameter>, String, double) - Static method in class org.riverock.dbrevision.manager.patch.PatchService
 
getDouble(List<ActionParameter>, String) - Static method in class org.riverock.dbrevision.manager.patch.PatchService
 
getFamily() - Method in class org.riverock.dbrevision.db.Database
get family for this adapter
getFamily() - Method in class org.riverock.dbrevision.db.impl.DB2Database
get family for this adapter
getFamily() - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
get family for this adapter
getFamily() - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
get family for this adapter
getFamily() - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
get family for this adapter
getFamily() - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
get family for this adapter
getFamily() - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
get family for this adapter
getFamily() - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
get family for this adapter
getFamily() - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
get family for this adapter
getField() - Method in class org.riverock.dbrevision.annotation.schema.db.AddTableFieldAction
Gets the value of the field property.
getFieldData() - Method in class org.riverock.dbrevision.annotation.schema.db.DbDataRecord
Gets the value of the fieldData property.
getFieldData() - Method in class org.riverock.dbrevision.annotation.schema.db.RecordData
Gets the value of the fieldData property.
getFieldFromStructure(DbSchema, String, String) - Static method in class org.riverock.dbrevision.db.DatabaseManager
 
getFieldName() - Method in class org.riverock.dbrevision.annotation.schema.db.FieldData
Gets the value of the fieldName property.
getFields() - Method in class org.riverock.dbrevision.annotation.schema.db.DbTable
Gets the value of the fields property.
getFieldsList(Database, String, String) - Static method in class org.riverock.dbrevision.db.DatabaseStructureManager
 
getFilterCondition() - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndex
Gets the value of the filterCondition property.
getFirstVersion() - Method in class org.riverock.dbrevision.manager.Module
 
getFkColumnName() - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKeyColumn
Gets the value of the fkColumnName property.
getFkName() - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
Gets the value of the fkName property.
getFkSchemaName() - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
Gets the value of the fkSchemaName property.
getFkTableName() - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
Gets the value of the fkTableName property.
getForeignKeys() - Method in class org.riverock.dbrevision.annotation.schema.db.DbTable
Gets the value of the foreignKeys property.
getForeignKeys(Database, String, String) - Static method in class org.riverock.dbrevision.db.DatabaseStructureManager
Return info about all PK for tables, which referenced from current table(tableName)
getIdByList(Database, String, Object[]) - Static method in class org.riverock.dbrevision.db.DatabaseManager
 
getIncrementBy() - Method in class org.riverock.dbrevision.annotation.schema.db.DbSequence
Gets the value of the incrementBy property.
getIndexes() - Method in class org.riverock.dbrevision.annotation.schema.db.DbTable
Gets the value of the indexes property.
getIndexes(Database, String, String) - Static method in class org.riverock.dbrevision.db.DatabaseStructureManager
 
getIndexName() - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndex
Gets the value of the indexName property.
getIndexQualifier() - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndex
Gets the value of the indexQualifier property.
getInstance(Connection, String) - Static method in class org.riverock.dbrevision.db.DatabaseFactory
 
getInstance(Connection, Database.Family) - Static method in class org.riverock.dbrevision.db.DatabaseFactory
 
getInstance() - Static method in class org.riverock.dbrevision.db.DbFkComparator
 
getInstance() - Static method in class org.riverock.dbrevision.db.DbPkComparator
 
getInteger(Action, String, int) - Static method in class org.riverock.dbrevision.manager.patch.PatchService
 
getInteger(Action, String) - Static method in class org.riverock.dbrevision.manager.patch.PatchService
 
getInteger(ResultSet, String) - Static method in class org.riverock.dbrevision.utils.DbUtils
ResultSet rs - ResultSet String f - name of field
getInteger(ResultSet, String, Integer) - Static method in class org.riverock.dbrevision.utils.DbUtils
ResultSet rs - ResultSet String f - name of field int def - default value
getIsNull() - Method in class org.riverock.dbrevision.annotation.schema.db.FieldData
Gets the value of the isNull property.
getJavaStringType() - Method in class org.riverock.dbrevision.annotation.schema.db.DbField
Gets the value of the javaStringType property.
getJavaType() - Method in class org.riverock.dbrevision.annotation.schema.db.DbField
Gets the value of the javaType property.
getJavaTypeField() - Method in class org.riverock.dbrevision.annotation.schema.db.DbDataFieldData
Gets the value of the javaTypeField property.
getKeySeq() - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKeyColumn
Gets the value of the keySeq property.
getKeySeq() - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndexColumn
Gets the value of the keySeq property.
getKeySeq() - Method in class org.riverock.dbrevision.annotation.schema.db.DbPrimaryKeyColumn
Gets the value of the keySeq property.
getLastNumber() - Method in class org.riverock.dbrevision.annotation.schema.db.DbSequence
Gets the value of the lastNumber property.
getLastPatch() - Method in class org.riverock.dbrevision.manager.RevisionBean
 
getLastPatch() - Method in class org.riverock.dbrevision.manager.Version
 
getLastVersion() - Method in class org.riverock.dbrevision.manager.Module
 
getLong(Action, String, long) - Static method in class org.riverock.dbrevision.manager.patch.PatchService
 
getLong(Action, String) - Static method in class org.riverock.dbrevision.manager.patch.PatchService
 
getLong(ResultSet, String) - Static method in class org.riverock.dbrevision.utils.DbUtils
String f - name of field
getLong(ResultSet, String, Long) - Static method in class org.riverock.dbrevision.utils.DbUtils
 
getLongValue(Connection, String, Object[], int[]) - Static method in class org.riverock.dbrevision.utils.DbUtils
Get result of query as Long
getLongValueList(Database, String, Object[], int[]) - Static method in class org.riverock.dbrevision.db.DatabaseManager
 
getManagerDao() - Static method in class org.riverock.dbrevision.manager.dao.ManagerDaoFactory
 
getMaxLengthStringField() - Method in class org.riverock.dbrevision.db.Database
 
getMaxLengthStringField() - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
getMaxLengthStringField() - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
getMaxLengthStringField() - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
getMaxLengthStringField() - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
getMaxLengthStringField() - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
getMaxLengthStringField() - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
getMaxLengthStringField() - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
getMaxLengthStringField() - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
getMaxValue() - Method in class org.riverock.dbrevision.annotation.schema.db.DbSequence
Gets the value of the maxValue property.
getMessage() - Method in class org.riverock.dbrevision.manager.patch.PatchMessage
 
getMessages() - Method in class org.riverock.dbrevision.manager.patch.PatchMessages
 
getMessages() - Method in class org.riverock.dbrevision.manager.patch.PatchStatus
 
getMinValue() - Method in class org.riverock.dbrevision.annotation.schema.db.DbSequence
Gets the value of the minValue property.
getModule(String) - Method in class org.riverock.dbrevision.manager.DbRevisionManager
get module by name
getModuleConfigs() - Method in class org.riverock.dbrevision.manager.Config
 
getModuleName() - Method in class org.riverock.dbrevision.manager.RevisionBean
 
getModules() - Method in class org.riverock.dbrevision.annotation.schema.db.DbRevision
Gets the value of the modules property.
getModules() - Method in class org.riverock.dbrevision.manager.DbRevisionManager
 
getName() - Method in class org.riverock.dbrevision.annotation.schema.db.ActionParameter
Gets the value of the name property.
getName() - Method in class org.riverock.dbrevision.annotation.schema.db.DbAbstractTable
Gets the value of the name property.
getName() - Method in class org.riverock.dbrevision.annotation.schema.db.DbField
Gets the value of the name property.
getName() - Method in class org.riverock.dbrevision.annotation.schema.db.DbRevision.Module
Gets the value of the name property.
getName() - Method in class org.riverock.dbrevision.annotation.schema.db.DbSequence
Gets the value of the name property.
getName() - Method in class org.riverock.dbrevision.annotation.schema.db.Patch
Gets the value of the name property.
getName() - Method in class org.riverock.dbrevision.manager.Module
 
getName() - Method in class org.riverock.dbrevision.manager.ModuleConfig
 
getNullable() - Method in class org.riverock.dbrevision.annotation.schema.db.DbField
Gets the value of the nullable property.
getNumberData() - Method in class org.riverock.dbrevision.annotation.schema.db.DbDataFieldData
Gets the value of the numberData property.
getNumberData() - Method in class org.riverock.dbrevision.annotation.schema.db.FieldData
Gets the value of the numberData property.
getObjectFromXml(Class<T>, String) - Static method in class org.riverock.dbrevision.utils.Utils
 
getObjectFromXml(Class<T>, InputStream) - Static method in class org.riverock.dbrevision.utils.Utils
 
getObjectFromXml(Class<T>, InputStream, ValidationEventHandler) - Static method in class org.riverock.dbrevision.utils.Utils
 
getObjectFromXml(Class<T>, Source, ValidationEventHandler) - Static method in class org.riverock.dbrevision.utils.Utils
 
getOnDeleteSetNull() - Method in class org.riverock.dbrevision.db.Database
 
getOnDeleteSetNull() - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
getOnDeleteSetNull() - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
getOnDeleteSetNull() - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
getOnDeleteSetNull() - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
getOnDeleteSetNull() - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
getOnDeleteSetNull() - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
getOnDeleteSetNull() - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
getOnDeleteSetNull() - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
getPages() - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndex
Gets the value of the pages property.
getPatches() - Method in class org.riverock.dbrevision.annotation.schema.db.Patches
Gets the value of the patches property.
getPatches() - Method in class org.riverock.dbrevision.manager.Version
 
getPatchPath() - Method in class org.riverock.dbrevision.manager.Version
 
getPkColumnName() - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKeyColumn
Gets the value of the pkColumnName property.
getPkName() - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
Gets the value of the pkName property.
getPkName() - Method in class org.riverock.dbrevision.annotation.schema.db.DbPrimaryKey
Gets the value of the pkName property.
getPkSchemaName() - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
Gets the value of the pkSchemaName property.
getPkTableName() - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
Gets the value of the pkTableName property.
getPreviousName() - Method in class org.riverock.dbrevision.annotation.schema.db.Patch
Gets the value of the previousName property.
getPreviousVersion() - Method in class org.riverock.dbrevision.manager.Version
 
getPrimaryKey() - Method in class org.riverock.dbrevision.annotation.schema.db.DbTable
Gets the value of the primaryKey property.
getPrimaryKey(Database, String, String) - Static method in class org.riverock.dbrevision.db.DatabaseStructureManager
 
getRecordData() - Method in class org.riverock.dbrevision.annotation.schema.db.TableData
Gets the value of the recordData property.
getRecords() - Method in class org.riverock.dbrevision.annotation.schema.db.DbDataTable
Gets the value of the records property.
getRemark() - Method in class org.riverock.dbrevision.annotation.schema.db.DbAbstractTable
Gets the value of the remark property.
getRevision(Database, String, String) - Method in interface org.riverock.dbrevision.manager.dao.ManagerDao
 
getRevision(Database, String) - Method in interface org.riverock.dbrevision.manager.dao.ManagerDao
 
getRevision(Database, String, String) - Method in class org.riverock.dbrevision.manager.dao.ManagerDaoImpl
 
getRevision(Database, String) - Method in class org.riverock.dbrevision.manager.dao.ManagerDaoImpl
 
getRevisions(Database) - Method in interface org.riverock.dbrevision.manager.dao.ManagerDao
 
getRevisions(Database) - Method in class org.riverock.dbrevision.manager.dao.ManagerDaoImpl
 
getRuleName() - Method in class org.riverock.dbrevision.annotation.schema.db.DbKeyActionRule
Gets the value of the ruleName property.
getRuleType() - Method in class org.riverock.dbrevision.annotation.schema.db.DbKeyActionRule
Gets the value of the ruleType property.
getSchema() - Method in class org.riverock.dbrevision.annotation.schema.db.DbAbstractTable
Gets the value of the schema property.
getSchema() - Method in class org.riverock.dbrevision.annotation.schema.db.DbDatabase
Gets the value of the schema property.
getSchemaName() - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndex
Gets the value of the schemaName property.
getSchemaName() - Method in class org.riverock.dbrevision.annotation.schema.db.DbPrimaryKey
Gets the value of the schemaName property.
getSequences() - Method in class org.riverock.dbrevision.annotation.schema.db.DbSchema
Gets the value of the sequences property.
getSequnceList(String) - Method in class org.riverock.dbrevision.db.Database
 
getSequnceList(String) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
getSequnceList(String) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
getSequnceList(String) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
getSequnceList(String) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
getSequnceList(String) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
getSequnceList(String) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
getSequnceList(String) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
getSequnceList(String) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
getSize() - Method in class org.riverock.dbrevision.annotation.schema.db.DbDataFieldData
Gets the value of the size property.
getSize() - Method in class org.riverock.dbrevision.annotation.schema.db.DbField
Gets the value of the size property.
getSql() - Method in class org.riverock.dbrevision.annotation.schema.db.SqlAction
Gets the value of the sql property.
getStartUTF(String, int) - Static method in class org.riverock.dbrevision.utils.Utils
 
getStartUTF(byte[], int) - Static method in class org.riverock.dbrevision.utils.Utils
 
getStartUTF(byte[], int, int) - Static method in class org.riverock.dbrevision.utils.Utils
 
getStatus() - Method in class org.riverock.dbrevision.manager.patch.PatchStatus
 
getStream(ResultSet, String, int) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
getStream(ResultSet, String, int) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
getString(Action, String, String) - Static method in class org.riverock.dbrevision.manager.patch.PatchService
 
getString(Action, String) - Static method in class org.riverock.dbrevision.manager.patch.PatchService
 
getString(ResultSet, String) - Static method in class org.riverock.dbrevision.utils.DbUtils
ResultSet rs - ResultSet String f - name of field
getString(ResultSet, String, String) - Static method in class org.riverock.dbrevision.utils.DbUtils
ResultSet rs - ResultSet String f - name of field String def - default value
getStringData() - Method in class org.riverock.dbrevision.annotation.schema.db.DbDataFieldData
Gets the value of the stringData property.
getStringData() - Method in class org.riverock.dbrevision.annotation.schema.db.FieldData
Gets the value of the stringData property.
getStringDate(Calendar, String, Locale) - Static method in class org.riverock.dbrevision.utils.Utils
convert given Calendar with mask and locale to String
getStringDate(Calendar, String) - Static method in class org.riverock.dbrevision.utils.Utils
convert given Calendar with mask to String.
getStringDate(Date, String, Locale, TimeZone) - Static method in class org.riverock.dbrevision.utils.Utils
 
getSupportedFamilyCode() - Static method in class org.riverock.dbrevision.db.DatabaseFactory
 
getTableFromStructure(DbSchema, String) - Static method in class org.riverock.dbrevision.db.DatabaseManager
 
getTableList(Connection, String, String) - Static method in class org.riverock.dbrevision.db.DatabaseStructureManager
Return filtered list of tables usually schemaPattern is a db username if tablePattern equals "%", this mean what selected all tables
getTableName() - Method in class org.riverock.dbrevision.annotation.schema.db.AddTableFieldAction
Gets the value of the tableName property.
getTableName() - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndex
Gets the value of the tableName property.
getTableName() - Method in class org.riverock.dbrevision.annotation.schema.db.DbPrimaryKey
Gets the value of the tableName property.
getTableName() - Method in class org.riverock.dbrevision.annotation.schema.db.TableData
Gets the value of the tableName property.
getTables() - Method in class org.riverock.dbrevision.annotation.schema.db.DbDataSchema
Gets the value of the tables property.
getTables() - Method in class org.riverock.dbrevision.annotation.schema.db.DbSchema
Gets the value of the tables property.
getTempDir() - Static method in class org.riverock.dbrevision.utils.Utils
 
getText() - Method in class org.riverock.dbrevision.annotation.schema.db.DbView
Gets the value of the text property.
getType() - Method in class org.riverock.dbrevision.annotation.schema.db.Action
Gets the value of the type property.
getType() - Method in class org.riverock.dbrevision.annotation.schema.db.DbAbstractTable
Gets the value of the type property.
getType() - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndex
Gets the value of the type property.
getType() - Method in class org.riverock.dbrevision.annotation.schema.db.PrimaryKey
Gets the value of the type property.
getTypeField() - Method in class org.riverock.dbrevision.annotation.schema.db.FieldData
Gets the value of the typeField property.
getUpdateRule() - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
Gets the value of the updateRule property.
getValidator() - Method in class org.riverock.dbrevision.annotation.schema.db.Patch
Gets the value of the validator property.
getVersionName() - Method in class org.riverock.dbrevision.manager.Version
 
getVersions() - Method in class org.riverock.dbrevision.annotation.schema.db.DbRevision.Module
Gets the value of the versions property.
getVersions() - Method in class org.riverock.dbrevision.annotation.schema.db.DbRevision.Module.Versions
Gets the value of the versions property.
getVersions() - Method in class org.riverock.dbrevision.manager.Module
 
getVersions() - Method in class org.riverock.dbrevision.manager.ModuleConfig
 
getViewFromStructure(DbSchema, String) - Static method in class org.riverock.dbrevision.db.DatabaseManager
 
getViewList(String, String) - Method in class org.riverock.dbrevision.db.Database
 
getViewList(Connection, String, String) - Static method in class org.riverock.dbrevision.db.DatabaseManager
 
getViewList(String, String) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
getViewList(String, String) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
getViewList(String, String) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
getViewList(String, String) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
getViewList(String, String) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
getViewList(String, String) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
getViewList(String, String) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
getViewList(String, String) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
getViews() - Method in class org.riverock.dbrevision.annotation.schema.db.DbSchema
Gets the value of the views property.
getViewText(DbView) - Method in class org.riverock.dbrevision.db.Database
 
getViewText(DbView) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
getViewText(DbView) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
getViewText(DbView) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
getViewText(DbView) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
getViewText(DbView) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
getViewText(DbView) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
getViewText(DbView) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
getViewText(DbView) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
getXml(Object, String) - Static method in class org.riverock.dbrevision.utils.Utils
 
getXml(Object, String, String) - Static method in class org.riverock.dbrevision.utils.Utils
 
getXml(Object, String, String, boolean, NamespacePrefixMapper[]) - Static method in class org.riverock.dbrevision.utils.Utils
 

H

HYPERSONIC_FAMILY - Static variable in class org.riverock.dbrevision.db.DatabaseFactory
 
HyperSonicDatabase - Class in org.riverock.dbrevision.db.impl
$Author: serg_main $ $Id: HyperSonicDatabase.java 1141 2006-12-14 14:43:29Z serg_main $
HyperSonicDatabase(Connection) - Constructor for class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 

I

importStructure(Database, InputStream, boolean) - Static method in class org.riverock.dbrevision.system.DbStructureImport
 
importStructure(Database, DbSchema, boolean) - Static method in class org.riverock.dbrevision.system.DbStructureImport
 
incrementBy - Variable in class org.riverock.dbrevision.annotation.schema.db.DbSequence
 
indexes - Variable in class org.riverock.dbrevision.annotation.schema.db.DbTable
 
indexName - Variable in class org.riverock.dbrevision.annotation.schema.db.DbIndex
 
indexQualifier - Variable in class org.riverock.dbrevision.annotation.schema.db.DbIndex
 
INIT_STRUCTURE_FILE_NAME - Static variable in class org.riverock.dbrevision.Constants
 
InitStructureFileNotFoundException - Exception in org.riverock.dbrevision.exception
User: SergeMaslyukov Date: 28.07.2007 Time: 20:46:50
InitStructureFileNotFoundException() - Constructor for exception org.riverock.dbrevision.exception.InitStructureFileNotFoundException
Empty constructor
InitStructureFileNotFoundException(String) - Constructor for exception org.riverock.dbrevision.exception.InitStructureFileNotFoundException
Constructor
InitStructureFileNotFoundException(Throwable) - Constructor for exception org.riverock.dbrevision.exception.InitStructureFileNotFoundException
Constructor
InitStructureFileNotFoundException(String, Throwable) - Constructor for exception org.riverock.dbrevision.exception.InitStructureFileNotFoundException
Constructor
InterbaseDatabase - Class in org.riverock.dbrevision.db.impl
InterBase database connect $Author: serg_main $ $Id: InterbaseDatabase.java 1141 2006-12-14 14:43:29Z serg_main $
InterbaseDatabase(Connection) - Constructor for class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
isAllCompleted() - Method in class org.riverock.dbrevision.manager.DbRevisionManager
is all moudles completed?
isAscending() - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndexColumn
Gets the value of the ascending property.
isBatchUpdate() - Method in class org.riverock.dbrevision.db.Database
Is this db support batch update?
isBatchUpdate() - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
isBatchUpdate() - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
isBatchUpdate() - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
isBatchUpdate() - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
isBatchUpdate() - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
isBatchUpdate() - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
isBatchUpdate() - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
isBatchUpdate() - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
isByteArrayInUtf8() - Method in class org.riverock.dbrevision.db.Database
 
isByteArrayInUtf8() - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
isByteArrayInUtf8() - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
isByteArrayInUtf8() - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
isByteArrayInUtf8() - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
isByteArrayInUtf8() - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
isByteArrayInUtf8() - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
isByteArrayInUtf8() - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
isByteArrayInUtf8() - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
isComplete() - Method in class org.riverock.dbrevision.manager.Module
 
isComplete() - Method in class org.riverock.dbrevision.manager.Version
 
isCycle - Variable in class org.riverock.dbrevision.annotation.schema.db.DbSequence
 
isFieldExists(DbSchema, DbTable, DbField) - Static method in class org.riverock.dbrevision.db.DatabaseManager
 
isIsCycle() - Method in class org.riverock.dbrevision.annotation.schema.db.DbSequence
Gets the value of the isCycle property.
isIsNull() - Method in class org.riverock.dbrevision.annotation.schema.db.DbDataFieldData
Gets the value of the isNull property.
isIsOrder() - Method in class org.riverock.dbrevision.annotation.schema.db.DbSequence
Gets the value of the isOrder property.
isModuleReleased(Database, String) - Static method in class org.riverock.dbrevision.manager.DbRevisionChecker
 
isNeedUpdateBracket() - Method in class org.riverock.dbrevision.db.Database
 
isNeedUpdateBracket() - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
isNeedUpdateBracket() - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
isNeedUpdateBracket() - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
isNeedUpdateBracket() - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
isNeedUpdateBracket() - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
isNeedUpdateBracket() - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
isNeedUpdateBracket() - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
isNeedUpdateBracket() - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
isNonUnique() - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndex
Gets the value of the nonUnique property.
isNull - Variable in class org.riverock.dbrevision.annotation.schema.db.DbDataFieldData
 
isNull - Variable in class org.riverock.dbrevision.annotation.schema.db.FieldData
 
isOrder - Variable in class org.riverock.dbrevision.annotation.schema.db.DbSequence
 
isProcessed() - Method in class org.riverock.dbrevision.annotation.schema.db.Patch
Gets the value of the processed property.
isSchemaSupports() - Method in class org.riverock.dbrevision.db.Database
 
isSchemaSupports() - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
isSchemaSupports() - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
isSchemaSupports() - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
isSchemaSupports() - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
isSchemaSupports() - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
isSchemaSupports() - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
isSchemaSupports() - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
isSchemaSupports() - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
isSkipTable(String) - Static method in class org.riverock.dbrevision.db.DatabaseManager
 
isTableExists(DbSchema, DbTable) - Static method in class org.riverock.dbrevision.db.DatabaseManager
 
isUpToDate(Database, String, String) - Static method in class org.riverock.dbrevision.manager.DbRevisionChecker
 

J

javaStringType - Variable in class org.riverock.dbrevision.annotation.schema.db.DbField
 
javaType - Variable in class org.riverock.dbrevision.annotation.schema.db.DbField
 
javaTypeField - Variable in class org.riverock.dbrevision.annotation.schema.db.DbDataFieldData
 
JaxbConfigParserImpl - Class in org.riverock.dbrevision.manager.config
User: SMaslyukov Date: 30.07.2007 Time: 12:08:15
JaxbConfigParserImpl() - Constructor for class org.riverock.dbrevision.manager.config.JaxbConfigParserImpl
 

K

keySeq - Variable in class org.riverock.dbrevision.annotation.schema.db.DbForeignKeyColumn
 
keySeq - Variable in class org.riverock.dbrevision.annotation.schema.db.DbIndexColumn
 
keySeq - Variable in class org.riverock.dbrevision.annotation.schema.db.DbPrimaryKeyColumn
 

L

lastNumber - Variable in class org.riverock.dbrevision.annotation.schema.db.DbSequence
 

M

makrCurrentVersion(Database, String, String, String) - Method in interface org.riverock.dbrevision.manager.dao.ManagerDao
 
makrCurrentVersion(Database, String, String, String) - Method in class org.riverock.dbrevision.manager.dao.ManagerDaoImpl
 
ManagerDao - Interface in org.riverock.dbrevision.manager.dao
User: SergeMaslyukov Date: 29.07.2007 Time: 13:12:11
ManagerDaoFactory - Class in org.riverock.dbrevision.manager.dao
User: SergeMaslyukov Date: 29.07.2007 Time: 14:08:31
ManagerDaoFactory() - Constructor for class org.riverock.dbrevision.manager.dao.ManagerDaoFactory
 
ManagerDaoImpl - Class in org.riverock.dbrevision.manager.dao
User: SergeMaslyukov Date: 29.07.2007 Time: 13:13:29
ManagerDaoImpl() - Constructor for class org.riverock.dbrevision.manager.dao.ManagerDaoImpl
 
MAXDB_FAMILY - Static variable in class org.riverock.dbrevision.db.DatabaseFactory
 
MaxDBDatabase - Class in org.riverock.dbrevision.db.impl
$Id: MaxDBDatabase.java 1141 2006-12-14 14:43:29Z serg_main $
MaxDBDatabase(Connection) - Constructor for class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
maxValue - Variable in class org.riverock.dbrevision.annotation.schema.db.DbSequence
 
minValue - Variable in class org.riverock.dbrevision.annotation.schema.db.DbSequence
 
Module - Class in org.riverock.dbrevision.manager
User: SergeMaslyukov Date: 28.07.2007 Time: 20:03:59
Module(Database, File, ModuleConfig) - Constructor for class org.riverock.dbrevision.manager.Module
 
ModuleConfig - Class in org.riverock.dbrevision.manager
User: SergeMaslyukov Date: 29.07.2007 Time: 1:07:47
ModuleConfig() - Constructor for class org.riverock.dbrevision.manager.ModuleConfig
 
ModuleNotConfiguredException - Exception in org.riverock.dbrevision.exception
User: SergeMaslyukov Date: 28.07.2007 Time: 20:46:50
ModuleNotConfiguredException() - Constructor for exception org.riverock.dbrevision.exception.ModuleNotConfiguredException
Empty constructor
ModuleNotConfiguredException(String) - Constructor for exception org.riverock.dbrevision.exception.ModuleNotConfiguredException
Constructor
ModuleNotConfiguredException(Throwable) - Constructor for exception org.riverock.dbrevision.exception.ModuleNotConfiguredException
Constructor
ModuleNotConfiguredException(String, Throwable) - Constructor for exception org.riverock.dbrevision.exception.ModuleNotConfiguredException
Constructor
ModulePathNotFoundException - Exception in org.riverock.dbrevision.exception
User: SergeMaslyukov Date: 28.07.2007 Time: 20:46:50
ModulePathNotFoundException() - Constructor for exception org.riverock.dbrevision.exception.ModulePathNotFoundException
Empty constructor
ModulePathNotFoundException(String) - Constructor for exception org.riverock.dbrevision.exception.ModulePathNotFoundException
Constructor
ModulePathNotFoundException(Throwable) - Constructor for exception org.riverock.dbrevision.exception.ModulePathNotFoundException
Constructor
ModulePathNotFoundException(String, Throwable) - Constructor for exception org.riverock.dbrevision.exception.ModulePathNotFoundException
Constructor
modules - Variable in class org.riverock.dbrevision.annotation.schema.db.DbRevision
 
MYSQL_FAMILY - Static variable in class org.riverock.dbrevision.db.DatabaseFactory
 
MySqlDatabase - Class in org.riverock.dbrevision.db.impl
MySQL database connect $Author: serg_main $

$Id: MySqlDatabase.java 1141 2006-12-14 14:43:29Z serg_main $

MySqlDatabase(Connection) - Constructor for class org.riverock.dbrevision.db.impl.MySqlDatabase
 

N

name - Variable in class org.riverock.dbrevision.annotation.schema.db.ActionParameter
 
name - Variable in class org.riverock.dbrevision.annotation.schema.db.DbAbstractTable
 
name - Variable in class org.riverock.dbrevision.annotation.schema.db.DbField
 
name - Variable in class org.riverock.dbrevision.annotation.schema.db.DbRevision.Module
 
name - Variable in class org.riverock.dbrevision.annotation.schema.db.DbSequence
 
name - Variable in class org.riverock.dbrevision.annotation.schema.db.Patch
 
NoChildPatchFoundException - Exception in org.riverock.dbrevision.exception
User: SergeMaslyukov Date: 28.07.2007 Time: 20:46:50
NoChildPatchFoundException() - Constructor for exception org.riverock.dbrevision.exception.NoChildPatchFoundException
Empty constructor
NoChildPatchFoundException(String) - Constructor for exception org.riverock.dbrevision.exception.NoChildPatchFoundException
Constructor
NoChildPatchFoundException(Throwable) - Constructor for exception org.riverock.dbrevision.exception.NoChildPatchFoundException
Constructor
NoChildPatchFoundException(String, Throwable) - Constructor for exception org.riverock.dbrevision.exception.NoChildPatchFoundException
Constructor
nonUnique - Variable in class org.riverock.dbrevision.annotation.schema.db.DbIndex
 
nullable - Variable in class org.riverock.dbrevision.annotation.schema.db.DbField
 
numberData - Variable in class org.riverock.dbrevision.annotation.schema.db.DbDataFieldData
 
numberData - Variable in class org.riverock.dbrevision.annotation.schema.db.FieldData
 

O

ObjectFactory - Class in org.riverock.dbrevision.annotation.schema.db
This object contains factory methods for each Java content interface and Java element interface generated in the org.riverock.dbrevision.annotation.schema.db package.
ObjectFactory() - Constructor for class org.riverock.dbrevision.annotation.schema.db.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.riverock.dbrevision.annotation.schema.db
ORACLE_FAMILY - Static variable in class org.riverock.dbrevision.db.DatabaseFactory
 
OracleDatabase - Class in org.riverock.dbrevision.db.impl
Êëàññ OracleDatabase ïðäåíàçíà÷åí äëÿ êîííåêòà ê îðàêëîâñêîé áàçå äàííûõ.
OracleDatabase(Connection) - Constructor for class org.riverock.dbrevision.db.impl.OracleDatabase
 
org.riverock.dbrevision - package org.riverock.dbrevision
 
org.riverock.dbrevision.annotation.schema.db - package org.riverock.dbrevision.annotation.schema.db
 
org.riverock.dbrevision.db - package org.riverock.dbrevision.db
 
org.riverock.dbrevision.db.impl - package org.riverock.dbrevision.db.impl
 
org.riverock.dbrevision.exception - package org.riverock.dbrevision.exception
 
org.riverock.dbrevision.manager - package org.riverock.dbrevision.manager
 
org.riverock.dbrevision.manager.config - package org.riverock.dbrevision.manager.config
 
org.riverock.dbrevision.manager.dao - package org.riverock.dbrevision.manager.dao
 
org.riverock.dbrevision.manager.patch - package org.riverock.dbrevision.manager.patch
 
org.riverock.dbrevision.system - package org.riverock.dbrevision.system
 
org.riverock.dbrevision.utils - package org.riverock.dbrevision.utils
 

P

pages - Variable in class org.riverock.dbrevision.annotation.schema.db.DbIndex
 
parse(InputStream) - Method in interface org.riverock.dbrevision.manager.config.ConfigParser
 
parse(InputStream) - Method in class org.riverock.dbrevision.manager.config.JaxbConfigParserImpl
 
Patch - Class in org.riverock.dbrevision.annotation.schema.db
Java class for anonymous complex type.
Patch() - Constructor for class org.riverock.dbrevision.annotation.schema.db.Patch
 
PATCH_DIR_NAME - Static variable in class org.riverock.dbrevision.Constants
 
PatchAction - Interface in org.riverock.dbrevision.manager.patch
User: Admin Date: May 20, 2003 Time: 10:02:30 PM

$Id: PatchAction.java 1075 2006-11-24 18:08:42Z serg_main $

Patches - Class in org.riverock.dbrevision.annotation.schema.db
Java class for anonymous complex type.
Patches() - Constructor for class org.riverock.dbrevision.annotation.schema.db.Patches
 
patches - Variable in class org.riverock.dbrevision.annotation.schema.db.Patches
 
PatchMessage - Class in org.riverock.dbrevision.manager.patch
User: SergeMaslyukov Date: 05.08.2007 Time: 14:51:52
PatchMessage(String) - Constructor for class org.riverock.dbrevision.manager.patch.PatchMessage
 
PatchMessages - Class in org.riverock.dbrevision.manager.patch
User: SergeMaslyukov Date: 05.08.2007 Time: 14:51:32
PatchMessages() - Constructor for class org.riverock.dbrevision.manager.patch.PatchMessages
 
PatchParseException - Exception in org.riverock.dbrevision.exception
User: SergeMaslyukov Date: 28.07.2007 Time: 20:46:50
PatchParseException() - Constructor for exception org.riverock.dbrevision.exception.PatchParseException
Empty constructor
PatchParseException(String) - Constructor for exception org.riverock.dbrevision.exception.PatchParseException
Constructor
PatchParseException(Throwable) - Constructor for exception org.riverock.dbrevision.exception.PatchParseException
Constructor
PatchParseException(String, Throwable) - Constructor for exception org.riverock.dbrevision.exception.PatchParseException
Constructor
PatchPathNotFoundException - Exception in org.riverock.dbrevision.exception
User: SergeMaslyukov Date: 28.07.2007 Time: 20:46:50
PatchPathNotFoundException() - Constructor for exception org.riverock.dbrevision.exception.PatchPathNotFoundException
Empty constructor
PatchPathNotFoundException(String) - Constructor for exception org.riverock.dbrevision.exception.PatchPathNotFoundException
Constructor
PatchPathNotFoundException(Throwable) - Constructor for exception org.riverock.dbrevision.exception.PatchPathNotFoundException
Constructor
PatchPathNotFoundException(String, Throwable) - Constructor for exception org.riverock.dbrevision.exception.PatchPathNotFoundException
Constructor
PatchPrepareException - Exception in org.riverock.dbrevision.exception
User: SergeMaslyukov Date: 28.07.2007 Time: 20:46:50
PatchPrepareException() - Constructor for exception org.riverock.dbrevision.exception.PatchPrepareException
Empty constructor
PatchPrepareException(String) - Constructor for exception org.riverock.dbrevision.exception.PatchPrepareException
Constructor
PatchPrepareException(Throwable) - Constructor for exception org.riverock.dbrevision.exception.PatchPrepareException
Constructor
PatchPrepareException(String, Throwable) - Constructor for exception org.riverock.dbrevision.exception.PatchPrepareException
Constructor
PatchService - Class in org.riverock.dbrevision.manager.patch
User: Admin Date: May 15, 2003 Time: 11:15:35 PM

$Id: PatchService.java 1141 2006-12-14 14:43:29Z serg_main $

PatchService() - Constructor for class org.riverock.dbrevision.manager.patch.PatchService
 
PatchSorter - Class in org.riverock.dbrevision.manager.patch
User: SMaslyukov Date: 02.08.2007 Time: 15:26:14
PatchSorter() - Constructor for class org.riverock.dbrevision.manager.patch.PatchSorter
 
PatchStatus - Class in org.riverock.dbrevision.manager.patch
User: SergeMaslyukov Date: 05.08.2007 Time: 15:12:05
PatchStatus() - Constructor for class org.riverock.dbrevision.manager.patch.PatchStatus
 
PatchStatus.Status - Enum in org.riverock.dbrevision.manager.patch
 
PatchValidator - Interface in org.riverock.dbrevision.manager.patch
User: SergeMaslyukov Date: 05.08.2007 Time: 14:45:29
pkColumnName - Variable in class org.riverock.dbrevision.annotation.schema.db.DbForeignKeyColumn
 
pkName - Variable in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
 
pkName - Variable in class org.riverock.dbrevision.annotation.schema.db.DbPrimaryKey
 
pkSchemaName - Variable in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
 
pkTableName - Variable in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
 
POSTGREES_FAMILY - Static variable in class org.riverock.dbrevision.db.DatabaseFactory
 
PostgreeSqlDatabase - Class in org.riverock.dbrevision.db.impl
$Id: PostgreeSqlDatabase.java 1141 2006-12-14 14:43:29Z serg_main $
PostgreeSqlDatabase(Connection) - Constructor for class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
previousName - Variable in class org.riverock.dbrevision.annotation.schema.db.Patch
 
primaryKey - Variable in class org.riverock.dbrevision.annotation.schema.db.DbTable
 
PrimaryKey - Class in org.riverock.dbrevision.annotation.schema.db
Java class for PrimaryKey complex type.
PrimaryKey() - Constructor for class org.riverock.dbrevision.annotation.schema.db.PrimaryKey
 
process(Database) - Method in interface org.riverock.dbrevision.manager.patch.PatchAction
 
processed - Variable in class org.riverock.dbrevision.annotation.schema.db.Patch
 
processPatch(Database, Patch) - Static method in class org.riverock.dbrevision.manager.patch.PatchService
 
putKey(Map<String, Object>, String, Object) - Static method in class org.riverock.dbrevision.utils.Utils
Put value in map.

R

RecordData - Class in org.riverock.dbrevision.annotation.schema.db
Java class for anonymous complex type.
RecordData() - Constructor for class org.riverock.dbrevision.annotation.schema.db.RecordData
 
recordData - Variable in class org.riverock.dbrevision.annotation.schema.db.TableData
 
records - Variable in class org.riverock.dbrevision.annotation.schema.db.DbDataTable
 
remark - Variable in class org.riverock.dbrevision.annotation.schema.db.DbAbstractTable
 
replaceStringArray(String, String[][]) - Static method in class org.riverock.dbrevision.utils.Utils
 
RevisionBean - Class in org.riverock.dbrevision.manager
User: SergeMaslyukov Date: 29.07.2007 Time: 13:11:08
RevisionBean() - Constructor for class org.riverock.dbrevision.manager.RevisionBean
 
ruleName - Variable in class org.riverock.dbrevision.annotation.schema.db.DbKeyActionRule
 
ruleType - Variable in class org.riverock.dbrevision.annotation.schema.db.DbKeyActionRule
 
runSQL(Connection, String, Object[], int[]) - Static method in class org.riverock.dbrevision.utils.DbUtils
âûïîëíèòü sql

S

schema - Variable in class org.riverock.dbrevision.annotation.schema.db.DbAbstractTable
 
schema - Variable in class org.riverock.dbrevision.annotation.schema.db.DbDatabase
 
schemaName - Variable in class org.riverock.dbrevision.annotation.schema.db.DbIndex
 
schemaName - Variable in class org.riverock.dbrevision.annotation.schema.db.DbPrimaryKey
 
sequences - Variable in class org.riverock.dbrevision.annotation.schema.db.DbSchema
 
setApplType(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbField
Sets the value of the applType property.
setAscending(Boolean) - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndexColumn
Sets the value of the ascending property.
setBlobField(String, String, byte[], String, Object[], int[]) - Method in class org.riverock.dbrevision.db.Database
 
setBlobField(String, String, byte[], String, Object[], int[]) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
setBlobField(String, String, byte[], String, Object[], int[]) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
setBlobField(String, String, byte[], String, Object[], int[]) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
setBlobField(String, String, byte[], String, Object[], int[]) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
setBlobField(String, String, byte[], String, Object[], int[]) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
setBlobField(String, String, byte[], String, Object[], int[]) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
setBlobField(String, String, byte[], String, Object[], int[]) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
setBlobField(String, String, byte[], String, Object[], int[]) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
setCacheSize(Integer) - Method in class org.riverock.dbrevision.annotation.schema.db.DbSequence
Sets the value of the cacheSize property.
setCardinality(Integer) - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndex
Sets the value of the cardinality property.
setCatalogName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndex
Sets the value of the catalogName property.
setCatalogName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbPrimaryKey
Sets the value of the catalogName property.
setClazz(String) - Method in class org.riverock.dbrevision.annotation.schema.db.CustomClassAction
Sets the value of the clazz property.
setClazz(String) - Method in class org.riverock.dbrevision.annotation.schema.db.Validator
Sets the value of the clazz property.
setColumnName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndexColumn
Sets the value of the columnName property.
setColumnName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbPrimaryKeyColumn
Sets the value of the columnName property.
setComment(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbField
Sets the value of the comment property.
setComplete(boolean) - Method in class org.riverock.dbrevision.manager.Module
 
setConnection(Connection) - Method in class org.riverock.dbrevision.db.Database
 
setCurrentVerson(String) - Method in class org.riverock.dbrevision.manager.RevisionBean
 
setData(String) - Method in class org.riverock.dbrevision.annotation.schema.db.ActionParameter
Sets the value of the data property.
setData(DbDataTable) - Method in class org.riverock.dbrevision.annotation.schema.db.DbTable
Sets the value of the data property.
setDataTable(Database, DbTable) - Static method in class org.riverock.dbrevision.db.DatabaseStructureManager
 
setDataType(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbField
Sets the value of the dataType property.
setDateData(XMLGregorianCalendar) - Method in class org.riverock.dbrevision.annotation.schema.db.DbDataFieldData
Sets the value of the dateData property.
setDateData(XMLGregorianCalendar) - Method in class org.riverock.dbrevision.annotation.schema.db.FieldData
Sets the value of the dateData property.
setDecimalDigit(Integer) - Method in class org.riverock.dbrevision.annotation.schema.db.DbDataFieldData
Sets the value of the decimalDigit property.
setDecimalDigit(Integer) - Method in class org.riverock.dbrevision.annotation.schema.db.DbField
Sets the value of the decimalDigit property.
setDefaultValue(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbField
Sets the value of the defaultValue property.
setDefaultValueTimestamp(Database, DbTable, DbField) - Static method in class org.riverock.dbrevision.db.DatabaseStructureManager
 
setDeferrability(DbKeyActionRule) - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
Sets the value of the deferrability property.
setDeleteRule(DbKeyActionRule) - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
Sets the value of the deleteRule property.
setDescription(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbRevision.Module
Sets the value of the description property.
setDescription(String) - Method in class org.riverock.dbrevision.manager.ModuleConfig
 
setField(DbField) - Method in class org.riverock.dbrevision.annotation.schema.db.AddTableFieldAction
Sets the value of the field property.
setFieldName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.FieldData
Sets the value of the fieldName property.
setFilterCondition(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndex
Sets the value of the filterCondition property.
setFkColumnName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKeyColumn
Sets the value of the fkColumnName property.
setFkName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
Sets the value of the fkName property.
setFkSchemaName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
Sets the value of the fkSchemaName property.
setFkTableName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
Sets the value of the fkTableName property.
setIncrementBy(int) - Method in class org.riverock.dbrevision.annotation.schema.db.DbSequence
Sets the value of the incrementBy property.
setIndexName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndex
Sets the value of the indexName property.
setIndexQualifier(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndex
Sets the value of the indexQualifier property.
setIsCycle(Boolean) - Method in class org.riverock.dbrevision.annotation.schema.db.DbSequence
Sets the value of the isCycle property.
setIsNull(boolean) - Method in class org.riverock.dbrevision.annotation.schema.db.DbDataFieldData
Sets the value of the isNull property.
setIsNull(String) - Method in class org.riverock.dbrevision.annotation.schema.db.FieldData
Sets the value of the isNull property.
setIsOrder(Boolean) - Method in class org.riverock.dbrevision.annotation.schema.db.DbSequence
Sets the value of the isOrder property.
setJavaStringType(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbField
Sets the value of the javaStringType property.
setJavaType(Integer) - Method in class org.riverock.dbrevision.annotation.schema.db.DbField
Sets the value of the javaType property.
setJavaTypeField(int) - Method in class org.riverock.dbrevision.annotation.schema.db.DbDataFieldData
Sets the value of the javaTypeField property.
setKeySeq(Integer) - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKeyColumn
Sets the value of the keySeq property.
setKeySeq(int) - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndexColumn
Sets the value of the keySeq property.
setKeySeq(int) - Method in class org.riverock.dbrevision.annotation.schema.db.DbPrimaryKeyColumn
Sets the value of the keySeq property.
setLastNumber(long) - Method in class org.riverock.dbrevision.annotation.schema.db.DbSequence
Sets the value of the lastNumber property.
setLastPatch(String) - Method in class org.riverock.dbrevision.manager.RevisionBean
 
setLong(PreparedStatement, int, Long) - Static method in class org.riverock.dbrevision.utils.DbUtils
 
setLongVarbinary(PreparedStatement, int, DbDataFieldData) - Method in class org.riverock.dbrevision.db.Database
 
setLongVarbinary(PreparedStatement, int, DbDataFieldData) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
setLongVarbinary(PreparedStatement, int, DbDataFieldData) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
setLongVarbinary(PreparedStatement, int, DbDataFieldData) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
setLongVarbinary(PreparedStatement, int, DbDataFieldData) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
setLongVarbinary(PreparedStatement, int, DbDataFieldData) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
setLongVarbinary(PreparedStatement, int, DbDataFieldData) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
setLongVarbinary(PreparedStatement, int, DbDataFieldData) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
setLongVarbinary(PreparedStatement, int, DbDataFieldData) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
setLongVarchar(PreparedStatement, int, DbDataFieldData) - Method in class org.riverock.dbrevision.db.Database
 
setLongVarchar(PreparedStatement, int, DbDataFieldData) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
setLongVarchar(PreparedStatement, int, DbDataFieldData) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
setLongVarchar(PreparedStatement, int, DbDataFieldData) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
setLongVarchar(PreparedStatement, int, DbDataFieldData) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
setLongVarchar(PreparedStatement, int, DbDataFieldData) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
setLongVarchar(PreparedStatement, int, DbDataFieldData) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
setLongVarchar(PreparedStatement, int, DbDataFieldData) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
setLongVarchar(PreparedStatement, int, DbDataFieldData) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
setMaxValue(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbSequence
Sets the value of the maxValue property.
setMinValue(int) - Method in class org.riverock.dbrevision.annotation.schema.db.DbSequence
Sets the value of the minValue property.
setModuleConfigs(List<ModuleConfig>) - Method in class org.riverock.dbrevision.manager.Config
 
setModuleName(String) - Method in class org.riverock.dbrevision.manager.RevisionBean
 
setName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.ActionParameter
Sets the value of the name property.
setName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbAbstractTable
Sets the value of the name property.
setName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbField
Sets the value of the name property.
setName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbRevision.Module
Sets the value of the name property.
setName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbSequence
Sets the value of the name property.
setName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.Patch
Sets the value of the name property.
setName(String) - Method in class org.riverock.dbrevision.manager.ModuleConfig
 
setNonUnique(Boolean) - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndex
Sets the value of the nonUnique property.
setNullable(Integer) - Method in class org.riverock.dbrevision.annotation.schema.db.DbField
Sets the value of the nullable property.
setNumberData(BigDecimal) - Method in class org.riverock.dbrevision.annotation.schema.db.DbDataFieldData
Sets the value of the numberData property.
setNumberData(BigDecimal) - Method in class org.riverock.dbrevision.annotation.schema.db.FieldData
Sets the value of the numberData property.
setPages(Integer) - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndex
Sets the value of the pages property.
setPatchPath(File) - Method in class org.riverock.dbrevision.manager.Version
 
setPkColumnName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKeyColumn
Sets the value of the pkColumnName property.
setPkName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
Sets the value of the pkName property.
setPkName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbPrimaryKey
Sets the value of the pkName property.
setPkSchemaName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
Sets the value of the pkSchemaName property.
setPkTableName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
Sets the value of the pkTableName property.
setPreviousName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.Patch
Sets the value of the previousName property.
setPrimaryKey(DbPrimaryKey) - Method in class org.riverock.dbrevision.annotation.schema.db.DbTable
Sets the value of the primaryKey property.
setProcessed(Boolean) - Method in class org.riverock.dbrevision.annotation.schema.db.Patch
Sets the value of the processed property.
setRemark(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbAbstractTable
Sets the value of the remark property.
setRuleName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbKeyActionRule
Sets the value of the ruleName property.
setRuleType(Integer) - Method in class org.riverock.dbrevision.annotation.schema.db.DbKeyActionRule
Sets the value of the ruleType property.
setSchema(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbAbstractTable
Sets the value of the schema property.
setSchema(DbSchema) - Method in class org.riverock.dbrevision.annotation.schema.db.DbDatabase
Sets the value of the schema property.
setSchemaName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndex
Sets the value of the schemaName property.
setSchemaName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbPrimaryKey
Sets the value of the schemaName property.
setSize(Integer) - Method in class org.riverock.dbrevision.annotation.schema.db.DbDataFieldData
Sets the value of the size property.
setSize(Integer) - Method in class org.riverock.dbrevision.annotation.schema.db.DbField
Sets the value of the size property.
setSql(String) - Method in class org.riverock.dbrevision.annotation.schema.db.SqlAction
Sets the value of the sql property.
setStatus(PatchStatus.Status) - Method in class org.riverock.dbrevision.manager.patch.PatchStatus
 
setStringData(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbDataFieldData
Sets the value of the stringData property.
setStringData(String) - Method in class org.riverock.dbrevision.annotation.schema.db.FieldData
Sets the value of the stringData property.
setTableName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.AddTableFieldAction
Sets the value of the tableName property.
setTableName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndex
Sets the value of the tableName property.
setTableName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbPrimaryKey
Sets the value of the tableName property.
setTableName(String) - Method in class org.riverock.dbrevision.annotation.schema.db.TableData
Sets the value of the tableName property.
setText(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbView
Sets the value of the text property.
setType(String) - Method in class org.riverock.dbrevision.annotation.schema.db.Action
Sets the value of the type property.
setType(String) - Method in class org.riverock.dbrevision.annotation.schema.db.DbAbstractTable
Sets the value of the type property.
setType(Integer) - Method in class org.riverock.dbrevision.annotation.schema.db.DbIndex
Sets the value of the type property.
setType(String) - Method in class org.riverock.dbrevision.annotation.schema.db.PrimaryKey
Sets the value of the type property.
setTypeField(String) - Method in class org.riverock.dbrevision.annotation.schema.db.FieldData
Sets the value of the typeField property.
setUpdateRule(DbKeyActionRule) - Method in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
Sets the value of the updateRule property.
setValidator(Validator) - Method in class org.riverock.dbrevision.annotation.schema.db.Patch
Sets the value of the validator property.
setVersions(DbRevision.Module.Versions) - Method in class org.riverock.dbrevision.annotation.schema.db.DbRevision.Module
Sets the value of the versions property.
setVersions(List<String>) - Method in class org.riverock.dbrevision.manager.ModuleConfig
 
size - Variable in class org.riverock.dbrevision.annotation.schema.db.DbDataFieldData
 
size - Variable in class org.riverock.dbrevision.annotation.schema.db.DbField
 
sort(List<Patch>) - Static method in class org.riverock.dbrevision.manager.patch.PatchSorter
 
sql - Variable in class org.riverock.dbrevision.annotation.schema.db.SqlAction
 
SqlAction - Class in org.riverock.dbrevision.annotation.schema.db
Java class for anonymous complex type.
SqlAction() - Constructor for class org.riverock.dbrevision.annotation.schema.db.SqlAction
 
SQLSERVER_FAMILY - Static variable in class org.riverock.dbrevision.db.DatabaseFactory
 
SqlServerDatabase - Class in org.riverock.dbrevision.db.impl
Microsoft adapter $Author: serg_main $

$Id: SqlServerDatabase.java 1141 2006-12-14 14:43:29Z serg_main $

SqlServerDatabase(Connection) - Constructor for class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
sqlTypesMapping(String) - Static method in class org.riverock.dbrevision.db.DatabaseManager
 
stringData - Variable in class org.riverock.dbrevision.annotation.schema.db.DbDataFieldData
 
stringData - Variable in class org.riverock.dbrevision.annotation.schema.db.FieldData
 

T

TableData - Class in org.riverock.dbrevision.annotation.schema.db
Java class for anonymous complex type.
TableData() - Constructor for class org.riverock.dbrevision.annotation.schema.db.TableData
 
tableName - Variable in class org.riverock.dbrevision.annotation.schema.db.AddTableFieldAction
 
tableName - Variable in class org.riverock.dbrevision.annotation.schema.db.DbIndex
 
tableName - Variable in class org.riverock.dbrevision.annotation.schema.db.DbPrimaryKey
 
tableName - Variable in class org.riverock.dbrevision.annotation.schema.db.TableData
 
tables - Variable in class org.riverock.dbrevision.annotation.schema.db.DbDataSchema
 
tables - Variable in class org.riverock.dbrevision.annotation.schema.db.DbSchema
 
testExceptionConstraintExists(Exception) - Method in class org.riverock.dbrevision.db.Database
 
testExceptionConstraintExists(Exception) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
testExceptionConstraintExists(Exception) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
testExceptionConstraintExists(Exception) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
testExceptionConstraintExists(Exception) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
testExceptionConstraintExists(Exception) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
testExceptionConstraintExists(Exception) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
testExceptionConstraintExists(Exception) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
testExceptionConstraintExists(Exception) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
testExceptionIndexUniqueKey(Exception, String) - Method in class org.riverock.dbrevision.db.Database
 
testExceptionIndexUniqueKey(Exception) - Method in class org.riverock.dbrevision.db.Database
 
testExceptionIndexUniqueKey(Exception, String) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
testExceptionIndexUniqueKey(Exception) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
testExceptionIndexUniqueKey(Exception, String) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
testExceptionIndexUniqueKey(Exception) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
testExceptionIndexUniqueKey(Exception, String) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
testExceptionIndexUniqueKey(Exception) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
testExceptionIndexUniqueKey(Exception, String) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
testExceptionIndexUniqueKey(Exception) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
testExceptionIndexUniqueKey(Exception, String) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
testExceptionIndexUniqueKey(Exception) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
testExceptionIndexUniqueKey(Exception, String) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
testExceptionIndexUniqueKey(Exception) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
testExceptionIndexUniqueKey(Exception, String) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
testExceptionIndexUniqueKey(Exception) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
testExceptionIndexUniqueKey(Exception, String) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
testExceptionIndexUniqueKey(Exception) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
testExceptionSequenceExists(Exception) - Method in class org.riverock.dbrevision.db.Database
 
testExceptionSequenceExists(Exception) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
testExceptionSequenceExists(Exception) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
testExceptionSequenceExists(Exception) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
testExceptionSequenceExists(Exception) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
testExceptionSequenceExists(Exception) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
testExceptionSequenceExists(Exception) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
testExceptionSequenceExists(Exception) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
testExceptionSequenceExists(Exception) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
testExceptionTableExists(Exception) - Method in class org.riverock.dbrevision.db.Database
 
testExceptionTableExists(Exception) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
testExceptionTableExists(Exception) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
testExceptionTableExists(Exception) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
testExceptionTableExists(Exception) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
testExceptionTableExists(Exception) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
testExceptionTableExists(Exception) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
testExceptionTableExists(Exception) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
testExceptionTableExists(Exception) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
testExceptionTableNotFound(Exception) - Method in class org.riverock.dbrevision.db.Database
 
testExceptionTableNotFound(Exception) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
testExceptionTableNotFound(Exception) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
testExceptionTableNotFound(Exception) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
testExceptionTableNotFound(Exception) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
testExceptionTableNotFound(Exception) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
testExceptionTableNotFound(Exception) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
testExceptionTableNotFound(Exception) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
testExceptionTableNotFound(Exception) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
testExceptionViewExists(Exception) - Method in class org.riverock.dbrevision.db.Database
 
testExceptionViewExists(Exception) - Method in class org.riverock.dbrevision.db.impl.DB2Database
 
testExceptionViewExists(Exception) - Method in class org.riverock.dbrevision.db.impl.HyperSonicDatabase
 
testExceptionViewExists(Exception) - Method in class org.riverock.dbrevision.db.impl.InterbaseDatabase
 
testExceptionViewExists(Exception) - Method in class org.riverock.dbrevision.db.impl.MaxDBDatabase
 
testExceptionViewExists(Exception) - Method in class org.riverock.dbrevision.db.impl.MySqlDatabase
 
testExceptionViewExists(Exception) - Method in class org.riverock.dbrevision.db.impl.OracleDatabase
 
testExceptionViewExists(Exception) - Method in class org.riverock.dbrevision.db.impl.PostgreeSqlDatabase
 
testExceptionViewExists(Exception) - Method in class org.riverock.dbrevision.db.impl.SqlServerDatabase
 
text - Variable in class org.riverock.dbrevision.annotation.schema.db.DbView
 
toString() - Method in class org.riverock.dbrevision.manager.Module
 
toString() - Method in class org.riverock.dbrevision.manager.Version
 
TwoPatchesWithEmptyPreviousPatchException - Exception in org.riverock.dbrevision.exception
User: SergeMaslyukov Date: 28.07.2007 Time: 20:46:50
TwoPatchesWithEmptyPreviousPatchException() - Constructor for exception org.riverock.dbrevision.exception.TwoPatchesWithEmptyPreviousPatchException
Empty constructor
TwoPatchesWithEmptyPreviousPatchException(String) - Constructor for exception org.riverock.dbrevision.exception.TwoPatchesWithEmptyPreviousPatchException
Constructor
TwoPatchesWithEmptyPreviousPatchException(Throwable) - Constructor for exception org.riverock.dbrevision.exception.TwoPatchesWithEmptyPreviousPatchException
Constructor
TwoPatchesWithEmptyPreviousPatchException(String, Throwable) - Constructor for exception org.riverock.dbrevision.exception.TwoPatchesWithEmptyPreviousPatchException
Constructor
TwoPatchesWithSameNameException - Exception in org.riverock.dbrevision.exception
User: SergeMaslyukov Date: 28.07.2007 Time: 20:46:50
TwoPatchesWithSameNameException() - Constructor for exception org.riverock.dbrevision.exception.TwoPatchesWithSameNameException
Empty constructor
TwoPatchesWithSameNameException(String) - Constructor for exception org.riverock.dbrevision.exception.TwoPatchesWithSameNameException
Constructor
TwoPatchesWithSameNameException(Throwable) - Constructor for exception org.riverock.dbrevision.exception.TwoPatchesWithSameNameException
Constructor
TwoPatchesWithSameNameException(String, Throwable) - Constructor for exception org.riverock.dbrevision.exception.TwoPatchesWithSameNameException
Constructor
type - Variable in class org.riverock.dbrevision.annotation.schema.db.Action
 
type - Variable in class org.riverock.dbrevision.annotation.schema.db.DbAbstractTable
 
type - Variable in class org.riverock.dbrevision.annotation.schema.db.DbIndex
 
type - Variable in class org.riverock.dbrevision.annotation.schema.db.PrimaryKey
 
typeField - Variable in class org.riverock.dbrevision.annotation.schema.db.FieldData
 

U

updateRule - Variable in class org.riverock.dbrevision.annotation.schema.db.DbForeignKey
 
Utils - Class in org.riverock.dbrevision.utils
Common utils
Utils() - Constructor for class org.riverock.dbrevision.utils.Utils
 

V

validate(Database) - Method in interface org.riverock.dbrevision.manager.patch.PatchValidator
 
validator - Variable in class org.riverock.dbrevision.annotation.schema.db.Patch
 
Validator - Class in org.riverock.dbrevision.annotation.schema.db
Java class for anonymous complex type.
Validator() - Constructor for class org.riverock.dbrevision.annotation.schema.db.Validator
 
valueOf(String) - Static method in enum org.riverock.dbrevision.db.Database.Family
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.riverock.dbrevision.manager.patch.PatchStatus.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.riverock.dbrevision.db.Database.Family
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.riverock.dbrevision.manager.patch.PatchStatus.Status
Returns an array containing the constants of this enum type, in the order they're declared.
Version - Class in org.riverock.dbrevision.manager
User: SergeMaslyukov Date: 28.07.2007 Time: 20:04:13
Version(Database, File, String) - Constructor for class org.riverock.dbrevision.manager.Version
 
VersionPathNotFoundException - Exception in org.riverock.dbrevision.exception
User: SergeMaslyukov Date: 28.07.2007 Time: 20:46:50
VersionPathNotFoundException() - Constructor for exception org.riverock.dbrevision.exception.VersionPathNotFoundException
Empty constructor
VersionPathNotFoundException(String) - Constructor for exception org.riverock.dbrevision.exception.VersionPathNotFoundException
Constructor
VersionPathNotFoundException(Throwable) - Constructor for exception org.riverock.dbrevision.exception.VersionPathNotFoundException
Constructor
VersionPathNotFoundException(String, Throwable) - Constructor for exception org.riverock.dbrevision.exception.VersionPathNotFoundException
Constructor
versions - Variable in class org.riverock.dbrevision.annotation.schema.db.DbRevision.Module
 
versions - Variable in class org.riverock.dbrevision.annotation.schema.db.DbRevision.Module.Versions
 
views - Variable in class org.riverock.dbrevision.annotation.schema.db.DbSchema
 

W

writeMarshalToOutputStream(Object, String, String, OutputStream, boolean, NamespacePrefixMapper[]) - Static method in class org.riverock.dbrevision.utils.Utils
 
writeObjectAsXml(Object, OutputStream, String) - Static method in class org.riverock.dbrevision.utils.Utils
 
writeObjectAsXml(Object, OutputStream, String, String) - Static method in class org.riverock.dbrevision.utils.Utils
 
writeToFile(Object, String) - Static method in class org.riverock.dbrevision.utils.Utils
 
writeToFile(Object, String, String) - Static method in class org.riverock.dbrevision.utils.Utils
 

A C D E F G H I J K L M N O P R S T U V W

Copyright © 2008 Riverock community. All Rights Reserved.