|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MaterializationLoadScripts
Contains all information nessecary to save the scripts that will be run by a MetaMatrix utility to load or refresh the data resident in a Materialized View.
Users should get the contents of each file and save each with the filename associated with it.
NOTE: Users should close the InputStream
representing
the file contents when finished.
Nested Class Summary | |
---|---|
static interface |
MaterializationLoadScripts.DatabaseType
|
Method Summary | |
---|---|
java.io.InputStream |
getConnectionPropsFileContents()
Get the contents of the connection properties file. |
java.lang.String |
getConnectionPropsFileName()
Get the file name the connection properties should be named. |
java.io.InputStream |
getCreateScriptFile()
Get a stream for the generated DDL script. |
java.lang.String |
getCreateScriptFileName()
Get the file name the the DDL script should be named. |
java.io.InputStream |
getLoadScriptFile()
Get a stream of the generated load script. |
java.lang.String |
getLoadScriptFileName()
Get the file name the the load script should be named. |
java.io.InputStream |
getSwapScriptFile()
Get a stream of the generated swap script. |
java.lang.String |
getSwapScriptFileName()
Get the file name the the swap script should be named. |
java.io.InputStream |
getTruncateScriptFile()
Get a stream of the generated truncate script. |
java.lang.String |
getTruncateScriptFileName()
Get the file name the the truncate script should be named. |
Method Detail |
---|
java.io.InputStream getTruncateScriptFile()
NOTE: Client is responsible for closing the stream.
java.lang.String getTruncateScriptFileName()
java.io.InputStream getLoadScriptFile()
NOTE: Client is responsible for closing the stream.
java.lang.String getLoadScriptFileName()
java.io.InputStream getSwapScriptFile()
NOTE: Client is responsible for closing the stream.
java.lang.String getSwapScriptFileName()
java.io.InputStream getCreateScriptFile()
NOTE: Client is responsible for closing the stream.
java.lang.String getCreateScriptFileName()
java.io.InputStream getConnectionPropsFileContents()
java.lang.String getConnectionPropsFileName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |