The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:Win32-SqlServer-DTS ARFREITAS"

Win32::SqlServer::DTS - Perl classes to access Microsoft SQL Server 2000 DTS Packages River stage zero No dependents

Although it's possible to use all features here by using only "Win32::OLE" module, "Win32::SqlServer::DTS" (being more specific, it's childs classes) provides a much easier interface (pure Perl) and (hopefully) a better documentation. The API for thi...

ARFREITAS/Win32-SqlServer-DTS-0.13 - 20 Jul 2016 00:23:22 UTC

Win32::SqlServer::DTS::Task - a Perl base class to access Microsoft SQL Server 2000 DTS tasks River stage zero No dependents

"Win32::SqlServer::DTS::Task" is an base class to be subclassed: one should not use it directly (although it may work). See SEE ALSO for more information about the classed that uses "Win32::SqlServer::DTS::Task" as part of their inheritance. EXPORT N...

ARFREITAS/Win32-SqlServer-DTS-0.13 - 20 Jul 2016 00:23:22 UTC

Win32::SqlServer::DTS::DateTime - DateTime Perl object built from Win32::OLE Variant values River stage zero No dependents

Extends the DateTime class constructor (new method) to create a DateTime object that is equal to a "Win32::OLE::Variant" object. Some classes in "DTS" distribution have methods that returns date/time values, but as Variants. "Win32::SqlServer::DTS::D...

ARFREITAS/Win32-SqlServer-DTS-0.13 - 20 Jul 2016 00:23:22 UTC

Win32::SqlServer::DTS::Package - a Perl class to access Microsoft SQL Server 2000 DTS Packages River stage zero No dependents

"Win32::SqlServer::DTS::Package" is an class created to be used as a layer that represent a package object in DTS packages. EXPORT Nothing....

ARFREITAS/Win32-SqlServer-DTS-0.13 - 20 Jul 2016 00:23:22 UTC

Win32::SqlServer::DTS::TaskTypes - a Perl abstract class to convert DTSTask types to Win32::SqlServer::DTS::Task types. River stage zero No dependents

"Win32::SqlServer::DTS::TaskTypes" convert a value from the "CustomTaskID" method from a "DTSTask" object to the respective type of a "Win32::SqlServer::DTS::Task" object. Since the types names are not exactly the same, this abstract class is a helpe...

ARFREITAS/Win32-SqlServer-DTS-0.13 - 20 Jul 2016 00:23:22 UTC

Win32::SqlServer::DTS::Credential - credentials to authenticate against a MS SQL Server 2000 River stage zero No dependents

"Win32::SqlServer::DTS::Credential" implements the authentication scheme expected by MS SQL Server connection depending on the mode that will be used (regular authentication or trusted connection). This class was created to be able to invoke the DTS ...

ARFREITAS/Win32-SqlServer-DTS-0.13 - 20 Jul 2016 00:23:22 UTC

Win32::SqlServer::DTS::Connection - a Perl class to represent a Microsoft SQL Server 2000 DTS Connection object River stage zero No dependents

"Win32::SqlServer::DTS::Connection" class represent a DTS Connection object, serving as a layer to fetch properties from the DTS Connection stored in the "_sibling" attribute. Although it's possible to create an "Win32::SqlServer::DTS::Connection" ob...

ARFREITAS/Win32-SqlServer-DTS-0.13 - 20 Jul 2016 00:23:22 UTC

Win32::SqlServer::DTS::Assignment - a Perl base class to represent a DTS Dynamic Properties task Assignment object River stage zero No dependents

"Win32::SqlServer::DTS::Assignment" is a base class that should be inherited by a specialized class that defines one type of Assignment object that is part of a DTS Dynamic Property task. This class defines some common attributes that a subclass of "...

ARFREITAS/Win32-SqlServer-DTS-0.13 - 20 Jul 2016 00:23:22 UTC

Win32::SqlServer::DTS::TaskFactory - a Perl abstract class to create DTS Package Tasks in a polymorphic way River stage zero No dependents

"Win32::SqlServer::DTS::TaskFactory" creates "Win32::SqlServer::DTS::Task" subclasses objects depending on the type of the DTS Package Task object passed as a reference. EXPORT Nothing....

ARFREITAS/Win32-SqlServer-DTS-0.13 - 20 Jul 2016 00:23:22 UTC

Win32::SqlServer::DTS::Application - a Perl class to emulate Microsoft SQL Server 2000 DTS Application object River stage zero No dependents

This Perl class represents the Application object from the MS SQL Server 2000 API. Before fetching any package from a server one must instantiate a "Win32::SqlServer::DTS::Application" object that will provide methods to fetch packages without having...

ARFREITAS/Win32-SqlServer-DTS-0.13 - 20 Jul 2016 00:23:22 UTC

Win32::SqlServer::DTS::Package::Step - a Perl class to access Microsoft SQL Server 2000 DTS Package's steps River stage zero No dependents

"Win32::SqlServer::DTS::Package::Step" implements the DTS Package Step class in Perl. It implements all features of the original class, offering pure Perl interface with some additional methods to easy of use. You probably will want to deal with this...

ARFREITAS/Win32-SqlServer-DTS-0.13 - 20 Jul 2016 00:23:22 UTC

Win32::SqlServer::DTS::Task::DataPump - a Perl subclass of Win32::SqlServer::DTS::Task to represent a DTSDataPumpTask object River stage zero No dependents

"Win32::SqlServer::DTS::Task::DataPump" implements a convenient way to fetch properties from a DTS DataPumpTask Task object of a DTS Package. EXPORT Nothing....

ARFREITAS/Win32-SqlServer-DTS-0.13 - 20 Jul 2016 00:23:22 UTC

Win32::SqlServer::DTS::Assignment::INI - a class to represent a DTS DynamicPropertiesTaskAssignment object River stage zero No dependents

"Win32::SqlServer::DTS::Assignment::INI" is a subclass of Win32::SqlServer::DTS::Assignment superclass. It represents a DTS "DynamicPropertiesTaskAssignment" object that has the properties "SourceIniFileFileName", "SourceIniFileKey" and "SourceIniFil...

ARFREITAS/Win32-SqlServer-DTS-0.13 - 20 Jul 2016 00:23:22 UTC

Win32::SqlServer::DTS::Task::SendEmail - a subclass of Win32::SqlServer::DTS::Task that represents a DTSSendMailTask object. River stage zero No dependents

"Win32::SqlServer::DTS::Task::SendEmail" represents a DTS SendMail task object. EXPORT Nothing....

ARFREITAS/Win32-SqlServer-DTS-0.13 - 20 Jul 2016 00:23:22 UTC

Win32::SqlServer::DTS::AssignmentTypes - a Perl abstract class that knows all DynamicPropertiesTaskAssignment objects types. River stage zero No dependents

"Win32::SqlServer::DTS::AssignmentTypes" is a simple abstract class that knows all existing types of DTS Dynamic Properties assignments types and how to convert those types to Win32::SqlServer::DTS::Assignment subclasses names. This abstract class sh...

ARFREITAS/Win32-SqlServer-DTS-0.13 - 20 Jul 2016 00:23:22 UTC

Win32::SqlServer::DTS::AssignmentFactory - a Perl abstract class to create DynamicPropertiesTaskAssignment objects River stage zero No dependents

"Win32::SqlServer::DTS::AssignmentFactory" is a simple abstract actory to create Win32::SqlServer::DTS::Assignment objects. This abstract class should be used only if one wants to extend the "DTS" API. EXPORT None by default....

ARFREITAS/Win32-SqlServer-DTS-0.13 - 20 Jul 2016 00:23:22 UTC

Win32::SqlServer::DTS::Assignment::Query - a class to represent a DTS DynamicPropertiesTaskAssignment object River stage zero No dependents

"Win32::SqlServer::DTS::Assignment::Query" is a subclass of Win32::SqlServer::DTS::Assignment superclass. It represents a DTS "DynamicPropertiesTaskAssignment" object that has the properties "SourceQueryConnectionID" and "SourceQuerySQL" defined. Unl...

ARFREITAS/Win32-SqlServer-DTS-0.13 - 20 Jul 2016 00:23:22 UTC

Win32::SqlServer::DTS::Assignment::EnvVar - a class to represent a DynamicPropertiesTaskAssignment object River stage zero No dependents

"Win32::SqlServer::DTS::Assignment::DataFile" is a subclass of Win32::SqlServer::DTS::Assignment superclass. It represents a DTS "DynamicPropertiesTaskAssignment" object that has a "SourceEnvironmentVariable" property defined. Unless you want to exte...

ARFREITAS/Win32-SqlServer-DTS-0.13 - 20 Jul 2016 00:23:22 UTC

Win32::SqlServer::DTS::Assignment::Constant - a class to represent a DynamicPropertiesTaskAssignment object River stage zero No dependents

"Win32::SqlServer::DTS::Assignment::Constant" represents a Constant Assignment from a Dynamic Property Task of DTS API. Such element will add a constant value to a desired destination once the Dynamic Property task, which is associated with, is execu...

ARFREITAS/Win32-SqlServer-DTS-0.13 - 20 Jul 2016 00:23:22 UTC

Win32::SqlServer::DTS::Assignment::DataFile - a class to represent a DTS DynamicPropertiesTaskAssignment object River stage zero No dependents

"Win32::SqlServer::DTS::Assignment::DataFile" is a subclass of Win32::SqlServer::DTS::Assignment superclass. It represents a DTS "DynamicPropertiesTaskAssignment" object that has a "SourceDataFileFileName" property defined. Unless you want to extend ...

ARFREITAS/Win32-SqlServer-DTS-0.13 - 20 Jul 2016 00:23:22 UTC
30 results (0.03 seconds)