com.im.df/1 5.9.1

com.im.df.impl.db.api
Class CreateSchemaInfo

java.lang.Object
  extended by com.im.df.impl.db.api.CreateSchemaInfo

public final class CreateSchemaInfo
extends Object

Creation info for the Schema creation operation.


Field Summary
 Map<String,String> licenseKeys
          License keys
 DatabasePlatform platform
          The database platform to use.
 String propertyTableName
          JChem properties table name.
 String schemaName
          The name of the new schema
 String schemaType
          The schema type identifier; right now, only one schema is supported, so the field is preinitialized and final.
 
Constructor Summary
CreateSchemaInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

schemaType

public final String schemaType
The schema type identifier; right now, only one schema is supported, so the field is preinitialized and final.

See Also:
Constant Field Values

licenseKeys

public Map<String,String> licenseKeys
License keys


propertyTableName

public String propertyTableName
JChem properties table name. Will be created, if the table does not exist


platform

public DatabasePlatform platform
The database platform to use. Null, if local DB should be used


schemaName

public String schemaName
The name of the new schema

Constructor Detail

CreateSchemaInfo

public CreateSchemaInfo()

com.im.df/1 5.9.1