public class CSNetCode extends BaseGenerator implements IBuiltInSIProcessor
| Modifier and Type | Field and Description |
|---|---|
protected Vector<Flag> |
flagsVector |
| Constructor and Description |
|---|
CSNetCode() |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
String |
documentation() |
void |
generate(Database database,
String output) |
void |
generateCode(Table table,
PrintWriter outData) |
void |
generateDataTables(Table table,
PrintWriter outData) |
void |
generateEnumOrdinals(Table table,
PrintWriter outData) |
void |
generateStructPairs(Proc proc,
Vector<Field> fields,
Vector<?> dynamics,
String mainName,
PrintWriter outData,
String tableName,
boolean hasReturning) |
void |
generateStructs(Table table,
PrintWriter outData) |
Vector<Flag> |
getFlags() |
boolean |
isStoredProcs(Table table) |
addFileToOutputtedFilesList, addFileToOutputtedFilesList, getGeneratedOutputFiles, openOutputFileForGeneration, openOutputFileForGeneration, toBooleanclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGeneratedOutputFilestoBooleanpublic String description()
description in interface IGeneratorpublic String documentation()
documentation in interface IGeneratorpublic Vector<Flag> getFlags()
getFlags in interface IGeneratorgetFlags in class BaseGeneratorpublic void generate(Database database, String output) throws Exception
generate in interface IBuiltInGeneratorExceptionpublic boolean isStoredProcs(Table table)
public void generateDataTables(Table table, PrintWriter outData)
public void generateStructPairs(Proc proc, Vector<Field> fields, Vector<?> dynamics, String mainName, PrintWriter outData, String tableName, boolean hasReturning)
public void generateEnumOrdinals(Table table, PrintWriter outData)
public void generateStructs(Table table, PrintWriter outData)
public void generateCode(Table table, PrintWriter outData)
Copyright © 2019. All rights reserved.