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

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.
PING_MARKER - Static variable in class com.mysql.jdbc.Statement
 
POOL_DATA_SOURCE_CLASS_NAME - Static variable in class com.mysql.jdbc.jdbc2.optional.MysqlDataSourceFactory
The class name for a poolable MySQL DataSource.
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.
PROPERTIES_TRANSFORM_KEY - Static variable in class com.mysql.jdbc.NonRegisteringDriver
 
PacketTooBigException - exception com.mysql.jdbc.PacketTooBigException.
Thrown when a packet that is too big for the server is created.
PacketTooBigException(long, long) - Constructor for class com.mysql.jdbc.PacketTooBigException
Creates a new PacketTooBigException object.
PingTarget - interface com.mysql.jdbc.PingTarget.
 
PreparedStatement - class com.mysql.jdbc.PreparedStatement.
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 com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper.
Wraps prepared statements so that errors can be reported correctly to ConnectionEventListeners.
ProfileEventSink - class com.mysql.jdbc.profiler.ProfileEventSink.
 
ProfilerEvent - class com.mysql.jdbc.profiler.ProfilerEvent.
 
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
PropertiesDocGenerator - class com.mysql.jdbc.util.PropertiesDocGenerator.
Creates docbook table of connection properties from ConnectionProperties class.
PropertiesDocGenerator() - Constructor for class com.mysql.jdbc.util.PropertiesDocGenerator
 
pack() - Method in class com.mysql.jdbc.profiler.ProfilerEvent
Creates a binary representation of this event.
paramInfo - Variable in class com.mysql.jdbc.CallableStatement
 
parameterCount - Variable in class com.mysql.jdbc.PreparedStatement
The number of parameters in this PreparedStatement
parameterMetaData - Variable in class com.mysql.jdbc.PreparedStatement
 
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).
parseURL(String, Properties) - Method in class com.mysql.jdbc.NonRegisteringDriver
 
parserKnowsUnicode() - Method in class com.mysql.jdbc.Connection
DOCUMENT ME!
password - Variable in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
Password
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
 
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.
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 - Variable in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
Port number
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.ReplicationConnection
 
prepareCall(String, int, int) - Method in class com.mysql.jdbc.ReplicationConnection
 
prepareCall(String, int, int, int) - Method in class com.mysql.jdbc.ReplicationConnection
 
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
 
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.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
 
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
 
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
profileSQL - Variable in class com.mysql.jdbc.Statement
Should we profile?
profileSql - Variable in class com.mysql.jdbc.ResultSet
Are we tracking items for profileSql?
profileSql - Variable in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
The profileSql property
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