Java Doc for Tds5Test.java in  » Database-JDBC-Connection-Pool » jTDS » net » sourceforge » jtds » test » Java Source Code / Java DocumentationJava Source Code and Java Documentation

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 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


net.sourceforge.jtds.test.TestBase
   net.sourceforge.jtds.test.Tds5Test

Tds5Test
public class Tds5Test extends TestBase (Code)
Test case to illustrate use of TDS 5 support.
version:
   1.0
author:
   Mike Hutchinson



Constructor Summary
public  Tds5Test(String name)
    

Method Summary
public static  voidmain(String[] args)
    
public static  Testsuite()
    
public  voidtestBigint()
     Test Sybase ASE 15+ bigint data type.
public  voidtestColMetaData()
    
public  voidtestDateTime()
    
public  voidtestImageText()
    
public  voidtestLongData()
     Test varchar and varbinary fields longer than 255 bytes.
public  voidtestNullUniText()
    
public  voidtestResultSetMetaData()
     Test that resultset meta data is correct for short varchar/varbinary types.
public  voidtestResultSetMetaData2()
     Test that resultset meta data is correct for long varchar/varbinary types.
public  voidtestResultSetMetaData3()
     Test Sybase ASE misc data type metadata.
public  voidtestResultSetMetaData4()
     Test Sybase ASE 15+ misc data type metadata.
public  voidtestStreamImage()
    
public  voidtestStreamText()
    
public  voidtestStreamUniText()
    
public  voidtestUniText()
    
public  voidtestUnsignedBigInt()
     Test Sybase ASE 15+ unsigned bigint data type.
public  voidtestUnsignedInt()
     Test Sybase ASE 15+ unsigned int data type.
public  voidtestUnsignedSmallInt()
     Test Sybase ASE 15+ unsigned smallint data type.


Constructor Detail
Tds5Test
public Tds5Test(String name)(Code)




Method Detail
main
public static void main(String[] args)(Code)



suite
public static Test suite()(Code)



testBigint
public void testBigint() throws Exception(Code)
Test Sybase ASE 15+ bigint data type.
throws:
  Exception -



testColMetaData
public void testColMetaData() throws Exception(Code)
Test the new column meta data made available in Sybase 12
throws:
  Exception -



testDateTime
public void testDateTime() throws Exception(Code)
Test the new date and time data types in Sybase 12+
throws:
  Exception -



testImageText
public void testImageText() throws Exception(Code)
Test for bug [1161609] Text or image data truncated on Sybase 12.5
throws:
  Exception -



testLongData
public void testLongData() throws Exception(Code)
Test varchar and varbinary fields longer than 255 bytes. Test univarchar columns as well.
throws:
  Exception -



testNullUniText
public void testNullUniText() throws Exception(Code)



testResultSetMetaData
public void testResultSetMetaData() throws Exception(Code)
Test that resultset meta data is correct for short varchar/varbinary types. Demonstrate fix to bug [1453552].
throws:
  Exception -



testResultSetMetaData2
public void testResultSetMetaData2() throws Exception(Code)
Test that resultset meta data is correct for long varchar/varbinary types.
throws:
  Exception -



testResultSetMetaData3
public void testResultSetMetaData3() throws Exception(Code)
Test Sybase ASE misc data type metadata.
throws:
  Exception -



testResultSetMetaData4
public void testResultSetMetaData4() throws Exception(Code)
Test Sybase ASE 15+ misc data type metadata.
throws:
  Exception -



testStreamImage
public void testStreamImage() throws Exception(Code)
Test writing image data from InputStream
throws:
  Exception -



testStreamText
public void testStreamText() throws Exception(Code)
Test writing text data from Reader
throws:
  Exception -



testStreamUniText
public void testStreamUniText() throws Exception(Code)
Test writing unitext data from Reader



testUniText
public void testUniText() throws Exception(Code)
Test writing unitext data from memory
throws:
  Exception -



testUnsignedBigInt
public void testUnsignedBigInt() throws Exception(Code)
Test Sybase ASE 15+ unsigned bigint data type.
throws:
  Exception -



testUnsignedInt
public void testUnsignedInt() throws Exception(Code)
Test Sybase ASE 15+ unsigned int data type.
throws:
  Exception -



testUnsignedSmallInt
public void testUnsignedSmallInt() throws Exception(Code)
Test Sybase ASE 15+ unsigned smallint data type.
throws:
  Exception -



Fields inherited from net.sourceforge.jtds.test.TestBase
Connection con(Code)(Java Doc)
final public static Properties props(Code)(Java Doc)

Methods inherited from net.sourceforge.jtds.test.TestBase
public void compareInputStreams(InputStream is1, InputStream is2) throws IOException(Code)(Java Doc)
public void compareReaders(Reader r1, Reader r2) throws IOException(Code)(Java Doc)
protected void connect() throws Exception(Code)(Java Doc)
public void dump(ResultSet rs) throws SQLException(Code)(Java Doc)
public void dumpRow(ResultSet rs) throws SQLException(Code)(Java Doc)
public Connection getConnection() throws Exception(Code)(Java Doc)
public Connection getConnection(Properties override) throws Exception(Code)(Java Doc)
public void makeObjects(Statement stmt, int count) throws SQLException(Code)(Java Doc)
protected void makeTestTables(Statement stmt) throws SQLException(Code)(Java Doc)
public void setUp() throws Exception(Code)(Java Doc)
public void tearDown() throws Exception(Code)(Java Doc)

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