org.silverpeas.jdbc
Class JdbcSqlExecutorProvider

java.lang.Object
  extended by org.silverpeas.jdbc.JdbcSqlExecutorProvider

public class JdbcSqlExecutorProvider
extends Object

This class provides an implementation of JdbcSqlExecutor API.

Author:
Yohann Chastagnier

Constructor Summary
JdbcSqlExecutorProvider()
           
 
Method Summary
static JdbcSqlExecutor getJdbcSqlExecutor()
          Gets the current implementation if the JdbcSqlExecutor API.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcSqlExecutorProvider

public JdbcSqlExecutorProvider()
Method Detail

getJdbcSqlExecutor

public static JdbcSqlExecutor getJdbcSqlExecutor()
Gets the current implementation if the JdbcSqlExecutor API.

Returns:
an instance of JdbcSqlExecutor API.


Copyright © 2016 Silverpeas. All Rights Reserved.