When you create new objects, BladeSmith generates the source files; some filenames are prefixed with the name of the DataBlade module (indicated by project). By default, BladeSmith creates the source files in the src and src\java subdirectories of the directory that contains the BladeSmith project file. Generated source files are listed in the following table.
Filename | Directory | Type of File | More Information |
---|---|---|---|
ProjectUDRs.java | src\java | Java source code file | See Java Source Code Files. |
IfmxInStream.java | src\java | Java source code file | See BladeSmith Utility Classes. |
IfmxOutStream.java | src\java | Java source code file | See BladeSmith Utility Classes. |
IfmxLog.java | src\java | Java source code file | See BladeSmith Utility Classes. |
IfmxTrace.java | src\java | Java source code file | See BladeSmith Utility Classes. |
DBDKInputException.java | src\java | Java source code file | See BladeSmith Utility Classes. |
DBDKOutputException.java | src\java | Java source code file | See BladeSmith Utility Classes. |
Opaque.java | src\java | Java source code file | See SQLData Interface Method Support Code. |
readme.txt | src\java | Text file | This file describes the files in the src\java directory. |
warning.txt | src\java | Text file | This file describes potential problems with your
source code.
See Warning File for more information. |
Project_Java.mak | src\java | Makefile | Use this file for compiling on both UNIX and Windows.
See Compiling Java DataBlade Module Code for more information. |
Some of these files are described in the following subsections.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]