org.apache.derbyTesting.functionTests.tests.lang

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Database DBMS » db derby 10.2 » org.apache.derbyTesting.functionTests.tests.lang 
org.apache.derbyTesting.functionTests.tests.lang
Java Source File NameTypeComment
AggregateClassLoading.javaClass Test for ensuring the aggregate implementation classes are loaded correctly, even when the context class loader loads Derby engine classes as well.
AIjdbc.javaClass Test execution of JDBC method, isAutoincrement.
bug4356.javaClass Demonstrate subselect behavior with prepared statement.
bug5052rts.javaClass testing gathering of runtime statistics for for the resultsets/statements not closed by the usee, but get closed when garbage collector collects such objects and closes them by calling the finalize.
bug5054.javaClass
casting.javaClass
CharUTF8.javaClass Test all characters written through the UTF8 format.
closed.javaClass Test execution of closed JDBC objects.
coalesceTests.javaClass Coalesce/Value tests for various datatypes coalesce/value function takes arguments and returns the first argument that is not null. The arguments are evaluated in the order in which they are specified, and the result of the function is the first argument that is not null.
concateTests.javaClass
ConcurrentImplicitCreateSchema.javaClass Test for several threads creating tables in the same originally non-existing schema.
currentof.javaClass This tests the current of statements, i.e.
cursor.javaClass This tests cursor handling Not done in ij since the cursor names may not be stable, and we want to control navigation through the cursor rows.
dbjarUtil.javaClass Simple program to archive a database up in a jar file within the test harness.
dbManagerLimits.javaClass Test various data manager limits like in db2 here.
deadlockMode.javaClass This tests for deadlock which can occur if two threads get a row lock before getting a table lock on the same table.
declareGlobalTempTableJava.javaClass Test for declared global temporary tables introduced in Cloudscape 5.2 The temp table tests with holdable cursor and savepoints are in declareGlobalTempTableJavaJDBC30 class.
declareGlobalTempTableJavaJDBC30.javaClass Test for declared global temporary tables (introduced in Cloudscape 5.2) and pooled connection close and jdbc 3.0 specific features The jdbc3.0 specific featuers are holdable cursors, savepoints. The rest of the temp table test are in declareGlobalTempTableJava class.
errorStream.javaClass
forbitdata.javaClass
GetPropertyInfoTest.javaClass
grantRevoke.javaClass
GroupByExpressionTest.javaClass
holdCursorJava.javaClass
holdCursorJavaReflection.javaClass Test hold cursor after commit using reflection.
JitTest.javaClass
LangScripts.javaClass LangScripts runs SQL scripts (.sql files) in the lang package and compares the output to a canon file in the standard master package.
largeCodeGen.javaClass
logStream.javaClass Demonstrate subselect behavior with prepared statement.
longStringColumn.javaClass Test of strings longer than 64K.
MathTrigFunctionsTest.javaClass
maxMemPerTab.javaClass
outparams.javaClass
outparams30.javaClass outparams30 contains java procedures using java.math.BigDecimal.
PrepareExecuteDDL.javaClass Test the dependency system for active statements when a DDL is executed in a separate connection after the prepare but before the execute.
procedure.javaClass
procedureJdbc30.javaClass
repeat.javaClass Test the statement cache -- reusing statements with the matching SQL text.
scrollCursors2.javaClass Test of scroll cursors.
ShutdownDatabase.javaClass
simpleThread.javaClass
simpleThreadWrapper.javaClass Test of strings longer than 64K.
SpillHash.javaClass Test BackingStoreHashtable spilling to disk.
SQLAuthorizationPropTest.javaClass
stmtCache3.javaClass Test the statement cache with a 3-statement size.
streams.javaClass This tests streams, and when we should not materialize it.
TableVTI.javaClass This class has been adapted from org.apache.derby.vti.VTITemplate because we do not want a test to depend on an engine class. This class implements most of the methods of the JDBC 1.2 interface java.sql.ResultSet, each one throwing a SQLException with the name of the method.
TimeHandlingTest.javaClass
timestampArith.javaClass Test the JDBC TIMESTAMPADD and TIMESTAMPDIFF escape functions. Things to test: + Test each interval type with timestamp, date, and time inputs. + Test diff with all 9 combinations of datetime input types (timestamp - timestamp, timestamp - date, etc). + Test PreparedStatements with parameters, '?', in each argument, and Statements.
triggerStream.javaClass
unaryArithmeticDynamicParameter.javaClass This tests unary minus and unary plus as dynamic parameters in PreparedStatements.
updatableResultSet.javaClass
updateCursor.javaClass This tests updateable cursor using index, Beetle entry 3865. Not done in ij since we need to do many "next" and "update" to be able to excercise the code of creating temp conglomerate for virtual memory heap.
userDefMethods.javaClass
VTITest.javaClass
WarehouseVTI.javaClass
WISCInsert.javaClass This class is a VTI for loading data into the Wisconsin benchmark schema.
WiscMetaData.javaClass This class gives the metadata for the VTI for loading the Wisconsin benchmark schema.
wisconsin.javaClass
WiscVTI.javaClass This class is a VTI for loading data into the Wisconsin benchmark schema.
xmlBinding.javaClass This class checks to make sure that the XML data type and the corresponding XML operations all work as expected from the JDBC side of things.
_Suite.javaClass Suite to run all JUnit tests in this package: org.apache.derbyTesting.functionTests.tests.lang

All tests are run "as-is", just as if they were run individually.

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.