Liferay 7.0-ce-b4

com.liferay.portal.dao.db
Class BaseDBTestCase

java.lang.Object
  extended by com.liferay.portal.dao.db.BaseDBTestCase

public abstract class BaseDBTestCase
extends Object


Field Summary
protected static String RENAME_TABLE_QUERY
           
 
Constructor Summary
BaseDBTestCase()
           
 
Method Summary
protected  String buildSQL(String query)
           
protected abstract  DB getDB()
           
 void testReplaceTemplate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RENAME_TABLE_QUERY

protected static final String RENAME_TABLE_QUERY
See Also:
Constant Field Values
Constructor Detail

BaseDBTestCase

public BaseDBTestCase()
Method Detail

testReplaceTemplate

public void testReplaceTemplate()
                         throws IOException
Throws:
IOException

buildSQL

protected String buildSQL(String query)
                   throws IOException
Throws:
IOException

getDB

protected abstract DB getDB()

Liferay 7.0-ce-b4