MySQL Connector/J size='-1'>5.1.6
A B C D E F G H I J L M N O P Q R S T U V W X Z

P

pack() - Method in class com.mysql.jdbc.profiler.ProfilerEvent
Creates a binary representation of this event.
PacketTooBigException - Exception in com.mysql.jdbc
Thrown when a packet that is too big for the server is created.
PacketTooBigException(long, long) - Constructor for exception com.mysql.jdbc.PacketTooBigException
Creates a new PacketTooBigException object.
ParameterBindings - Interface in com.mysql.jdbc
Interface to allow PreparedStatement implementations to expose their parameter bindings to StatementInterceptors.
parameterCount - Variable in class com.mysql.jdbc.PreparedStatement
The number of parameters in this PreparedStatement
parameterMetaData - Variable in class com.mysql.jdbc.PreparedStatement
 
parameterTypes - Variable in class com.mysql.jdbc.PreparedStatement
Only used by statement interceptors at the moment to provide introspection of bound values
paramInfo - Variable in class com.mysql.jdbc.CallableStatement
 
parseHostPortPair(String) - Static method in class com.mysql.jdbc.NonRegisteringDriver
Parses hostPortPair in the form of [host][:port] into an array, with the element of index HOST_NAME_INDEX being the host (or null if not specified), and the element of index PORT_NUMBER_INDEX being the port (or null if not specified).
parserKnowsUnicode() - Method in interface com.mysql.jdbc.Connection
Does the server this connection is connected to support unicode?
parserKnowsUnicode() - Method in class com.mysql.jdbc.ConnectionImpl
DOCUMENT ME!
parserKnowsUnicode() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
parserKnowsUnicode() - Method in class com.mysql.jdbc.ReplicationConnection
 
parseURL(String, Properties) - Method in class com.mysql.jdbc.NonRegisteringDriver
 
password - Variable in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
Password
PASSWORD_PROPERTY_KEY - Static variable in class com.mysql.jdbc.NonRegisteringDriver
Key used to retreive the password value from the properties instance passed to the driver.
pedantic - Variable in class com.mysql.jdbc.StatementImpl
Are we in pedantic mode?
pickConnection(LoadBalancingConnectionProxy, List, Map, long[], int) - Method in interface com.mysql.jdbc.BalanceStrategy
Called by the driver to pick a new connection to route requests over.
pickConnection(LoadBalancingConnectionProxy, List, Map, long[], int) - Method in class com.mysql.jdbc.BestResponseTimeBalanceStrategy
 
pickConnection(LoadBalancingConnectionProxy, List, Map, long[], int) - Method in class com.mysql.jdbc.RandomBalanceStrategy
 
ping() - Method in interface com.mysql.jdbc.Connection
Detect if the connection is still good by sending a ping command to the server.
ping() - Method in class com.mysql.jdbc.ConnectionImpl
Detect if the connection is still good
ping() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
ping() - Method in class com.mysql.jdbc.ReplicationConnection
 
PING_MARKER - Static variable in class com.mysql.jdbc.StatementImpl
 
pingInternal(boolean) - Method in class com.mysql.jdbc.ConnectionImpl
 
PingTarget - Interface in com.mysql.jdbc
 
pingTarget - Variable in class com.mysql.jdbc.StatementImpl
 
pointOfOrigin - Variable in class com.mysql.jdbc.ResultSetImpl
StackTrace generated where ResultSet was created...
pointOfOrigin - Variable in class com.mysql.jdbc.StatementImpl
Where this statement was created, only used if profileSql or useUsageAdvisor set to true.
POOL_DATA_SOURCE_CLASS_NAME - Static variable in class com.mysql.jdbc.jdbc2.optional.MysqlDataSourceFactory
The class name for a poolable MySQL DataSource.
populateCachedMetaData(CachedResultSetMetaData) - Method in class com.mysql.jdbc.ResultSetImpl
 
populateCachedMetaData(CachedResultSetMetaData) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
 
port - Variable in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
Port number
port(Properties) - Method in class com.mysql.jdbc.NonRegisteringDriver
Returns the port number property
port - Variable in class com.mysql.jdbc.StandardSocketFactory
The port number to connect to
PORT_NUMBER_INDEX - Static variable in class com.mysql.jdbc.NonRegisteringDriver
Index for port # coming out of parseHostPortPair().
PORT_PROPERTY_KEY - Static variable in class com.mysql.jdbc.NonRegisteringDriver
Key used to retreive the port number value from the properties instance passed to the driver.
position(byte[], long) - Method in class com.mysql.jdbc.Blob
 
position(Blob, long) - Method in class com.mysql.jdbc.Blob
Finds the position of the given pattern in this BLOB.
position(Blob, long) - Method in class com.mysql.jdbc.BlobFromLocator
Finds the position of the given pattern in this BLOB.
position(byte[], long) - Method in class com.mysql.jdbc.BlobFromLocator
 
position(Clob, long) - Method in class com.mysql.jdbc.Clob
 
position(String, long) - Method in class com.mysql.jdbc.Clob
 
postInitialization() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
postProcess(String, Statement, ResultSetInternalMethods, Connection) - Method in class com.mysql.jdbc.interceptors.ResultSetScannerInterceptor
 
postProcess(String, Statement, ResultSetInternalMethods, Connection) - Method in class com.mysql.jdbc.interceptors.ServerStatusDiffInterceptor
 
postProcess(String, Statement, ResultSetInternalMethods, Connection) - Method in class com.mysql.jdbc.interceptors.SessionAssociationInterceptor
 
postProcess(String, Statement, ResultSetInternalMethods, Connection) - Method in interface com.mysql.jdbc.StatementInterceptor
Called after the given statement has been sent to the server for processing.
prepare(Xid) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlXAConnection
Asks the resource manager to prepare for a transaction commit of the transaction specified in xid.
prepare(Xid) - Method in class com.mysql.jdbc.jdbc2.optional.SuspendableXAConnection
 
prepareCall(String) - Method in class com.mysql.jdbc.ConnectionImpl
DOCUMENT ME!
prepareCall(String, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
JDBC 2.0 Same as prepareCall() above, but allows the default result set type and result set concurrency type to be overridden.
prepareCall(String, int, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
 
prepareCall(String) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Passes call to method on physical connection instance.
prepareCall(String, int, int) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Passes call to method on physical connection instance.
prepareCall(String, int, int, int) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
prepareCall(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
prepareCall(String, int, int) - Method in class com.mysql.jdbc.ReplicationConnection
 
prepareCall(String, int, int, int) - Method in class com.mysql.jdbc.ReplicationConnection
 
PreparedStatement - Class in com.mysql.jdbc
A SQL Statement is pre-compiled and stored in a PreparedStatement object.
PreparedStatement(ConnectionImpl, String) - Constructor for class com.mysql.jdbc.PreparedStatement
Constructor used by server-side prepared statements
PreparedStatement(ConnectionImpl, String, String) - Constructor for class com.mysql.jdbc.PreparedStatement
Constructor for the PreparedStatement class.
PreparedStatement(ConnectionImpl, String, String, PreparedStatement.ParseInfo) - Constructor for class com.mysql.jdbc.PreparedStatement
Creates a new PreparedStatement object.
PreparedStatementWrapper - Class in com.mysql.jdbc.jdbc2.optional
Wraps prepared statements so that errors can be reported correctly to ConnectionEventListeners.
prepareStatement(String) - Method in class com.mysql.jdbc.ConnectionImpl
A SQL statement with or without IN parameters can be pre-compiled and stored in a PreparedStatement object.
prepareStatement(String, int) - Method in class com.mysql.jdbc.ConnectionImpl
 
prepareStatement(String, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
JDBC 2.0 Same as prepareStatement() above, but allows the default result set type and result set concurrency type to be overridden.
prepareStatement(String, int, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
 
prepareStatement(String, int[]) - Method in class com.mysql.jdbc.ConnectionImpl
 
prepareStatement(String, String[]) - Method in class com.mysql.jdbc.ConnectionImpl
 
prepareStatement(String) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Passes call to method on physical connection instance.
prepareStatement(String, int, int) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Passes call to method on physical connection instance.
prepareStatement(String, int, int, int) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
prepareStatement(String, int) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
prepareStatement(String, int[]) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
prepareStatement(String, String[]) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
prepareStatement(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
prepareStatement(String, int) - Method in class com.mysql.jdbc.ReplicationConnection
 
prepareStatement(String, int, int) - Method in class com.mysql.jdbc.ReplicationConnection
 
prepareStatement(String, int, int, int) - Method in class com.mysql.jdbc.ReplicationConnection
 
prepareStatement(String, int[]) - Method in class com.mysql.jdbc.ReplicationConnection
 
prepareStatement(String, String[]) - Method in class com.mysql.jdbc.ReplicationConnection
 
preProcess(String, Statement, Connection) - Method in class com.mysql.jdbc.interceptors.ResultSetScannerInterceptor
 
preProcess(String, Statement, Connection) - Method in class com.mysql.jdbc.interceptors.ServerStatusDiffInterceptor
 
preProcess(String, Statement, Connection) - Method in class com.mysql.jdbc.interceptors.SessionAssociationInterceptor
 
preProcess(String, Statement, Connection) - Method in interface com.mysql.jdbc.StatementInterceptor
Called before the given statement is going to be sent to the server for processing.
prev() - Method in class com.mysql.jdbc.ResultSetImpl
The prev method is not part of JDBC, but because of the architecture of this driver it is possible to move both forward and backward within the result set.
prev() - Method in class com.mysql.jdbc.UpdatableResultSet
The prev method is not part of JDBC, but because of the architecture of this driver it is possible to move both forward and backward within the result set.
previous() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0
previous() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0
processMultiCountsAndKeys(StatementImpl, int, int[]) - Method in class com.mysql.jdbc.StatementImpl
 
ProfilerEvent - Class in com.mysql.jdbc.profiler
 
ProfilerEvent(byte, String, String, long, int, int, long, long, String, String, Throwable, String) - Constructor for class com.mysql.jdbc.profiler.ProfilerEvent
Creates a new profiler event
ProfilerEventHandler - Interface in com.mysql.jdbc.profiler
 
ProfilerEventHandlerFactory - Class in com.mysql.jdbc.profiler
 
profileSql - Variable in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
The profileSql property
profileSql - Variable in class com.mysql.jdbc.ResultSetImpl
Are we tracking items for profileSql?
profileSQL - Variable in class com.mysql.jdbc.StatementImpl
Should we profile?
PROPERTIES_TRANSFORM_KEY - Static variable in class com.mysql.jdbc.NonRegisteringDriver
 
PropertiesDocGenerator - Class in com.mysql.jdbc.util
Creates docbook table of connection properties from ConnectionProperties class.
PropertiesDocGenerator() - Constructor for class com.mysql.jdbc.util.PropertiesDocGenerator
 
property(String, Properties) - Method in class com.mysql.jdbc.NonRegisteringDriver
Returns the given property from props
props - Variable in class com.mysql.jdbc.ConnectionImpl
Properties for this connection specified by user
providesQueryObjectGenerator() - Method in class com.mysql.jdbc.DatabaseMetaData
 

MySQL Connector/J size='-1'>5.1.6
A B C D E F G H I J L M N O P Q R S T U V W X Z