Package org.jumpmind.db
Class DatabasePlatformTest
java.lang.Object
org.jumpmind.db.DatabasePlatformTest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Table
dropCreateAndThenReadTable
(Table table) void
protected String
getSequenceName
(IDatabasePlatform platform) static void
setup()
void
void
void
void
void
void
void
void
void
void
void
void
-
Field Details
-
SIMPLE_TABLE
- See Also:
-
UPPERCASE_TABLE
- See Also:
-
originalLevel
protected org.apache.logging.log4j.Level originalLevel
-
-
Constructor Details
-
DatabasePlatformTest
public DatabasePlatformTest()
-
-
Method Details
-
setup
- Throws:
Exception
-
turnOnDebug
@BeforeEach public void turnOnDebug() -
turnOffDebug
public void turnOffDebug() -
testTableRebuild
- Throws:
Exception
-
testAddDefaultValueToVarcharColumn
- Throws:
Exception
-
testExportDefaultValueWithUnderscores
@Test public void testExportDefaultValueWithUnderscores() -
dropCreateAndThenReadTable
-
testDisableAutoincrement
- Throws:
Exception
-
testUpgradePrimaryKeyAutoIncrementFromIntToBigInt
- Throws:
Exception
-
getSequenceName
-
testCreateAndReadTestSimpleTable
- Throws:
Exception
-
testReadTestUppercase
- Throws:
Exception
-
testNvarcharType
@Test public void testNvarcharType() -
getPermissionsTest
@Test public void getPermissionsTest() -
testEnumType
@Test public void testEnumType() -
testMassageForLimitOffset
@Test public void testMassageForLimitOffset()
-