Package | Description |
---|---|
org.teiid.client.lob | |
org.teiid.common.buffer | |
org.teiid.common.buffer.impl | |
org.teiid.core.types | |
org.teiid.query.eval | |
org.teiid.query.function.source |
Constructor and Description |
---|
Factory(DQP dqp,
long requestId,
Streamable<?> streamable) |
StreamingLobChunckProducer(DQP dqp,
long requestId,
Streamable<?> streamable) |
Modifier and Type | Method and Description |
---|---|
Streamable<?> |
TupleBuffer.getLobReference(String id) |
Streamable<?> |
LobManager.getLobReference(String id) |
Modifier and Type | Method and Description |
---|---|
void |
LobManager.detachLob(Streamable<?> lob,
FileStore store,
byte[] bytes) |
void |
BufferManager.persistLob(Streamable<?> lob,
FileStore store,
byte[] bytes) |
static void |
LobManager.persistLob(Streamable<?> lob,
FileStore store,
byte[] bytes,
boolean inlineLobs,
int maxMemoryBytes) |
Modifier and Type | Method and Description |
---|---|
void |
BufferManagerImpl.persistLob(Streamable<?> lob,
FileStore store,
byte[] bytes) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGeospatialType
Base type for geography and geometry.
|
class |
BaseClobType
This is wrapper on top of a "clob" object, which implements the "java.sql.Clob"
interface.
|
class |
BlobType
Represent a value of type "blob", which can be streamable from client
|
class |
ClobType
This is wrapper on top of a "clob" object, which implements the "java.sql.Clob"
interface.
|
class |
GeographyType |
class |
GeometryType |
class |
JsonType
This is wrapper on top of clob functionality
|
class |
XMLType
This class represents the SQLXML object along with the Streamable interface.
|
Modifier and Type | Method and Description |
---|---|
static InputStreamFactory |
Evaluator.getInputStreamFactory(Streamable<?> s) |
Modifier and Type | Method and Description |
---|---|
boolean |
XMLSystemFunctions.ExtendedWriter.include(Streamable<?> s)
Include the streamable value, rather than inlining.
|
Copyright © 2019. All rights reserved.