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


testsuite.BaseTestCase
   testsuite.regression.MetaDataRegressionTest

MetaDataRegressionTest
public class MetaDataRegressionTest extends BaseTestCase (Code)
Regression tests for DatabaseMetaData
author:
   Mark Matthews
version:
   $Id: MetaDataRegressionTest.java,v 1.1.2.1 2005/05/13 18:58:38
version:
   mmatthews Exp $



Constructor Summary
public  MetaDataRegressionTest(String name)
     Creates a new MetaDataRegressionTest.

Method Summary
public static  voidmain(String[] args)
    
public  voidtestBug11575()
     Tests fix for BUG#11575 -- DBMD.storesLower/Mixed/UpperIdentifiers() reports incorrect values for servers deployed on Windows.
public  voidtestBug11781()
     Tests fix for BUG#11781, foreign key information that is quoted is parsed incorrectly.
public  voidtestBug12970()
     Tests fix for BUG#12970 - java.sql.Types.OTHER returned for binary and varbinary columns.
public  voidtestBug12975()
     Tests fix for BUG#12975 - OpenOffice expects DBMD.supportsIEF() to return "true" if foreign keys are supported by the datasource, even though this method also covers support for check constraints, which MySQL _doesn't_ have.
public  voidtestBug13277()
     Tests fix for BUG#13277 - RSMD for generated keys has NPEs when a connection is referenced.
public  voidtestBug13601()
     Tests BUG13601 (which doesn't seem to be present in 3.1.11, but we'll leave it in here for regression's-sake).
public  voidtestBug14815()
     Tests fix for BUG#14815 - DBMD.getColumns() doesn't return TABLE_NAME correctly.
public  voidtestBug15854()
     Tests fix for BUG#15854 - DBMD.getColumns() returns wrong type for BIT.
public  voidtestBug16277()
     Tests fix for BUG#16277 - Invalid classname returned for RSMD.getColumnClassName() for BIGINT type.
public  voidtestBug18258()
     Tests fix for BUG#18258 - Nonexistent catalog/database causes SQLException to be raised, rather than returning empty result set.
public  voidtestBug18554()
     Tests fix for BUG#18554 - Aliased column names where length of name > 251 are corrupted.
public  voidtestBug21267()
    
public  voidtestBug21544()
     Tests fix for BUG#21544 - When using information_schema for metadata, COLUMN_SIZE for getColumns() is not clamped to range of java.lang.Integer as is the case when not using information_schema, thus leading to a truncation exception that isn't present when not using information_schema.
public  voidtestBug22613()
    
public  voidtestBug22628()
     Fix for BUG#22628 - Driver.getPropertyInfo() throws NullPointerException for URL that only specifies host and/or port.
public  voidtestBug23303()
     Tests fix for BUG#23303 - DBMD.getSchemas() doesn't return a TABLE_CATALOG column.
public  voidtestBug23304()
     Tests fix for BUG#23304 - DBMD using "show" and DBMD using information_schema do not return results consistent with eachother.
public  voidtestBug25624()
     Tests fix for BUG#25624 - Whitespace surrounding storage/size specifiers in stored procedure declaration causes NumberFormatException to be thrown when calling stored procedure.
public  voidtestBug2607()
    
public  voidtestBug27867()
     Tests fix for BUG#27867 - Schema objects with identifiers other than the connection character aren't retrieved correctly in ResultSetMetadata.
public  voidtestBug27915()
     Fixed BUG#27915 - DatabaseMetaData.getColumns() doesn't contain SCOPE_* or IS_AUTOINCREMENT columns.
public  voidtestBug2852()
     Tests fix for BUG#2852, where RSMD is not returning correct (or matching) types for TINYINT and SMALLINT.
public  voidtestBug2855()
     Tests fix for BUG#2855, where RSMD is not returning correct (or matching) types for FLOAT.
public  voidtestBug3570()
    
public  voidtestBug4138()
     Tests fix for BUG#4138, getColumns() returns incorrect JDBC type for unsigned columns.
public  voidtestBug4742()
     Tests fix for BUG#4742, 'DOUBLE' mapped twice in getTypeInfo().
public  voidtestBug4860()
     Here for housekeeping only, the test is actually in testBug4138().
public  voidtestBug4880()
     Tests fix for BUG#4880 - RSMD.getPrecision() returns '0' for non-numeric types.
public  voidtestBug6399()
     Tests fix for BUG#6399, ResultSetMetaData.getDisplaySize() is wrong for multi-byte charsets.
public  voidtestBug7033()
     Tests fix for BUG#7033 - PreparedStatements don't encode Big5 (and other multibyte) character sets correctly in static SQL strings.
public  voidtestBug7081()
     Tests fix for BUG#7081, DatabaseMetaData.getIndexInfo() ignoring 'unique' parameters.
public  voidtestBug8792()
     Tests fix for BUG#8792 - DBMD.supportsResultSetConcurrency() not returning true for forward-only/read-only result sets (we obviously support this).
public  voidtestBug8800()
     Tests fix for BUG#8800 - supportsMixedCase*Identifiers() returns wrong value on servers running on case-sensitive filesystems.
public  voidtestBug8803()
     Tests fix for BUG#8803, 'DATA_TYPE' column from DBMD.getBestRowIdentifier() causes ArrayIndexOutOfBoundsException when accessed (and in fact, didn't return any value).
public  voidtestBug8812()
     Tests fix for Bug#8812, DBMD.getIndexInfo() returning inverted values for 'NON_UNIQUE' column.
public  voidtestBug9320()
     Tests fix for BUG#9320 - PreparedStatement.getMetaData() inserts blank row in database under certain conditions when not using server-side prepared statements.
public  voidtestBug9769()
     Tests fix for BUG#9769 - Should accept null for procedureNamePattern, even though it isn't JDBC compliant, for legacy's sake.
public  voidtestBug9778()
     Tests fix for BUG#9778, DBMD.getTables() shouldn't return tables if views are asked for, even if the database version doesn't support views.
public  voidtestBug9917()
     Tests fix for BUG#9917 - Should accept null for catalog in DBMD methods, even though it's not JDBC-compliant for legacy's sake.
public  voidtestCharVarchar()
    
public  voidtestCharacterSetForDBMD()
    
public  voidtestFixForBug1673()
     Tests fix for BUG#1673, where DatabaseMetaData.getColumns() is not returning correct column ordinal info for non '%' column name patterns.
public  voidtestGetColumns()
    
public  voidtestGetColumnsBug1099()
    
public  voidtestGetColumnsUnsigned()
    
public  voidtestGetPropertyInfo()
     Tests whether bogus parameters break Driver.getPropertyInfo().
public  voidtestIsCaseSensitive()
     Tests whether ResultSetMetaData returns correct info for CHAR/VARCHAR columns.
public  voidtestLongText()
     Tests whether or not DatabaseMetaData.getColumns() returns the correct java.sql.Types info.
public  voidtestRSMDToStringFromDBMD()
    
public  voidtestSupportesGroupByUnrelated()
    
public  voidtestSupportsCorrelatedSubqueries()
    
public  voidtestTypes()
    


Constructor Detail
MetaDataRegressionTest
public MetaDataRegressionTest(String name)(Code)
Creates a new MetaDataRegressionTest.
Parameters:
  name - the name of the test




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



testBug11575
public void testBug11575() throws Exception(Code)
Tests fix for BUG#11575 -- DBMD.storesLower/Mixed/UpperIdentifiers() reports incorrect values for servers deployed on Windows.
throws:
  Exception - if the test fails.



testBug11781
public void testBug11781() throws Exception(Code)
Tests fix for BUG#11781, foreign key information that is quoted is parsed incorrectly.



testBug12970
public void testBug12970() throws Exception(Code)
Tests fix for BUG#12970 - java.sql.Types.OTHER returned for binary and varbinary columns.



testBug12975
public void testBug12975() throws Exception(Code)
Tests fix for BUG#12975 - OpenOffice expects DBMD.supportsIEF() to return "true" if foreign keys are supported by the datasource, even though this method also covers support for check constraints, which MySQL _doesn't_ have.
throws:
  Exception - if the test fails.



testBug13277
public void testBug13277() throws Exception(Code)
Tests fix for BUG#13277 - RSMD for generated keys has NPEs when a connection is referenced.
throws:
  Exception -



testBug13601
public void testBug13601() throws Exception(Code)
Tests BUG13601 (which doesn't seem to be present in 3.1.11, but we'll leave it in here for regression's-sake).
throws:
  Exception - if the test fails.



testBug14815
public void testBug14815() throws Exception(Code)
Tests fix for BUG#14815 - DBMD.getColumns() doesn't return TABLE_NAME correctly.
throws:
  Exception - if the test fails



testBug15854
public void testBug15854() throws Exception(Code)
Tests fix for BUG#15854 - DBMD.getColumns() returns wrong type for BIT.
throws:
  Exception - if the test fails.



testBug16277
public void testBug16277() throws Exception(Code)
Tests fix for BUG#16277 - Invalid classname returned for RSMD.getColumnClassName() for BIGINT type.
throws:
  Exception - if the test fails.



testBug18258
public void testBug18258() throws Exception(Code)
Tests fix for BUG#18258 - Nonexistent catalog/database causes SQLException to be raised, rather than returning empty result set.
throws:
  Exception - if the test fails.



testBug18554
public void testBug18554() throws Exception(Code)
Tests fix for BUG#18554 - Aliased column names where length of name > 251 are corrupted.
throws:
  Exception - if the test fails.



testBug21267
public void testBug21267() throws Exception(Code)
Tests fix for BUG#21267, ParameterMetaData throws NullPointerException when prepared SQL actually has a syntax error
throws:
  Exception -



testBug21544
public void testBug21544() throws Exception(Code)
Tests fix for BUG#21544 - When using information_schema for metadata, COLUMN_SIZE for getColumns() is not clamped to range of java.lang.Integer as is the case when not using information_schema, thus leading to a truncation exception that isn't present when not using information_schema.
throws:
  Exception - if the test fails



testBug22613
public void testBug22613() throws Exception(Code)
Tests fix for BUG#22613 - DBMD.getColumns() does not return expected COLUMN_SIZE for the SET type (fixed to be consistent with the ODBC driver)
throws:
  Exception - if the test fails



testBug22628
public void testBug22628() throws Exception(Code)
Fix for BUG#22628 - Driver.getPropertyInfo() throws NullPointerException for URL that only specifies host and/or port.
throws:
  Exception - if the test fails.



testBug23303
public void testBug23303() throws Exception(Code)
Tests fix for BUG#23303 - DBMD.getSchemas() doesn't return a TABLE_CATALOG column.
throws:
  Exception - if the test fails.



testBug23304
public void testBug23304() throws Exception(Code)
Tests fix for BUG#23304 - DBMD using "show" and DBMD using information_schema do not return results consistent with eachother. (note this fix only addresses the inconsistencies, not the issue that the driver is treating schemas differently than some users expect. We will revisit this behavior when there is full support for schemas in MySQL).
throws:
  Exception -



testBug25624
public void testBug25624() throws Exception(Code)
Tests fix for BUG#25624 - Whitespace surrounding storage/size specifiers in stored procedure declaration causes NumberFormatException to be thrown when calling stored procedure.
throws:
  Exception -



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



testBug27867
public void testBug27867() throws Exception(Code)
Tests fix for BUG#27867 - Schema objects with identifiers other than the connection character aren't retrieved correctly in ResultSetMetadata.
throws:
  Exception - if the test fails.



testBug27915
public void testBug27915() throws Exception(Code)
Fixed BUG#27915 - DatabaseMetaData.getColumns() doesn't contain SCOPE_* or IS_AUTOINCREMENT columns.
throws:
  Exception -



testBug2852
public void testBug2852() throws Exception(Code)
Tests fix for BUG#2852, where RSMD is not returning correct (or matching) types for TINYINT and SMALLINT.
throws:
  Exception - if the test fails.



testBug2855
public void testBug2855() throws Exception(Code)
Tests fix for BUG#2855, where RSMD is not returning correct (or matching) types for FLOAT.
throws:
  Exception - if the test fails.



testBug3570
public void testBug3570() throws Exception(Code)
Tests fix for BUG#3570 -- inconsistent reporting of column type
throws:
  Exception - if an error occurs



testBug4138
public void testBug4138() throws Exception(Code)
Tests fix for BUG#4138, getColumns() returns incorrect JDBC type for unsigned columns.
throws:
  Exception - if the test fails.



testBug4742
public void testBug4742() throws Exception(Code)
Tests fix for BUG#4742, 'DOUBLE' mapped twice in getTypeInfo().
throws:
  Exception - if the test fails.



testBug4860
public void testBug4860() throws Exception(Code)
Here for housekeeping only, the test is actually in testBug4138().
throws:
  Exception - if the test fails.



testBug4880
public void testBug4880() throws Exception(Code)
Tests fix for BUG#4880 - RSMD.getPrecision() returns '0' for non-numeric types. Why-oh-why is this not in the spec, nor the api-docs, but in some 'optional' book, _and_ it is a variance from both ODBC and the ANSI SQL standard :p (from the CTS testsuite).... The getPrecision(int colindex) method returns an integer value representing the number of decimal digits for number types,maximum length in characters for character types,maximum length in bytes for JDBC binary datatypes. (See Section 27.3 of JDBC 2.0 API Reference & Tutorial 2nd edition)
throws:
  Exception - if the test fails.



testBug6399
public void testBug6399() throws Exception(Code)
Tests fix for BUG#6399, ResultSetMetaData.getDisplaySize() is wrong for multi-byte charsets.
throws:
  Exception - if the test fails



testBug7033
public void testBug7033() throws Exception(Code)
Tests fix for BUG#7033 - PreparedStatements don't encode Big5 (and other multibyte) character sets correctly in static SQL strings.
throws:
  Exception - if the test fails.



testBug7081
public void testBug7081() throws Exception(Code)
Tests fix for BUG#7081, DatabaseMetaData.getIndexInfo() ignoring 'unique' parameters.
throws:
  Exception - if the test fails.



testBug8792
public void testBug8792() throws Exception(Code)
Tests fix for BUG#8792 - DBMD.supportsResultSetConcurrency() not returning true for forward-only/read-only result sets (we obviously support this).
throws:
  Exception - if the test fails.



testBug8800
public void testBug8800() throws Exception(Code)
Tests fix for BUG#8800 - supportsMixedCase*Identifiers() returns wrong value on servers running on case-sensitive filesystems.



testBug8803
public void testBug8803() throws Exception(Code)
Tests fix for BUG#8803, 'DATA_TYPE' column from DBMD.getBestRowIdentifier() causes ArrayIndexOutOfBoundsException when accessed (and in fact, didn't return any value).
throws:
  Exception - if the test fails.



testBug8812
public void testBug8812() throws Exception(Code)
Tests fix for Bug#8812, DBMD.getIndexInfo() returning inverted values for 'NON_UNIQUE' column.
throws:
  Exception - if the test fails.



testBug9320
public void testBug9320() throws Exception(Code)
Tests fix for BUG#9320 - PreparedStatement.getMetaData() inserts blank row in database under certain conditions when not using server-side prepared statements.
throws:
  Exception - if the test fails.



testBug9769
public void testBug9769() throws Exception(Code)
Tests fix for BUG#9769 - Should accept null for procedureNamePattern, even though it isn't JDBC compliant, for legacy's sake.
throws:
  Exception - if the test fails.



testBug9778
public void testBug9778() throws Exception(Code)
Tests fix for BUG#9778, DBMD.getTables() shouldn't return tables if views are asked for, even if the database version doesn't support views.
throws:
  Exception - if the test fails.



testBug9917
public void testBug9917() throws Exception(Code)
Tests fix for BUG#9917 - Should accept null for catalog in DBMD methods, even though it's not JDBC-compliant for legacy's sake.
throws:
  Exception - if the test fails.



testCharVarchar
public void testCharVarchar() throws Exception(Code)
Tests char/varchar bug
throws:
  Exception - if any errors occur



testCharacterSetForDBMD
public void testCharacterSetForDBMD() throws Exception(Code)



testFixForBug1673
public void testFixForBug1673() throws Exception(Code)
Tests fix for BUG#1673, where DatabaseMetaData.getColumns() is not returning correct column ordinal info for non '%' column name patterns.
throws:
  Exception - if the test fails for any reason



testGetColumns
public void testGetColumns() throws Exception(Code)
Tests bug reported by OpenOffice team with getColumns and LONGBLOB
throws:
  Exception - if any errors occur



testGetColumnsBug1099
public void testGetColumnsBug1099() throws Exception(Code)
Tests fix for Bug#
throws:
  Exception - if an error occurs



testGetColumnsUnsigned
public void testGetColumnsUnsigned() throws Exception(Code)
Tests whether or not unsigned columns are reported correctly in DBMD.getColumns
throws:
  Exception -



testGetPropertyInfo
public void testGetPropertyInfo() throws Exception(Code)
Tests whether bogus parameters break Driver.getPropertyInfo().
throws:
  Exception - if an error occurs.



testIsCaseSensitive
public void testIsCaseSensitive() throws Exception(Code)
Tests whether ResultSetMetaData returns correct info for CHAR/VARCHAR columns.
throws:
  Exception - if the test fails



testLongText
public void testLongText() throws Exception(Code)
Tests whether or not DatabaseMetaData.getColumns() returns the correct java.sql.Types info.
throws:
  Exception - if the test fails.



testRSMDToStringFromDBMD
public void testRSMDToStringFromDBMD() throws Exception(Code)



testSupportesGroupByUnrelated
public void testSupportesGroupByUnrelated() throws Exception(Code)



testSupportsCorrelatedSubqueries
public void testSupportsCorrelatedSubqueries() throws Exception(Code)



testTypes
public void testTypes() throws Exception(Code)
Tests for types being returned correctly
throws:
  Exception - if an error occurs.



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.