Package net.sf.services.soapjdbcgate

Examples of net.sf.services.soapjdbcgate.GetDatabaseProductName


    }


    String getDatabaseProductName() throws SQLException {
        try {
            GetDatabaseProductName name = new GetDatabaseProductName();

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

            prepareHTTPClient();

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

TOP

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

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.