| java.lang.Object com.mysql.jdbc.LicenseConfiguration
LicenseConfiguration | class LicenseConfiguration (Code) | | Used in commercially-licensed clients that require connections to
commercially-licensed servers as part of the licensing terms.
author: Mark Matthews version: $Id: LicenseConfiguration.java,v 1.1.2.1 2005/05/13 18:58:38 version: mmatthews Exp $ |
Method Summary | |
static void | checkLicenseType(Map serverVariables) Used in commercially-licensed clients that require connections to
commercially-licensed servers as part of the licensing terms. |
checkLicenseType | static void checkLicenseType(Map serverVariables) throws SQLException(Code) | | Used in commercially-licensed clients that require connections to
commercially-licensed servers as part of the licensing terms.
Parameters: serverVariables - a Map of the output of 'show variables' from the server we'reconnecting to. throws: SQLException - if commercial license is required, but not found |
|
|