Overview
Package
Class
Use
Tree
Deprecated
Index
Help
MySQL Connector/J size='-1'>5.0.8
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
Z
F
Field
- class com.mysql.jdbc.
Field
.
Field is a class used to describe fields in a ResultSet
fetchDirection
- Variable in class com.mysql.jdbc.
ResultSet
The direction to fetch rows (always FETCH_FORWARD)
fetchSize
- Variable in class com.mysql.jdbc.
ResultSet
The number of rows to fetch in one go...
fields
- Variable in class com.mysql.jdbc.
ResultSet
The fields for this result set
fillSendPacket()
- Method in class com.mysql.jdbc.
PreparedStatement
Creates the packet that contains the query to be sent to the server.
fillSendPacket(byte[][], InputStream[], boolean[], int[])
- Method in class com.mysql.jdbc.
PreparedStatement
Creates the packet that contains the query to be sent to the server.
fillSendPacket()
- Method in class com.mysql.jdbc.
ServerPreparedStatement
fillSendPacket(byte[][], InputStream[], boolean[], int[])
- Method in class com.mysql.jdbc.
ServerPreparedStatement
finalize()
- Method in class com.mysql.jdbc.
Connection
DOCUMENT ME!
findCallingClassAndMethod(Throwable)
- Static method in class com.mysql.jdbc.log.
LogUtils
findColumn(String)
- Method in class com.mysql.jdbc.
ResultSet
Map a ResultSet column name to a ResultSet column index
findStartOfStatement(String)
- Method in class com.mysql.jdbc.
Statement
first()
- Method in class com.mysql.jdbc.
ResultSet
JDBC 2.0
first()
- Method in class com.mysql.jdbc.
UpdatableResultSet
JDBC 2.0
firstCharOfQuery
- Variable in class com.mysql.jdbc.
ResultSet
First character of the query that created this result set...Used to determine whether or not to parse server info messages in certain circumstances.
firstCharOfStmt
- Variable in class com.mysql.jdbc.
PreparedStatement
What is the first character of the prepared statement (used to check for SELECT vs.
firstNonWsCharUc(String)
- Static method in class com.mysql.jdbc.
StringUtils
Returns the first non whitespace char, converted to upper case
firstNonWsCharUc(String, int)
- Static method in class com.mysql.jdbc.
StringUtils
fixDecimalExponent(String)
- Static method in class com.mysql.jdbc.
StringUtils
Adds '+' to decimal numbers that are positive (MySQL doesn't understand them otherwise
forceStop()
- Method in class com.mysql.jdbc.util.
ServerController
Forcefully terminates the server process (if started).
forget(Xid)
- Method in class com.mysql.jdbc.jdbc2.optional.
MysqlXAConnection
Tells the resource manager to forget about a heuristically completed transaction branch.
forget(Xid)
- Method in class com.mysql.jdbc.jdbc2.optional.
SuspendableXAConnection
fullColumnNameToIndex
- Variable in class com.mysql.jdbc.
ResultSet
Map of fully-specified column names to column indices
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
MySQL Connector/J size='-1'>5.0.8
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
Z