com.liferay.portal.kernel.util
Interface Database


public interface Database

View Source

Author:
Ganesh Ram

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

Method Detail

getType

java.lang.String getType()

runSQLTemplate

void runSQLTemplate(java.lang.String path)
                    throws java.io.IOException,
                           javax.naming.NamingException,
                           java.sql.SQLException
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
Throws:
java.io.IOException
javax.naming.NamingException
java.sql.SQLException