-
Interfaces Interface 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.
-
Classes Class Description org.pentaho.di.core.database.SqlCommentScrubber Use SqlScriptParser instead.org.pentaho.di.core.date.DateCache This class is not used within PDIorg.pentaho.di.core.row.ValueMeta
-
Constructors Constructor Description org.pentaho.di.core.database.Database(DatabaseMeta) Please specify the parent object so that we can see which object is initiating a database connectionorg.pentaho.di.core.osgi.impl.NamedClusterSiteFileImpl(String, String) org.pentaho.di.core.row.value.ValueMetaBase(DataInputStream) in favor of a combination ofValueMetaFactory
.createValueMeta() and the loadMetaData() method.org.pentaho.di.core.row.ValueMeta(String)
-
Enum Constants Enum Constant Description org.pentaho.di.core.ObjectLocationSpecificationMethod.REPOSITORY_BY_REFERENCE