接口的使用
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)MysqlxSession(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中的类 修饰符和类型 类 说明 classJdbcPropertySetImplclassMysqlConnectionPoolDataSourceThis class is used to obtain a physical connection and instantiate and return a MysqlPooledConnection.classMysqlDataSourceA JNDI DataSource for a Mysql JDBC connectionclassMysqlXADataSource -
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中的方法 修饰符和类型 方法 说明 protected voidStandardSocketFactory. configureSocket(Socket sock, PropertySet pset)Configures socket properties based on properties from the connection (tcpNoDelay, snd/rcv buf, traffic class, etc).<T extends Closeable>
TNamedPipeSocketFactory. connect(String host, int portNumber, PropertySet props, int loginTimeout)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>
TSocksProxySocketFactory. connect(String hostname, int portNumber, PropertySet pset, int loginTimeout)<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.voidValueEncoder. init(PropertySet pset, ServerSession serverSession, ExceptionInterceptor exceptionInterceptor)voidAbstractProtocol. setPropertySet(PropertySet propertySet)voidProtocol. setPropertySet(PropertySet propertySet) -
com.mysql.cj.protocol.a中PropertySet的使用
声明为PropertySet的com.mysql.cj.protocol.a中的字段 修饰符和类型 字段 说明 protected PropertySetAbstractValueEncoder. propertySetprotected 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)voidAbstractValueEncoder. init(PropertySet pset, ServerSession serverSess, ExceptionInterceptor excInterceptor)voidByteArrayValueEncoder. init(PropertySet pset, ServerSession serverSess, ExceptionInterceptor excInterceptor)voidNativeAuthenticationProvider. init(Protocol<NativePacketPayload> prot, PropertySet propSet, ExceptionInterceptor excInterceptor)voidNativeProtocol. init(Session sess, SocketConnection phConnection, PropertySet propSet, TransactionEventHandler trManager)voidStringValueEncoder. init(PropertySet pset, ServerSession serverSess, ExceptionInterceptor excInterceptor)参数类型为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.protocol.x中PropertySet的使用
参数类型为PropertySet的com.mysql.cj.protocol.x中的方法 修饰符和类型 方法 说明 voidXAuthenticationProvider. init(Protocol<XMessage> prot, PropertySet propertySet, ExceptionInterceptor exceptionInterceptor)voidXProtocol. init(Session sess, SocketConnection socketConn, PropertySet propSet, TransactionEventHandler trManager)参数类型为PropertySet的com.mysql.cj.protocol.x中的构造器 构造器 说明 XProtocol(HostInfo hostInfo, PropertySet propertySet) -
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.cj.xdevapi中PropertySet的使用
参数类型为PropertySet的com.mysql.cj.xdevapi中的构造器 构造器 说明 DbDocFactory(PropertySet pset)DbDocValueFactory(PropertySet pset)Constructor.DocResultImpl(RowList rows, java.util.function.Supplier<ProtocolEntity> completer, PropertySet pset)Constructor.PooledXProtocol(HostInfo hostInfo, PropertySet propertySet)RowFactory(ColumnDefinition metadata, TimeZone defaultTimeZone, PropertySet pset)Constructor.RowImpl(Row row, ColumnDefinition metadata, TimeZone defaultTimeZone, PropertySet pset)Constructor.RowResultImpl(ColumnDefinition metadata, TimeZone defaultTimeZone, RowList rows, java.util.function.Supplier<ProtocolEntity> completer, PropertySet pset)Constructor.SqlResultBuilder(TimeZone defaultTimeZone, PropertySet pset)SqlSingleResult(ColumnDefinition metadata, TimeZone defaultTimeZone, RowList rows, java.util.function.Supplier<ProtocolEntity> completer, PropertySet pset)Constructor. -
com.mysql.jdbc中PropertySet的使用
参数类型为PropertySet的com.mysql.jdbc中的方法 修饰符和类型 方法 说明 <T extends Closeable>
TSocketFactoryWrapper. connect(String hostname, int portNumber, PropertySet pset, int loginTimeout)
-