MySQL Connector/J size='-1'>5.0.8

Uses of Class
com.mysql.jdbc.Field

Packages that use Field
com.mysql.jdbc   
 

Uses of Field in com.mysql.jdbc
 

Fields in com.mysql.jdbc declared as Field
protected  Field[] ResultSet.fields
          The fields for this result set
 

Methods in com.mysql.jdbc that return Field
protected  Field ResultSetMetaData.getField(int columnIndex)
          Returns the field instance for the given column index
 

Methods in com.mysql.jdbc with parameters of type Field
protected  void ResultSet.redefineFieldsForDBMD(Field[] f)
           
protected  ResultSet PreparedStatement.executeInternal(int maxRowsToRetrieve, com.mysql.jdbc.Buffer sendPacket, boolean createStreamingResultSet, boolean queryIsSelectOnly, boolean unpackFields, Field[] cachedFields, boolean isBatch)
          Actually execute the prepared statement.
protected  ResultSet ServerPreparedStatement.executeInternal(int maxRowsToRetrieve, com.mysql.jdbc.Buffer sendPacket, boolean createStreamingResultSet, boolean queryIsSelectOnly, boolean unpackFields, Field[] metadataFromCache, boolean isBatch)
           
 

Constructors in com.mysql.jdbc with parameters of type Field
ResultSet(java.lang.String catalog, Field[] fields, RowData tuples, Connection conn, Statement creatorStmt)
          Creates a new ResultSet object.
ResultSetMetaData(Field[] fields, boolean useOldAliasBehavior)
          Initialise for a result with a tuple set and a field descriptor set
CursorRowProvider(com.mysql.jdbc.MysqlIO ioChannel, ServerPreparedStatement creatingStatement, Field[] metadata)
          Creates a new cursor-backed row provider.
RowDataDynamic(com.mysql.jdbc.MysqlIO io, int colCount, Field[] fields, boolean isBinaryEncoded)
          Creates a new RowDataDynamic object.
UpdatableResultSet(java.lang.String catalog, Field[] fields, RowData tuples, Connection conn, Statement creatorStmt)
          Creates a new ResultSet object.
 


MySQL Connector/J size='-1'>5.0.8