MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mysql.jtie.ArrayWrapper< T > Interface Reference

Public Member Functions

at (int i)

Detailed Description

An interface to Java peer classes representing a C/C++ object array type.

Please, note that

  1. no length information is associated with this wrapper class for arrays and, hence,
  2. no bound-checking whatsoever is performed at index access.

Definition at line 34 of file ArrayWrapper.java.

Member Function Documentation

T com.mysql.jtie.ArrayWrapper< T >.at ( int  i)

Returns the element of this array at a given index. Index may be negative (rendering a true, 1-1 mapping of C/C++ pointers).


The documentation for this interface was generated from the following file: