|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SQLScriptExecutor.ExecutionException | |
com.ptc.windchill.upgrade.util | |
wt.dataservice | Provides a
Datastore interface to an arbitrary database with a specific realization returned by the
DataServiceFactory ; this could allow for future support of other, non-Oracle databases in Windchill. |
Uses of SQLScriptExecutor.ExecutionException in com.ptc.windchill.upgrade.util |
Methods in com.ptc.windchill.upgrade.util that throw SQLScriptExecutor.ExecutionException | |
protected String |
SQLScriptExecutor.execute(String sql_to_execute,
PrintStream print_stream)
|
private long |
SQLScriptExecutor.getDataServicePropertyAsLong(String prop_name,
String default_value)
|
private String |
SQLScriptExecutor.getDataServiceProperty(String prop_name,
String default_value)
|
static String |
InstallNonModeled.install()
Execute a master script file that makes calls to all the subdirectories. |
static String |
InstallNonModeled.install(String PATH_AND_FILE_NAME)
Used to run any one of the scripts in the directories for Procedures, Sequencers, Tables, Triggers or Types. |
static String |
InstallNonModeled.installProcedures()
Execute a master script file that makes calls to all the Procedure scripts. |
static String |
InstallNonModeled.installSequencers()
Execute a master script file that makes calls to all the Sequencers scripts. |
static String |
InstallNonModeled.installTables()
Execute a master script file that makes calls to all the Tables scripts. |
static String |
InstallNonModeled.installTriggers()
Execute a master script file that makes calls to all the Triggers scripts. |
static String |
InstallNonModeled.installTypes()
Execute a master script file that makes calls to all the Types scripts. |
private static String |
InstallNonModeled.install(String rel_sql_path,
String file_name)
Use the SQLScriptExecutor to execute a master script file that makes calls to all the subdirectories. |
Uses of SQLScriptExecutor.ExecutionException in wt.dataservice |
Methods in wt.dataservice that throw SQLScriptExecutor.ExecutionException | |
String |
SQLScriptExecutor.executeSQL(String sql_string)
Execute the supplied SQL String in a SQLPlus session. |
String |
SQLScriptExecutor.executeScript(String sql_script_path)
Specify the full path to a script file or a relative path to the script based on $(wt.home)/db/sql ,
and it will be executed it in a SQLPlus session. |
String |
SQLScriptExecutor.executeScript(File script_file)
Execute the script in the specified file. |
void |
SQLScriptExecutor.executeScript(File script_file,
PrintStream print_stream)
Execute the script in the specified file. |
private File |
SQLScriptExecutor.getSQLPathFile()
The path to the SQL script file is held in a File object. |
private static WTProperties |
SQLScriptExecutor.getWTProperties()
The constructor performed a one-time call to obtain these wt.properties |
private String |
SQLScriptExecutor.getLoginStringFromProperties()
Parse the DSProperties for the USER/PASSWORD/SERVICE information, and maybe a connectString. |
private String |
SQLScriptExecutor.getLoginStringFromFields()
|
private File |
SQLScriptExecutor.createScriptToCall(String sql_to_execute)
|
private String |
SQLScriptExecutor.execute(String sql_to_execute)
Buffers the constructor's argument in a wt.temp file and executes the file using SQLPlus. |
protected String |
SQLScriptExecutor.execute(String sql_to_execute,
PrintStream print_stream)
Buffers the constructor's argument in a wt.temp file and executes the file using SQLPlus. |
String |
SQLScriptExecutor.executeSQL(String sql_string)
Execute the supplied SQL String in a SQLPlus session. |
String |
SQLScriptExecutor.executeScript(String sql_script_path)
Specify the full path to a script file or a relative path to the script based on $(wt.home)/db/sql ,
and it will be executed it in a SQLPlus session. |
String |
SQLScriptExecutor.executeScript(File script_file)
Execute the script in the specified file. |
void |
SQLScriptExecutor.executeScript(File script_file,
PrintStream print_stream)
Execute the script in the specified file. |
private File |
SQLScriptExecutor.getSQLPathFile()
The path to the SQL script file is held in a File object. |
private static WTProperties |
SQLScriptExecutor.getWTProperties()
The constructor performed a one-time call to obtain these wt.properties |
private String |
SQLScriptExecutor.getLoginStringFromProperties()
Parse the DSProperties for the USER/PASSWORD/SERVICE information, and maybe a connectString. |
private String |
SQLScriptExecutor.getLoginStringFromFields()
|
private File |
SQLScriptExecutor.createScriptToCall(String sql_to_execute)
|
private String |
SQLScriptExecutor.execute(String sql_to_execute)
Buffers the constructor's argument in a wt.temp file and executes the file using SQLPlus. |
protected String |
SQLScriptExecutor.execute(String sql_to_execute,
PrintStream print_stream)
Buffers the constructor's argument in a wt.temp file and executes the file using SQLPlus. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |