Interface and Description |
---|
org.pentaho.di.core.database.DatabaseInterfaceExtended
As of release 6.1. The methods will be added to the existing interface at the next major release.
DatabaseMeta.getDropTableIfExistsStatement(String) which is using those new methods can be freely used,
because it contains fallbacks in case of existing interface (DatabaseInterface ) using. |
Class and Description |
---|
org.pentaho.di.core.date.DateCache
This class is not used within PDI
|
org.pentaho.di.core.database.SqlCommentScrubber
Use SqlScriptParser instead.
|
org.pentaho.di.core.row.ValueMeta |
Constructor and Description |
---|
org.pentaho.di.core.database.Database(DatabaseMeta)
Please specify the parent object so that we can see which object is initiating a database connection
|
org.pentaho.di.core.row.ValueMeta(DataInputStream) |
org.pentaho.di.core.row.ValueMeta(Node) |
org.pentaho.di.core.row.ValueMeta(String) |
org.pentaho.di.core.row.ValueMeta(String, int, int) |
org.pentaho.di.core.row.value.ValueMetaBase(DataInputStream)
in favor of a combination of
ValueMetaFactory .createValueMeta() and the loadMetaData() method. |
org.pentaho.di.core.row.value.ValueMetaBase(String, int, int) |
Enum Constant and Description |
---|
org.pentaho.di.core.ObjectLocationSpecificationMethod.REPOSITORY_BY_REFERENCE |
Copyright © 2019 Hitachi Vantara. All rights reserved.