MySQL Connector/J size='-1'>5.0.8
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.
parameterCount - Variable in class com.mysql.jdbc.PreparedStatement
The number of parameters in this PreparedStatement
parameterMetaData - Variable in class com.mysql.jdbc.PreparedStatement
 
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 class com.mysql.jdbc.Connection
DOCUMENT ME!
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.Statement
Are we in pedantic mode?
ping() - Method in class com.mysql.jdbc.Connection
Detect if the connection is still good
ping() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
PING_MARKER - Static variable in class com.mysql.jdbc.Statement
 
PingTarget - Interface in com.mysql.jdbc
 
pingTarget - Variable in class com.mysql.jdbc.Statement
 
pointOfOrigin - Variable in class com.mysql.jdbc.ResultSet
StackTrace generated where ResultSet was created...
pointOfOrigin - Variable in class com.mysql.jdbc.Statement
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.
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.ConnectionProperties
 
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.Connection
DOCUMENT ME!
prepareCall(String, int, int) - Method in class com.mysql.jdbc.Connection
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.Connection
 
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(Connection, String) - Constructor for class com.mysql.jdbc.PreparedStatement
Constructor used by server-side prepared statements
PreparedStatement(Connection, String, String) - Constructor for class com.mysql.jdbc.PreparedStatement
Constructor for the PreparedStatement class.
PreparedStatement(Connection, 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.Connection
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.Connection
 
prepareStatement(String, int, int) - Method in class com.mysql.jdbc.Connection
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.Connection
 
prepareStatement(String, int[]) - Method in class com.mysql.jdbc.Connection
 
prepareStatement(String, String[]) - Method in class com.mysql.jdbc.Connection
 
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
 
prev() - Method in class com.mysql.jdbc.ResultSet
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.ResultSet
JDBC 2.0
previous() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0
ProfileEventSink - Class in com.mysql.jdbc.profiler
 
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
profileSql - Variable in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
The profileSql property
profileSql - Variable in class com.mysql.jdbc.ResultSet
Are we tracking items for profileSql?
profileSQL - Variable in class com.mysql.jdbc.Statement
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

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