com.liferay.portal.kernel.util
Interface Database


Deprecated. DB

public interface Database

View Source

Author:
Ganesh Ram, Brian Wing Shun Chan

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

Method Detail

getType

java.lang.String getType()
Deprecated. 

runSQLTemplate

void runSQLTemplate(java.lang.String path)
                    throws java.io.IOException,
                           javax.naming.NamingException,
                           java.sql.SQLException
Deprecated. 
Throws:
java.io.IOException
javax.naming.NamingException
java.sql.SQLException

runSQLTemplate

void runSQLTemplate(java.lang.String path,
                    boolean failOnError)
                    throws java.io.IOException,
                           javax.naming.NamingException,
                           java.sql.SQLException
Deprecated. 
Throws:
java.io.IOException
javax.naming.NamingException
java.sql.SQLException