SQL Manager CSP Wizard Utility Methods.
More...
|
| CancelButton () |
| Write out generic Cancel button.
|
|
_.Library.String | ChangeNamespace (_.Library.String Namespace) |
| Change namespace if the current namespace is not the desired namespace.
|
|
| DisplayTextFile (_.Library.String FileName) |
| Display A TEXT file.
|
|
| ExitButton () |
| Write out generic Cancel button.
|
|
| NextButton () |
| Write out generic Cancel button.
|
|
| PreviousButton () |
| Go back to the previous page.
|
|
| listDSN (_.Library.String pagename, _.Library.String Wizard, _.Library.String Namespace, _.Library.Integer Page) |
| Set up DSN names for Link Table, Link Procedure and Data Migration Wizards.
|
|
| listExtSchemas (_.Library.String pagename, _.Library.String Wizard, _.Library.String Namespace, _.Library.String dsnname, _.Library.Integer Page) |
| list schemas based on cache gateway connection - you must have a DSN (configuration name) passed in.
|
|
| listExtTables (_.Library.String pagename, _.Library.String Wizard, _.Library.String Namespace, _.Library.String dsnname, _.Library.String schemaname, _.Library.Integer Page) |
| List SQL Gateway tables given by Namespace and DSN (configuration name) More...
|
|
_.Library.String | listProperties (_.Library.String Namespace, _.Library.String SchemaName, _.Library.String TableName, _.Library.String properties) |
| This is the normal (not SQL Gateway) properties for a table. More...
|
|
| listSchemas (_.Library.String Namespace, _.Library.String schemas) |
| This is the normal schemas for a given Namespace, not SQL Gateway. More...
|
|
_.Library.Status | listTables (_.Library.String Namespace, _.Library.String SchemaName, _.Library.String tables) |
| This is the normal tables given by Namespace and Schema. More...
|
|
SQL Manager CSP Wizard Utility Methods.
◆ listExtTables()
List SQL Gateway tables given by Namespace and DSN (configuration name)
Input: pagename by value (this is used for building links)
Input: Wizard by value ("LinkTable", "LinkProcedure", or "DataMigration")
Input: Namespace by value (current connected Namespace)
Input: dsnname by value (DSN connected)
Input: schemaname by value (schema selected from DSN)
Input: Page by value (page number) list external tables based on cache gateway connection - you must have a DSN (configuration name) passed in.
◆ listProperties()
This is the normal (not SQL Gateway) properties for a table.
Input: Namespace by value
Input: SchemaName by value
Input: TableName by value
Output: array properties by reference
Return: longest property name
◆ listSchemas()
This is the normal schemas for a given Namespace, not SQL Gateway.
Input: Namespace by value
Output: array schems by reference
◆ listTables()
This is the normal tables given by Namespace and Schema.
Input: Namespace by value
Input: SchemaName by value
Output: array schems by reference