Skip to content

Commit

Permalink
Readd H2Functions to stay backwards compat w/ already existing 2.0 tr…
Browse files Browse the repository at this point in the history
…iggers
  • Loading branch information
chenson42 committed Mar 16, 2010
1 parent 3d6120c commit 2dad3a7
Showing 1 changed file with 26 additions and 0 deletions.
@@ -0,0 +1,26 @@
/*
* SymmetricDS is an open source database synchronization solution.
*
* Copyright (C) Chris Henson <chenson42@users.sourceforge.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, see
* <http://www.gnu.org/licenses/>.
*/
package org.jumpmind.symmetric.db.h2;

import org.jumpmind.symmetric.db.EmbeddedDbFunctions;

public class H2Functions extends EmbeddedDbFunctions {

}

0 comments on commit 2dad3a7

Please sign in to comment.