Kept for backwards compatibility only. Use the version with the Bowl
use getConnectionDetails( ConnectionManager )
use getNames( ConnectionManager )
use the version with the Bowl.
, use the version with the Bowl
use StringUtil.environmentSubstitute(): handles both Windows and unix conventions
please use StringUtil.environmentSubstitute now.
we should phase this out in 5.0, but it's there to keep backwards compatibility in the 4.x releases.
we should phase this out in 5.0, but it's there to keep backwards compatibility in the 4.x releases.
(Please use on init the step and then just get the connection when needed)
use emptyAndCommit() instead (pass in the number of rows left in the batch)
No longer works with the UI, Use getDefaultOptions, instead
This is actually the plugin ID
please use getQuotedSchemaTableCombination()
because the same database can support transactions or not. It all depends on the database setup.
Therefor, we look at the database metadata DatabaseMetaData.supportsTransactions() in stead of this.
- Use the instance method through Encr instead of this directly
- use the instance method through Encr instead of this directly
- Use the instance method through Encr instead of this directly
, use the version with the Bowl
, use the version with the Bowl
, use the version with the Bowl
, use the version with the Bowl
, use the version with the Bowl
, use the version with the Bowl
, use the version with the Bowl
, use the version with the Bowl
, use the version with the Bowl
This is unsafe call and references to this method will be removed.
Use
invalid reference
ValueDataUtil#checksumAdler32(ValueMetaInterface, Object, boolean)
instead
Use
invalid reference
ValueDataUtil#checksumCRC32(ValueMetaInterface, Object, boolean)
instead
Use
invalid reference
ValueDataUtil#createChecksum(ValueMetaInterface, Object, String, boolean)
instead
Use
invalid reference
ValueDataUtil#getFileEncoding(ValueMetaInterface, Object, boolean)
instead
Use
invalid reference
ValueDataUtil#isXMLFileWellFormed(ValueMetaInterface, Object, boolean)
instead
Use
invalid reference
ValueDataUtil#loadFileContentInBinary(ValueMetaInterface, Object, boolean)
instead
This method is deprecated. The same code is still used underneath.
because of API change in Apache VFS. As a workaround use FileObject.getName().getPathDecoded(); Then
use a regular File() object to create a File Input stream.
use the version with the Bowl