Package | Description |
---|---|
org.teiid.core.types |
Modifier and Type | Class and Description |
---|---|
static class |
InputStreamFactory.BlobInputStreamFactory |
static class |
InputStreamFactory.ClobInputStreamFactory |
static class |
InputStreamFactory.FileInputStreamFactory |
static class |
InputStreamFactory.SQLXMLInputStreamFactory |
Modifier and Type | Method and Description |
---|---|
InputStreamFactory |
BaseLob.getStreamFactory() |
Modifier and Type | Method and Description |
---|---|
void |
InputStreamFactory.StreamFactoryReference.setStreamFactory(InputStreamFactory inputStreamFactory) |
void |
BaseLob.setStreamFactory(InputStreamFactory streamFactory) |
Constructor and Description |
---|
BaseLob(InputStreamFactory streamFactory) |
BlobImpl(InputStreamFactory streamFactory)
Creates a MMBlob object with the
valueID . |
ClobImpl(InputStreamFactory streamFactory,
long length)
Creates a new ClobImpl.
|
SQLXMLImpl(InputStreamFactory factory) |
Copyright © 2020. All rights reserved.