| Package | Description |
|---|---|
| org.rhq.core.db | |
| org.rhq.core.db.ant.dbupgrade |
| Modifier and Type | Method and Description |
|---|---|
static Collection<TypeMap> |
TypeMap.loadKnownTypeMaps()
Loads in the known type maps.
|
static Collection<TypeMap> |
TypeMap.loadTypeMapsFromStream(InputStream xml_stream)
Given an input stream that contains an XML file of type maps, this will load in those type maps.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
TypeMap.getMappedType(Collection<TypeMap> typemaps,
String generic_type,
DatabaseType database)
Given a collection of generic type maps, this returns the database specific type for the given generic type.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<TypeMap> |
DBUpgrader.getTypeMaps()
Returns the collection of database type mappings.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.