Session Management: |
| SessionOpen |
Opens an ORCA session and returns the session handle |
| SessionClose |
Closes an ORCA session |
| SessionSetLibraryList |
Specifies the libraries for the session |
| SessionSetCurrentAppl |
Specifies the Application object for the session |
| SessionGetError |
Provides information about an error |
Library Management: |
| LibraryCommentModify |
Modify the comments for a library |
| LibraryCommentRetrieve |
Get the comments for a library |
| LibraryCreate |
Create a new library file |
| LibraryDelete |
Delete a library file |
| LibraryDirectory |
Get directory listing of a library file |
| LibraryEntryCopy |
Copy an object from one library to another |
| LibraryEntryDelete |
Delete an object from a library |
| LibraryEntryExport |
Get the source code for an object |
| LibraryEntryInformation |
Get details about an object |
| LibraryEntryMove |
Move an object from one library to another |
Import/Compiling: |
| ApplicationRebuild |
Compiles all the objects in all the libraries associated with an application |
| CompileEntryImport |
Imports an object and compiles it |
| CompileEntryImportList |
Imports a list of objects and compiles them |
| CompileEntryRegenerate |
Compiles an object |
Object Query Functions: |
| ObjectQueryHierarchy |
Gets a list of an objects ancestors |
| ObjectQueryReference |
Gets a list of the objects an object refers to |
Creating Executables: |
| BuildProject |
Deploys EAServer components by running a project |
| BuildProjectEx |
Deploys EAServer components with server/port overrides |
| ExecutableCreate |
Creates an executable using the current library list and Application object |
| DynamicLibraryCreate |
Creates a PowerBuilder dynamic library from a PBL |
| SetExeInfo |
Sets version information to be used when creating executable |
Source Control Functions: |
| CheckInEntry |
Checks an object into a library |
| CheckOutEntry |
Checks an object out of a library |
| ListCheckOutEntries |
Reports objects that are registered or checked out |
Non ORCA Utility Functions: |
| ReadSourceFile |
Reads source file converting to/from Unicode |
| ReadTextFile |
Reads text file converting to/from Unicode |
| WriteSourceFile |
Write source file converting to/from Unicode |
| WriteTextFile |
Write text file converting to/from Unicode |