| Package | Description |
|---|---|
| org.mule.db.commons.internal.domain.connection | |
| org.mule.db.commons.internal.domain.connection.type.resolver | |
| org.mule.db.commons.internal.domain.type |
| Modifier and Type | Method and Description |
|---|---|
protected Map<Integer,ResolvedDbType> |
DefaultDbConnection.getLobFieldsDataTypeInfo(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
void |
StructAndArrayTypeResolver.resolveLobIn(Object[] attributes,
Integer index,
ResolvedDbType resolvedDbType)
This method calls the method that instantiates clob and blob classes according to structure.
|
void |
ArrayTypeResolver.resolveLobIn(Object[] attributes,
Integer index,
ResolvedDbType resolvedDbType) |
void |
StructTypeResolver.resolveLobIn(Object[] attributes,
Integer index,
ResolvedDbType resolvedDbType) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStructuredDbType
Defines a structured data type
|
class |
ArrayResolvedDbType
Defines a structured data type for
Array |
class |
BlobDbType
Defines a Blob data type that was resolved for a database instance.
|
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
|
Copyright © 2025. All rights reserved.