public class ScriptFactoryTest
extends java.lang.Object
Constructor and Description |
---|
ScriptFactoryTest() |
Modifier and Type | Method and Description |
---|---|
void |
testGetHsqlCreateScript()
Test get hsql create script.
|
void |
testGetHsqlDropScript()
Test get hsql drop script.
|
void |
testGetMysqlCreateScript()
Test get mysql create script.
|
void |
testGetMysqlDropScript()
Test get mysql drop script.
|
void |
testGetOracleCreateScript()
Test get oracle create script.
|
void |
testGetOracleDropScript()
Test get oracle drop script.
|
public void testGetMysqlCreateScript() throws java.lang.Exception
java.lang.Exception
- the exceptionpublic void testGetMysqlDropScript() throws java.lang.Exception
java.lang.Exception
- the exceptionpublic void testGetOracleCreateScript() throws java.lang.Exception
java.lang.Exception
- the exceptionpublic void testGetOracleDropScript() throws java.lang.Exception
java.lang.Exception
- the exceptionpublic void testGetHsqlCreateScript() throws java.lang.Exception
java.lang.Exception
- the exceptionpublic void testGetHsqlDropScript() throws java.lang.Exception
java.lang.Exception
- the exception