Source files generated by BladeSmith
When you create objects, BladeSmith generates the source files; some file names 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.
File name | 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 The 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 DataBlade module Java code for more information. |