mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Glenn Van Lint
24.56.2013 5b9392e3afb802f8203290db345ba5f02290ae4f
Edited documentation.
1 files modified
7 ■■■■■ changed files
opendj3/opendj-virtual/src/main/java/org/forgerock/opendj/virtual/JDBCConnection.java 7 ●●●●● patch | view | raw | blame | history
opendj3/opendj-virtual/src/main/java/org/forgerock/opendj/virtual/JDBCConnection.java
@@ -95,6 +95,13 @@
   * @param jdbcMapper
   *            The JDBCMapper object used to map the directory and database 
   *            structure.
   * @throws SQLException
   *            If the SQL query has an invalid format.
   * @throws ErrorResultException
   *            If the result code indicates that the request failed for some
   *            reason.
   * @throws IOException
   *            If an I/O exception error occurs.
   */
  public void initializeMapper(final JDBCMapper jdbcMapper) throws SQLException, ErrorResultException, IOException
  {