Uses of Class
com.activeviam.tech.jdbc.internal.types.ExternalFieldDescriptor
Packages that use ExternalFieldDescriptor
Package
Description
-
Uses of ExternalFieldDescriptor in com.activeviam.database.sql.internal.jdbc
Methods in com.activeviam.database.sql.internal.jdbc that return ExternalFieldDescriptorMethods in com.activeviam.database.sql.internal.jdbc with parameters of type ExternalFieldDescriptorModifier and TypeMethodDescriptionResultSetUtils.resolveNullitySyncState(ExternalFieldDescriptor externalType, IFieldType type) Gets theIResultSetReaderFactory.NullitySyncStatebetween the external and local type.static IResultSetReaderResultSetUtils.wrapReaderWithNullHandling(ExternalFieldDescriptor externalFieldDesc, IFieldType type, ASingleResultSetReader reader) Detects how null values in external database should be read, updating the reader to either reading the null value or returning a default value.static IResultSetReaderResultSetUtils.wrapReaderWithNullHandling(ExternalFieldDescriptor externalFieldDesc, IFieldType type, ASingleResultSetReader reader, boolean accurateLeftJoinNullability) Detects how null values in external database should be read, updating the reader to either reading the null value or returning a default value.Constructors in com.activeviam.database.sql.internal.jdbc with parameters of type ExternalFieldDescriptor -
Uses of ExternalFieldDescriptor in com.activeviam.database.sql.internal.jdbc.query
Methods in com.activeviam.database.sql.internal.jdbc.query with parameters of type ExternalFieldDescriptorModifier and TypeMethodDescriptionGenericJdbcTypeMatcher.matchType(ExternalFieldDescriptor externalFieldDesc, IJdbcConfiguration config, SqlTableId tableId, String name) IJdbcTypeMatcher.matchType(ExternalFieldDescriptor externalFieldDesc, IJdbcConfiguration config, SqlTableId tableId, String name) Matches the corresponding field type from the external field description.JdbcBaseResultSetReaderProvider.resolveBaseReader(ExternalFieldDescriptor externalFieldDesc, IFieldType localType, int index) Provides baseResultSetreader from external and local type. -
Uses of ExternalFieldDescriptor in com.activeviam.tech.jdbc.internal.types
Methods in com.activeviam.tech.jdbc.internal.types that return ExternalFieldDescriptorModifier and TypeMethodDescriptionstatic ExternalFieldDescriptorExternalFieldDescriptor.fromQueryMetadata(ResultSetMetaData metaData, int index) Returns the descriptor from the query meta-data for the field indexed by "index".Methods in com.activeviam.tech.jdbc.internal.types with parameters of type ExternalFieldDescriptorModifier and TypeMethodDescriptionstatic IFieldTypeTypeMatcher.inferScalarType(ExternalFieldDescriptor externalFieldDesc) Returns theIFieldTypematching the field descriptor.