org.openorb.pss.connector.database
public class DatabaseWrapper extends Object implements PsdlWrapper
Constructor Summary | |
---|---|
DatabaseWrapper(PsdlCompilerProperties pcp)
Constructor |
Method Summary | |
---|---|
psdlState[] | mappable_states(psdlStorageType st, boolean inherited)
This operation returns all mappable states for a storage type |
void | map_catalog(File into, psdlCatalog cat)
This operation will be called by the PSDL to Java generator in order to translate
Catalog structure. |
void | map_catalog_for_session(File into, psdlCatalog cat)
This operation will be called by the PSDL to Java generator in order to translate
Catalog structure. |
void | map_catalog_for_session_pool(File into, psdlCatalog cat)
This operation will be called by the PSDL to Java generator in order to translate
Catalog structure. |
void | map_catalog_for_transactional_session(File into, psdlCatalog cat)
This operation will be called by the PSDL to Java generator in order to translate
Catalog structure. |
void | map_storagehome(File into, psdlStorageHome sh)
This operation will be called by the PSDL to Java generator in order to translate
Storage Home structure. |
void | map_storagetype(File into, psdlStorageType st)
This operation will be called by the PSDL to Java generator in order to translate
Storage Type structure. |