Package com.mchange.v2.c3p0.impl
Class C3P0ImplUtils
java.lang.Object
com.mchange.v2.c3p0.impl.C3P0ImplUtils
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic String
static void
never intended to be called.static String
createUserOverridesAsString
(Map userOverrides) static DbAuth
static Map
parseUserOverridesAsString
(String userOverridesAsString) static boolean
supportsMethod
(Object target, String mname, Class[] argTypes)
-
Field Details
-
NULL_AUTH
-
NOARGS
-
PARENT_LOGGER
-
VMID_PROPKEY
- See Also:
-
-
Method Details
-
allocateIdentityToken
-
findAuth
- Throws:
SQLException
-
supportsMethod
-
createUserOverridesAsString
- Throws:
IOException
-
parseUserOverridesAsString
public static Map parseUserOverridesAsString(String userOverridesAsString) throws IOException, ClassNotFoundException - Throws:
IOException
ClassNotFoundException
-
assertCompileTimePresenceOfJdbc4_Jdk17Api
public static void assertCompileTimePresenceOfJdbc4_Jdk17Api(NewProxyConnection npc) throws SQLException never intended to be called. we just want a compiler error if somehow we are building/code-generating against an old version of JDBC, as happened somehow with the c3p0-0.9.5-pre2 release- Throws:
SQLException
-