Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Interface Database


Deprecated. DB

public interface Database


Method Summary
 String getType()
          Deprecated.  
 void runSQLTemplate(String path)
          Deprecated.  
 void runSQLTemplate(String path, boolean failOnError)
          Deprecated.  
 

Method Detail

getType

String getType()
Deprecated. 

runSQLTemplate

void runSQLTemplate(String path)
                    throws IOException,
                           NamingException,
                           SQLException
Deprecated. 
Throws:
IOException
NamingException
SQLException

runSQLTemplate

void runSQLTemplate(String path,
                    boolean failOnError)
                    throws IOException,
                           NamingException,
                           SQLException
Deprecated. 
Throws:
IOException
NamingException
SQLException

Liferay 6.1.2-ce-ga3