|
com.im.df/1 5.9.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.im.df.impl.db.api.DBImplBackdoor
public class DBImplBackdoor
This class is a factory for creating DB impl items. It is used in legacy data loaders to be able to load old projects and create new implementations.
| Method Summary | |
|---|---|
static String |
createSchema(CreateSchemaInfo createInfo,
DFEnvironmentRO env)
Creates a new schema, using information / connection present in the CreateSchemaInfo. |
static List<DFDataAcceptor> |
getAllAcceptors()
Get all the different types of DFDataAcceptor TODO - DIF API move this methods to API |
static Map<String,String> |
getAllSchemas(DatabasePlatform platform,
DFEnvironmentRO env)
Returns a map of schema ID -> schema name of all schemas in the database, never null. |
static List<DFDataAcceptor> |
getStandardDataAcceptors()
Utility method to get the data acceptors for the standard field types. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String createSchema(CreateSchemaInfo createInfo,
DFEnvironmentRO env)
throws IOException
CreateSchemaInfo.
Note: this method is temporary; it will be removed when the SchemaProvider
will support schema creation.
createInfo - The schema creation properties
IOException
public static Map<String,String> getAllSchemas(DatabasePlatform platform,
DFEnvironmentRO env)
platform - The Database connection/platform.public static List<DFDataAcceptor> getAllAcceptors()
public static List<DFDataAcceptor> getStandardDataAcceptors()
|
com.im.df/1 5.9.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||