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

N

NOT_UPDATEABLE_MESSAGE - Static variable in class com.mysql.jdbc.NotUpdatable
The message to use when result set is not updatable.
NamedPipeSocketFactory - class com.mysql.jdbc.NamedPipeSocketFactory.
A socket factory for named pipes (on Windows)
NamedPipeSocketFactory() - Constructor for class com.mysql.jdbc.NamedPipeSocketFactory
Constructor for NamedPipeSocketFactory.
NonRegisteringDriver - class com.mysql.jdbc.NonRegisteringDriver.
The Java SQL framework allows for multiple database drivers.
NonRegisteringDriver() - Constructor for class com.mysql.jdbc.NonRegisteringDriver
Construct a new driver and register it with DriverManager
NonRegisteringReplicationDriver - class com.mysql.jdbc.NonRegisteringReplicationDriver.
Driver that opens two connections, one two a replication master, and another to one or more slaves, and decides to use master when the connection is not read-only, and use slave(s) when the connection is read-only.
NonRegisteringReplicationDriver() - Constructor for class com.mysql.jdbc.NonRegisteringReplicationDriver
 
NotImplemented - exception com.mysql.jdbc.NotImplemented.
Thrown from methods not required to be implemented.
NotImplemented() - Constructor for class com.mysql.jdbc.NotImplemented
Creates a new NotImplemented object.
NotUpdatable - exception com.mysql.jdbc.NotUpdatable.
Thrown when a result sate is not updatable
NotUpdatable() - Constructor for class com.mysql.jdbc.NotUpdatable
Creates a new NotUpdatable exception.
NotUpdatable(String) - Constructor for class com.mysql.jdbc.NotUpdatable
Append the given reason to the not updatable message if the reason is not null.
NullLogger - class com.mysql.jdbc.log.NullLogger.
A logger that does nothing.
NullLogger(String) - Constructor for class com.mysql.jdbc.log.NullLogger
Creates a new NullLogger with the given name
nanoTimeAvailable() - Static method in class com.mysql.jdbc.Util
 
nativeSQL(String) - Method in class com.mysql.jdbc.Connection
A driver may convert the JDBC sql grammar into its system's native SQL grammar prior to sending it; nativeSQL returns the native form of the statement that the driver would have sent.
nativeSQL(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
nativeSQL(String) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Passes call to method on physical connection instance.
next() - Method in class com.mysql.jdbc.CursorRowProvider
Returns the next row.
next() - Method in class com.mysql.jdbc.ResultSet
A ResultSet is initially positioned before its first row, the first call to next makes the first row the current row; the second call makes the second row the current row, etc.
next() - Method in interface com.mysql.jdbc.RowData
Returns the next row.
next() - Method in class com.mysql.jdbc.RowDataDynamic
Returns the next row.
next() - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
next() - Method in class com.mysql.jdbc.UpdatableResultSet
A ResultSet is initially positioned before its first row, the first call to next makes the first row the current row; the second call makes the second row the current row, etc.
nextResultSet - Variable in class com.mysql.jdbc.ResultSet
 
nextToken() - Method in class com.mysql.jdbc.EscapeTokenizer
Returns the next token
nullPlusNonNullIsNull() - Method in class com.mysql.jdbc.DatabaseMetaData
Are concatenations between NULL and non-NULL values NULL? A JDBC compliant driver always returns true.
nullsAreSortedAtEnd() - Method in class com.mysql.jdbc.DatabaseMetaData
Are NULL values sorted at the end regardless of sort order?
nullsAreSortedAtStart() - Method in class com.mysql.jdbc.DatabaseMetaData
Are NULL values sorted at the start regardless of sort order?
nullsAreSortedHigh() - Method in class com.mysql.jdbc.DatabaseMetaData
Are NULL values sorted high?
nullsAreSortedLow() - Method in class com.mysql.jdbc.DatabaseMetaData
Are NULL values sorted low?
numberOfExecutions - Variable in class com.mysql.jdbc.PreparedStatement
 

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