Compiere 3.1

org.compiere.util
Class ViewUtil

java.lang.Object
  extended by org.compiere.util.ViewUtil

public class ViewUtil
extends Object

Utility class to support view import process

Author:
wwong

Constructor Summary
ViewUtil()
           
 
Method Summary
static ArrayList<String> readSqlFromFile(InputStream in)
          Read the sql statements from the input stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewUtil

public ViewUtil()
Method Detail

readSqlFromFile

public static ArrayList<String> readSqlFromFile(InputStream in)
Read the sql statements from the input stream

Parameters:
in - InputStream
addSemicolon - add semicolon at end of functions
Returns:
ArrayList of the sql commands

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.