"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "hsqldb/src/org/hsqldb/auth/AuthFunctionBean.java" between
hsqldb-2.6.0.zip and hsqldb-2.6.1.zip

About: HSQLDB (HyperSQL DataBase) is a SQL relational database engine written in Java. It supports nearly full ANSI-92 SQL (BNF format) and full core SQL:2008.

AuthFunctionBean.java  (hsqldb-2.6.0):AuthFunctionBean.java  (hsqldb-2.6.1)
skipping to change at line 34 skipping to change at line 34
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
package org.hsqldb.auth; package org.hsqldb.auth;
/** /**
* N.b. AuthFunctionBeans are NOT directly usable as HyperSQL Authentication * AuthFunctionBeans are NOT directly usable as HyperSQL Authentication
* Function methods, they are POJO beans to be managed by AuthBeanMultiplexer * Function methods, they are POJO beans to be managed by AuthBeanMultiplexer
* (which does have a real HyperSQL Authentication Function static method). * (which does have a real HyperSQL Authentication Function static method).
* *
* @see AuthBeanMultiplexer for how these beans are used. * @see AuthBeanMultiplexer for how these beans are used.
* @author Blaine Simpson (blaine dot simpson at admc dot com) * @author Blaine Simpson (blaine dot simpson at admc dot com)
* @since 2.0.1 * @since 2.0.1
*/ */
public interface AuthFunctionBean { public interface AuthFunctionBean {
/** /**
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)