Package com.progress.open4gl.dynamicapi
Class SchemaStreamer
java.lang.Object
com.progress.open4gl.dynamicapi.SchemaStreamer
Stream the static local onto the OutputStream.
It is used for the purpose of verfying the client schema by the server before excuting the 4GL procedure
-
Constructor Summary
ConstructorsConstructorDescriptionSchemaStreamer
(MetaSchema s, ParameterSet parms, OutputStream o, OutputBuffer out, int serverMajorVersion) -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Constructor Details
-
SchemaStreamer
public SchemaStreamer(MetaSchema s, ParameterSet parms, OutputStream o, OutputBuffer out, int serverMajorVersion)
-
-
Method Details
-
streamOutProDataGraph
public void streamOutProDataGraph(ProDataGraph dg, ProDataGraphMetaDataIndicator ind) throws ClientException, IOException - Throws:
ClientException
IOException
-