Package org.teiid.client.metadata
Class MetadataResult
- java.lang.Object
-
- org.teiid.client.metadata.MetadataResult
-
- All Implemented Interfaces:
Externalizable
,Serializable
public class MetadataResult extends Object implements Externalizable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetadataResult()
MetadataResult(Map<Integer,Object>[] columnMetadata, Map<Integer,Object>[] parameterMetadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Integer,Object>[]
getColumnMetadata()
Map[]
getParameterMetadata()
void
readExternal(ObjectInput in)
void
writeExternal(ObjectOutput out)
-
-
-
Method Detail
-
getParameterMetadata
public Map[] getParameterMetadata()
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
-