Package net.sf.services.soapjdbcgate

Examples of net.sf.services.soapjdbcgate.GetDatabaseProductVersion


    }


    String getDatabaseProductVersion() throws SQLException {
        try {
            GetDatabaseProductVersion name = new GetDatabaseProductVersion();

            name.setUsername( mUser );
            name.setPassword( mPassword );
            name.setDatabase( mDatabaseName );

            prepareHTTPClient();

            return mPort.getDatabaseProductVersion( name ).get_return();
View Full Code Here

TOP

Related Classes of net.sf.services.soapjdbcgate.GetDatabaseProductVersion

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.