Class | Description |
---|---|
_Suite | |
BlobImplT |
Class to simulate a 4Gb blob impl in order to test if Derby handles such
large blobs correctly.
|
ClobImplT |
Class used to simulate a 4GB Clob implementation to check whether derby
implements such large Clobs correctly.
|
Derby5624Test |
Test to reproduce DERBY-5624, a recursion during DropOnCommit causes out
of stack space for operations that generate a lot of objects to be dropped
at commit time.
|
Derby6317Test |
Test to reproduce DERBY-6317(Optmizer can choose the wrong path when
BTreeCostController.java returns an estimate cost and row count of 0.0)
This test creates three tables and creates primary keys and foreign
key constraints on them.
|
Derby6884Test | |
LobLimitsClientTest |
LobLimitsClientTest runs the large lob limits test for the
client.
|
LobLimitsLiteTest |
LobLimitsLiteTest tests all the same functionality of
LobLimitsTest but with smaller Clobs and Blobs, so that
the test can be run with suites.All.
|
LobLimitsTest |
This test is part of the "largedata" suite because this test tests data for
lobs to the limits ( ie blob and clob can be 2G-1 maximum) and so this test
may take considerable disk space as well as time to run.
|
RandomByteStreamT |
Class to generate random byte data
|
RandomCharReaderT |
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.