net.sourceforge.jtds.test

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 JDBC Connection Pool » jTDS » net.sourceforge.jtds.test 
net.sourceforge.jtds.test
Java Source File NameTypeComment
AsTest.javaClass
BatchTest.javaClass Simple test suite to exercise batch execution.
CallableStatementJDBC3Test.javaClass Test the JDBC 3.0 features of CallableStatement.
CallableStatementTest.javaClass
ClientSideCursorTest.javaClass Test case to illustrate use of Cached cursor result set.
ConnectionJDBC2UnitTest.javaClass Unit test for the ConnectionJDBC2 class.
ConnectionJDBC3Test.javaClass JDBC 3.0-only tests for Connection.
CSUnitTest.javaClass
DatabaseMetaDataJDBC3Test.javaClass Test JDBC3 extensions to DatabaseMetaData.
DatabaseMetaDataTest.javaClass Test DatabaseMetaData.
DatabaseMetaDataTypeInfoTest.javaClass Tests for DatabaseMetaData.getTypeInfo().
DatabaseTestCase.javaClass
DefaultPropertiesTester.javaClass Abstract class used to test the default properties set on a variety of methods.

Implements the Command pattern.
author:
   David D.

DefaultPropertiesTestLibrary.javaClass Library for testing default properties.

Uses a DefaultPropertiesTester object to test different methods in different classes.

To extend this class, the programmer must implement the following items:

  1. Set the #tester field in a public default constructor that takes no arguments.
  2. A public static Test suite() method that takes one or more arguments.
DefaultPropertiesUnitTest.javaClass Unit tests for the net.sourceforge.jtds.jdbc.DefaultProperties class.
author:
   David D.
DriverUnitTest.javaClass Unit tests for the Driver class.
author:
   David D.
EncodingTest.javaClass
GenKeyTest.javaClass Test case to illustrate JDBC 3 GetGeneratedKeys() function.
JDBC3Test.javaClass Test for miscellaneous JDBC 3.0 features.
JtdsDataSourceUnitTest.javaClass Unit tests for the JtdsDataSource class.
author:
   David D.
JtdsObjectFactoryUnitTest.javaClass Unit tests for the JtdsObjectFactory class.
author:
   David D.
LargeLOBTest.javaClass
LOBTest.javaClass
MessagesPropertiesUnitTest.javaClass Unit tests for the Messages.properties file.
author:
   David D.
MetaDataTestCase.javaClass Base class for meta data test cases.
NamedPipeUnitTest.javaClass Unit tests for the SharedNamedPipe class.
author:
   David D.
NtlmAuthTest.javaClass Unit test for NTLM challenge/response calculation Written by mdb.
PreparedStatementTest.javaClass
ReadTextTest.javaClass Test case to illustrate use of READTEXT for text and image columns.
ResultSetTest.javaClass
SAfeTest.javaClass
SanityTest.javaClass Some simple tests just to make sure everything is working properly.
SavepointTest.javaClass
SunTest.javaClass Test case to illustrate errors reported by SUN JBDC compatibility test suite.
SupportUnitTest.javaClass Unit tests for the net.sourceforge.jtds.jdbc.Support class.
author:
   David D.
Tds5Test.javaClass Test case to illustrate use of TDS 5 support.
Tds8Test.javaClass
TestBase.javaClass
TimestampTest.javaClass test getting timestamps from the database.
TimeZoneTest.javaClass Tests timezone conversions when setting and getting data to and from the database.
TlsTest.javaClass Test for SSL TLS.
TypeInfoTest.javaClass Tests for the TypeInfo class.
UnitTestBase.javaClass Base class for unit tests which do not connect to a database.
author:
   David D.
UpdateTest.javaClass
XaTest.javaClass Test suite for XA Distributed Transactions.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.