接口的使用
com.mysql.cj.conf.PropertySet
-
-
com.mysql.cj中PropertySet的使用
声明为PropertySet的com.mysql.cj中的字段 修饰符和类型 字段 说明 protected PropertySetCoreSession. propertySet返回PropertySet的com.mysql.cj中的方法 修饰符和类型 方法 说明 PropertySetCoreSession. getPropertySet()PropertySetMysqlConnection. getPropertySet()PropertySetSession. getPropertySet()参数类型为PropertySet的com.mysql.cj中的构造器 构造器 说明 CoreSession(HostInfo hostInfo, PropertySet propSet)NativeSession(HostInfo hostInfo, PropertySet propSet) -
com.mysql.cj.conf中PropertySet的使用
实现PropertySet的com.mysql.cj.conf中的类 修饰符和类型 类 说明 classDefaultPropertySet -
com.mysql.cj.exceptions中PropertySet的使用
参数类型为PropertySet的com.mysql.cj.exceptions中的方法 修饰符和类型 方法 说明 static CJCommunicationsExceptionExceptionFactory. createCommunicationsException(PropertySet propertySet, ServerSession serverSession, PacketSentTimeHolder packetSentTimeHolder, PacketReceivedTimeHolder packetReceivedTimeHolder, Throwable cause, ExceptionInterceptor interceptor)static StringExceptionFactory. createLinkFailureMessageBasedOnHeuristics(PropertySet propertySet, ServerSession serverSession, PacketSentTimeHolder packetSentTimeHolder, PacketReceivedTimeHolder packetReceivedTimeHolder, Throwable underlyingException)Creates a communications link failure message to be used in CommunicationsException that (hopefully) has some better information and suggestions based on heuristics.voidCJCommunicationsException. init(PropertySet propertySet, ServerSession serverSession, PacketSentTimeHolder packetSentTimeHolder, PacketReceivedTimeHolder packetReceivedTimeHolder)参数类型为PropertySet的com.mysql.cj.exceptions中的构造器 构造器 说明 CJConnectionFeatureNotAvailableException(PropertySet propertySet, ServerSession serverSession, PacketSentTimeHolder packetSentTimeHolder, Exception underlyingException) -
com.mysql.cj.jdbc中PropertySet的使用
com.mysql.cj.jdbc中PropertySet的子接口 修饰符和类型 接口 说明 interfaceJdbcPropertySet实现PropertySet的com.mysql.cj.jdbc中的类 修饰符和类型 类 说明 classJdbcPropertySetImpl -
com.mysql.cj.protocol中PropertySet的使用
声明为PropertySet的com.mysql.cj.protocol中的字段 修饰符和类型 字段 说明 protected PropertySetAbstractProtocol. propertySetprotected PropertySetAbstractSocketConnection. propertySet返回PropertySet的com.mysql.cj.protocol中的方法 修饰符和类型 方法 说明 PropertySetAbstractProtocol. getPropertySet()PropertySetAbstractSocketConnection. getPropertySet()PropertySetProtocol. getPropertySet()PropertySetSocketConnection. getPropertySet()参数类型为PropertySet的com.mysql.cj.protocol中的方法 修饰符和类型 方法 说明 voidSocketConnection. connect(String host, int port, PropertySet propertySet, ExceptionInterceptor exceptionInterceptor, Log log, int loginTimeout)Connect to the MySQL server and setup a stream connection.<T extends Closeable>
TSocketFactory. connect(String host, int portNumber, PropertySet props, int loginTimeout)Creates a new socket or channel using the given properties.<T extends Closeable>
TStandardSocketFactory. connect(String hostname, int portNumber, PropertySet pset, int loginTimeout)protected SocketSocksProxySocketFactory. createSocket(PropertySet props)protected SocketStandardSocketFactory. createSocket(PropertySet props)Create the raw socket.voidAbstractProtocol. init(Session sess, SocketConnection phConnection, PropertySet propSet, TransactionEventHandler trManager)voidAuthenticationProvider. init(Protocol<M> prot, PropertySet propertySet, ExceptionInterceptor exceptionInterceptor)voidProtocol. init(Session session, SocketConnection socketConnection, PropertySet propertySet, TransactionEventHandler transactionManager)Init method takes the place of constructor.voidAbstractProtocol. setPropertySet(PropertySet propertySet)voidProtocol. setPropertySet(PropertySet propertySet) -
com.mysql.cj.protocol.a中PropertySet的使用
声明为PropertySet的com.mysql.cj.protocol.a中的字段 修饰符和类型 字段 说明 protected PropertySetResultsetRowReader. propertySet参数类型为PropertySet的com.mysql.cj.protocol.a中的方法 修饰符和类型 方法 说明 voidNativeSocketConnection. connect(String hostName, int portNumber, PropertySet propSet, ExceptionInterceptor excInterceptor, Log log, int loginTimeout)static MysqlTypeNativeProtocol. findMysqlType(PropertySet propertySet, int mysqlTypeId, short colFlag, long length, LazyString tableName, LazyString originalTableName, int collationIndex, String encoding)static NativeProtocolNativeProtocol. getInstance(Session session, SocketConnection socketConnection, PropertySet propertySet, Log log, TransactionEventHandler transactionManager)voidNativeAuthenticationProvider. init(Protocol<NativePacketPayload> prot, PropertySet propSet, ExceptionInterceptor excInterceptor)voidNativeProtocol. init(Session sess, SocketConnection phConnection, PropertySet propSet, TransactionEventHandler trManager)参数类型为PropertySet的com.mysql.cj.protocol.a中的构造器 构造器 说明 NativeServerSession(PropertySet propertySet) -
com.mysql.cj.protocol.a.authentication中PropertySet的使用
参数类型为PropertySet的com.mysql.cj.protocol.a.authentication中的方法 修饰符和类型 方法 说明 protected static StringSha256PasswordPlugin. readRSAKey(String pkPath, PropertySet propertySet, ExceptionInterceptor exceptionInterceptor) -
com.mysql.cj.result中PropertySet的使用
声明为PropertySet的com.mysql.cj.result中的字段 修饰符和类型 字段 说明 protected PropertySetDefaultValueFactory. psetprotected PropertySetStringValueFactory. pset参数类型为PropertySet的com.mysql.cj.result中的方法 修饰符和类型 方法 说明 voidDefaultValueFactory. setPropertySet(PropertySet pset)voidStringValueFactory. setPropertySet(PropertySet pset)voidValueFactory. setPropertySet(PropertySet pset) -
com.mysql.jdbc中PropertySet的使用
参数类型为PropertySet的com.mysql.jdbc中的方法 修饰符和类型 方法 说明 <T extends Closeable>
TSocketFactoryWrapper. connect(String hostname, int portNumber, PropertySet pset, int loginTimeout)
-