Native DB2 export.
Properties
Application Application
Returns application. Read only.
String ConnectionString
Sets or returns connection string. Read/write.
String DefaultExtension
Returns default file extension. Read only.
String Filter
Returns filter string. Read only.
String Name
Returns file format name. Read only.
Any Parent
Returns parent object. Read only.
ConverterPropertySet PropertySet
Returns set of export properties. Read only.
Methods
String BuildConnectionString(String server, String login, String password)
Composes a connection string for DB2 native client. The last two arguments are optional.
Boolean CanExport(ComponentType type)
Returns True if exporter can save components of given type and False otherwise.
Export(Component component, String connectionString, ConvertPrompt prompt)
Exports given component.
Obtained From
Application (NewExport("DB2"))
See Also