|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aris.hldb.Common
public class Common
Common stuff for this package.
| Constructor Summary | |
|---|---|
Common()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getSP_Prefix()
returns the prefix used to create stored procedures |
static java.lang.String |
gline(java.io.BufferedReader f)
Utility function. |
static boolean |
isCreateSPs()
|
static boolean |
isDebug()
|
static void |
setCreateSPs(boolean createSPs)
Defines if stored procedures will be created when parsing .sql files. |
static void |
setDebug(boolean debug)
|
static void |
setSP_Prefix(java.lang.String prefix)
Sets the prefix with which stored procedure names will be created. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Common()
| Method Detail |
|---|
public static boolean isDebug()
public static void setDebug(boolean debug)
public static java.lang.String getSP_Prefix()
public static void setSP_Prefix(java.lang.String prefix)
prefix - The prefix.
public static java.lang.String gline(java.io.BufferedReader f)
throws java.io.IOException
f - The stream
java.io.IOException - -public static boolean isCreateSPs()
public static void setCreateSPs(boolean createSPs)
createSPs - Set to true in order to create stored procedures.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||