Package | Description |
---|---|
org.pentaho.di.core.database |
Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)
|
Modifier and Type | Method and Description |
---|---|
List<SqlScriptStatement> |
DatabaseInterface.getSqlScriptStatements(String sqlScript)
Parse the statements in the provided SQL script, provide more information about where each was found in the script.
|
List<SqlScriptStatement> |
BaseDatabaseMeta.getSqlScriptStatements(String sqlScript)
Parse the statements in the provided SQL script, provide more information about where each was found in the script.
|