| Modifier and Type | Method and Description |
|---|---|
protected Map<Integer,ResolvedDbType> |
DefaultDbConnection.getLobFieldsDataTypeInfo(String typeName) |
protected Map<Integer,ResolvedDbType> |
OracleDbConnection.getLobFieldsDataTypeInfo(String typeName) |
| Constructor and Description |
|---|
OracleDbConnection(Connection delegate,
TransactionalAction transactionalAction,
DefaultDbConnectionReleaser connectionReleaseListener,
ParamTypeResolverFactory paramTypeResolverFactory,
Map<String,Map<Integer,ResolvedDbType>> resolvedDbTypesCache) |
| Modifier and Type | Method and Description |
|---|---|
void |
StructTypeResolver.resolveLobIn(Object[] attributes,
Integer index,
ResolvedDbType resolvedDbType) |
void |
TypeResolver.resolveLobIn(Object[] attributes,
Integer index,
ResolvedDbType resolvedDbType)
This method calls the method that instantiates clob and blob classes
according to structure.
|
void |
CollectionTypeResolver.resolveLobIn(Object[] attributes,
Integer index,
ResolvedDbType resolvedDbType) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStructuredDbType
Base class for structured DB types.
|
class |
ArrayResolvedDbType
Defines a structured data type for
Array |
class |
BlobResolvedDataType
Defines a data type for
Blob |
class |
ClobResolvedDataType
Defines a data type for
Clob |
class |
MappedStructResolvedDbType<T>
Defines a structured data type for
Struct mapped to a Java class. |
class |
StructDbType
Defines a structured data type
|
class |
StructuredDbType
Defines a structured data type
|
| Modifier and Type | Class and Description |
|---|---|
class |
OracleXmlType
Defines a structured data type for the
OracleXmlType.ORACLE_XMLTYPE_CLASS class |
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.