Java Doc for ConnectionTest.java in  » Database-JDBC-Connection-Pool » mysql » testsuite » simple » 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 » mysql » testsuite.simple 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


testsuite.BaseTestCase
   testsuite.simple.ConnectionTest

ConnectionTest
public class ConnectionTest extends BaseTestCase (Code)
Tests java.sql.Connection functionality ConnectionTest.java,v 1.1 2002/12/06 22:01:05 mmatthew Exp
author:
   Mark Matthews

Inner Class :class SpawnedWorkerCounter
Inner Class :class LocalSocketAddressCheckThread extends Thread


Constructor Summary
public  ConnectionTest(String name)
     Constructor for ConnectionTest.

Method Summary
public static  voidmain(String[] args)
    
public  voidtestCannedConfigs()
    
public  voidtestCatalog()
    
public  voidtestCharsets()
    
public  voidtestClusterConnection()
     Tests a cluster connection for failover, requires a two-node cluster URL specfied in com.mysql.jdbc.testsuite.ClusterUrl system proeprty.
public  voidtestConnectionPropertiesTransform()
     Tests functionality of the ConnectionPropertiesTransform interface.
public  voidtestCouplingOfCursorFetch()
     Checks if setting useCursorFetch to "true" automatically enables server-side prepared statements.
public  voidtestCreateDatabaseIfNotExist()
    
public  voidtestDeadlockDetection()
    
public  voidtestDontTrackOpenResources()
     Checks implementation of 'dontTrackOpenResources' property.
public  voidtestDumpQueriesOnException()
    
public  voidtestFailoverConnection()
     Tests whether re-connect with non-read-only connection can happen.
public  voidtestGatherPerfMetrics()
     Tests if gatherPerfMetrics works.
public  voidtestIsolationLevel()
    
public  voidtestLocalInfileDisabled()
    
public  voidtestLocalInfileWithUrl()
     Tests functionality of using URLs in 'LOAD DATA LOCAL INFILE' statements.
public  voidtestLocalSocketAddress()
     Tests feature of "localSocketAddress", by enumerating local IF's and trying each one in turn.
public  voidtestNonStandardConnectionCollation()
     Tests the ability to set the connection collation via properties.
public  voidtestPing()
    
public  voidtestSavepoint()
     Tests the savepoint functionality in MySQL.
public  voidtestServerConfigurationCache()
    
public  voidtestSessionVariables()
    
public  voidtestSetProfileSql()
     Tests setting profileSql on/off in the span of one connection.
public  voidtestUsageAdvisorTooLargeResultSet()
    
public  voidtestUseCompress()
     Tests if useCompress works.
public  voidtestUseLocalSessionState()
     Tests whether or not the configuration 'useLocalSessionState' actually prevents non-needed 'set autocommit=', 'set session transaction isolation ...' and 'show variables like tx_isolation' queries.
public  voidtestUseLocalSessionStateRollback()
    
public  voidtestUseOldUTF8Behavior()
    


Constructor Detail
ConnectionTest
public ConnectionTest(String name)(Code)
Constructor for ConnectionTest.
Parameters:
  name - the name of the test to run




Method Detail
main
public static void main(String[] args)(Code)
Runs all test cases in this test suite
Parameters:
  args -



testCannedConfigs
public void testCannedConfigs() throws Exception(Code)



testCatalog
public void testCatalog() throws Exception(Code)
Tests catalog functionality
throws:
  Exception - if an error occurs



testCharsets
public void testCharsets() throws Exception(Code)
DOCUMENT ME!
throws:
  Exception - DOCUMENT ME!



testClusterConnection
public void testClusterConnection() throws Exception(Code)
Tests a cluster connection for failover, requires a two-node cluster URL specfied in com.mysql.jdbc.testsuite.ClusterUrl system proeprty.
throws:
  Exception - DOCUMENT ME!



testConnectionPropertiesTransform
public void testConnectionPropertiesTransform() throws Exception(Code)
Tests functionality of the ConnectionPropertiesTransform interface.
throws:
  Exception - if the test fails.



testCouplingOfCursorFetch
public void testCouplingOfCursorFetch() throws Exception(Code)
Checks if setting useCursorFetch to "true" automatically enables server-side prepared statements.



testCreateDatabaseIfNotExist
public void testCreateDatabaseIfNotExist() throws Exception(Code)



testDeadlockDetection
public void testDeadlockDetection() throws Exception(Code)
DOCUMENT ME!
throws:
  Exception - DOCUMENT ME!



testDontTrackOpenResources
public void testDontTrackOpenResources() throws Exception(Code)
Checks implementation of 'dontTrackOpenResources' property.
throws:
  Exception - if the test fails.



testDumpQueriesOnException
public void testDumpQueriesOnException() throws Exception(Code)



testFailoverConnection
public void testFailoverConnection() throws Exception(Code)
Tests whether re-connect with non-read-only connection can happen.
throws:
  Exception - if the test fails.



testGatherPerfMetrics
public void testGatherPerfMetrics() throws Exception(Code)
Tests if gatherPerfMetrics works.
throws:
  Exception - if the test fails



testIsolationLevel
public void testIsolationLevel() throws Exception(Code)
Tests isolation level functionality
throws:
  Exception - if an error occurs



testLocalInfileDisabled
public void testLocalInfileDisabled() throws Exception(Code)



testLocalInfileWithUrl
public void testLocalInfileWithUrl() throws Exception(Code)
Tests functionality of using URLs in 'LOAD DATA LOCAL INFILE' statements.
throws:
  Exception - if the test fails.



testLocalSocketAddress
public void testLocalSocketAddress() throws Exception(Code)
Tests feature of "localSocketAddress", by enumerating local IF's and trying each one in turn. This test might take a long time to run, since we can't set timeouts if we're using localSocketAddress. We try and keep the time down on the testcase by spawning the checking of each interface off into separate threads.
throws:
  Exception - if the test can't use at least one of the local machine'sinterfaces to make an outgoing connection to the server.



testNonStandardConnectionCollation
public void testNonStandardConnectionCollation() throws Exception(Code)
Tests the ability to set the connection collation via properties.
throws:
  Exception - if an error occurs or the test fails



testPing
public void testPing() throws SQLException(Code)



testSavepoint
public void testSavepoint() throws Exception(Code)
Tests the savepoint functionality in MySQL.
throws:
  Exception - if an error occurs.



testServerConfigurationCache
public void testServerConfigurationCache() throws Exception(Code)



testSessionVariables
public void testSessionVariables() throws Exception(Code)



testSetProfileSql
public void testSetProfileSql() throws Exception(Code)
Tests setting profileSql on/off in the span of one connection.
throws:
  Exception - if an error occurs.



testUsageAdvisorTooLargeResultSet
public void testUsageAdvisorTooLargeResultSet() throws Exception(Code)



testUseCompress
public void testUseCompress() throws Exception(Code)
Tests if useCompress works.
throws:
  Exception - if the test fails



testUseLocalSessionState
public void testUseLocalSessionState() throws Exception(Code)
Tests whether or not the configuration 'useLocalSessionState' actually prevents non-needed 'set autocommit=', 'set session transaction isolation ...' and 'show variables like tx_isolation' queries.
throws:
  Exception - if the test fails.



testUseLocalSessionStateRollback
public void testUseLocalSessionStateRollback() throws Exception(Code)



testUseOldUTF8Behavior
public void testUseOldUTF8Behavior() throws Exception(Code)



Fields inherited from testsuite.BaseTestCase
protected Connection conn(Code)(Java Doc)
protected String dbClass(Code)(Java Doc)
protected static String dbUrl(Code)(Java Doc)
protected PreparedStatement pstmt(Code)(Java Doc)
protected ResultSet rs(Code)(Java Doc)
protected Statement stmt(Code)(Java Doc)

Methods inherited from testsuite.BaseTestCase
protected void cleanupTempFiles(File exampleTempFile, String tempfilePrefix)(Code)(Java Doc)
protected void closeMemberJDBCResources()(Code)(Java Doc)
protected void createFunction(String functionName, String functionDefn) throws SQLException(Code)(Java Doc)
protected void createProcedure(String procedureName, String procedureDefn) throws SQLException(Code)(Java Doc)
protected void createSchemaObject(String objectType, String objectName, String columnsAndOtherStuff) throws SQLException(Code)(Java Doc)
protected void createTable(String tableName, String columnsAndOtherStuff) throws SQLException(Code)(Java Doc)
protected void dropFunction(String functionName) throws SQLException(Code)(Java Doc)
protected void dropProcedure(String procedureName) throws SQLException(Code)(Java Doc)
protected void dropSchemaObject(String objectType, String objectName) throws SQLException(Code)(Java Doc)
protected void dropTable(String tableName) throws SQLException(Code)(Java Doc)
protected Connection getAdminConnection() throws SQLException(Code)(Java Doc)
protected Connection getAdminConnectionWithProps(Properties props) throws SQLException(Code)(Java Doc)
protected Connection getConnectionWithProps(String propsList) throws SQLException(Code)(Java Doc)
protected Connection getConnectionWithProps(String url, String propsList) throws SQLException(Code)(Java Doc)
protected Connection getConnectionWithProps(Properties props) throws SQLException(Code)(Java Doc)
protected Connection getConnectionWithProps(String url, Properties props) throws SQLException(Code)(Java Doc)
protected int getInstanceNumber()(Code)(Java Doc)
protected String getMysqlVariable(Connection c, String variableName) throws SQLException(Code)(Java Doc)
protected String getMysqlVariable(String variableName) throws SQLException(Code)(Java Doc)
protected Properties getPropertiesFromTestsuiteUrl() throws SQLException(Code)(Java Doc)
protected int getRowCount(String tableName) throws SQLException(Code)(Java Doc)
protected Object getSingleIndexedValueWithQuery(Connection c, int columnIndex, String query) throws SQLException(Code)(Java Doc)
protected Object getSingleIndexedValueWithQuery(int columnIndex, String query) throws SQLException(Code)(Java Doc)
protected Object getSingleValue(String tableName, String columnName, String whereClause) throws SQLException(Code)(Java Doc)
protected Object getSingleValueWithQuery(String query) throws SQLException(Code)(Java Doc)
protected boolean isAdminConnectionConfigured()(Code)(Java Doc)
protected boolean isClassAvailable(String classname)(Code)(Java Doc)
protected boolean isRunningOnJRockit()(Code)(Java Doc)
protected boolean isRunningOnJdk131()(Code)(Java Doc)
protected boolean isServerRunningOnWindows() throws SQLException(Code)(Java Doc)
public void logDebug(String message)(Code)(Java Doc)
protected File newTempBinaryFile(String name, long size) throws IOException(Code)(Java Doc)
protected String randomString()(Code)(Java Doc)
final protected boolean runLongTests()(Code)(Java Doc)
protected boolean runMultiHostTests()(Code)(Java Doc)
protected boolean runTestIfSysPropDefined(String propName)(Code)(Java Doc)
public void setUp() throws Exception(Code)(Java Doc)
public void tearDown() throws Exception(Code)(Java Doc)
protected boolean versionMeetsMinimum(int major, int minor) throws SQLException(Code)(Java Doc)
protected boolean versionMeetsMinimum(int major, int minor, int subminor) throws SQLException(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.