接口的使用
com.mysql.cj.xdevapi.Session
-
使用Session的程序包 程序包 说明 com.mysql.cj.xdevapi Java classes for X DevAPI support. -
-
com.mysql.cj.xdevapi中Session的使用
实现Session的com.mysql.cj.xdevapi中的类 修饰符和类型 类 说明 classSessionImplSessionimplementation.返回Session的com.mysql.cj.xdevapi中的方法 修饰符和类型 方法 说明 SessionClient. getSession()GetSessionfrom pool or the new one.SessionClientImpl. getSession()SessionCollectionImpl. getSession()SessionDatabaseObject. getSession()Retrieve the session owning the given schema object.SessionSchemaImpl. getSession()protected SessionSessionFactory. getSession(ConnectionUrl connUrl)CreatesSessionby given URL.SessionSessionFactory. getSession(String url)CreatesSessionby given URL.SessionSessionFactory. getSession(Properties properties)Creates aSessionusing the information contained in the given properties.SessionTableImpl. getSession()
-