Package com.progress.open4gl.dynamicapi
Class SchemaFiller
java.lang.Object
com.progress.open4gl.dynamicapi.SchemaFiller
This class handles reading schema information returned with an application server request for ResultSet and ProDataObject.
-
Constructor Summary
ConstructorsConstructorDescriptionSchemaFiller
(InputStream stream, ParameterSet params, MetaSchema RSSchema, int serverMajorVersion, boolean hasSchemaHeader, int marshalLevel) -
Method Summary
Modifier and TypeMethodDescriptionint
ReadProDataGraphMetaData
(InputStream stream, MetaDataIndicator ind, int serverMajorVersion, int marshalLevel) int
ReadResultSetMetaDataIntoDG
(InputStream stream, MetaDataIndicator ind, int serverMajorVersion, int marshalLevel)
-
Constructor Details
-
SchemaFiller
public SchemaFiller() -
SchemaFiller
public SchemaFiller(InputStream stream, ParameterSet params, MetaSchema RSSchema, int serverMajorVersion, boolean hasSchemaHeader, int marshalLevel) throws ClientException, FGLErrorException, Open4GLException, ProDataException
-
-
Method Details
-
ReadProDataGraphMetaData
public int ReadProDataGraphMetaData(InputStream stream, MetaDataIndicator ind, int serverMajorVersion, int marshalLevel) throws ClientException, Open4GLException, ProDataException -
ReadResultSetMetaDataIntoDG
public int ReadResultSetMetaDataIntoDG(InputStream stream, MetaDataIndicator ind, int serverMajorVersion, int marshalLevel) throws ClientException, Open4GLException, ProDataException
-