Package | Description |
---|---|
oracle.ifs.admin.sql |
Modifier and Type | Method and Description |
---|---|
void |
RunSQLScript.execute(Connection con) |
void |
RunSQLScript.execute(Connection con,
String connectString)
Runs a SQL script.
|
void |
SQLProcessor.expandLine(String line,
StringBuffer buffer,
Hashtable dict,
int substitution)
Expands a line by substituting symbols.
|
void |
SQLProcessor.processLine(oracle.ifs.admin.sql.SQLProcessor.Context ctx,
String line,
StringBuffer sqlbuf)
Handles a line of SQL.
|
void |
SQLProcessor.runSQLFile(String infile,
String outfile,
Hashtable dict)
Executes a SQL file.
|
void |
SQLProcessor.runSQLFile(String infile,
String outfile,
Hashtable dict,
boolean substitute,
boolean echo,
boolean noExecute,
boolean stopOnErrors) |
void |
SQLProcessor.runSQLFile(String infile,
String outfile,
Hashtable dict,
boolean substitute,
boolean echo,
boolean noExecute,
boolean stopOnErrors,
String connectString)
Executes a SQL file.
|
Copyright © 2023. All rights reserved.