Package com.adbs.syntax
Class MetadataFieldsFetcherFromQueryInformix
java.lang.Object
com.adbs.metadata.BaseMetadataFieldsFetcher
com.adbs.metadata.BaseMetadataFieldsFetcherVariants
com.adbs.metadata.MetadataFieldsFetcherFromResultSet
com.adbs.metadata.MetadataFieldsFetcherFromQuery
com.adbs.syntax.MetadataFieldsFetcherFromQueryInformix
- All Implemented Interfaces:
Disposable
-
Field Summary
Fields inherited from class com.adbs.metadata.MetadataFieldsFetcherFromResultSet
defaultValueField, defaultValueFieldName, longDescriptionField, longDescriptionFieldName, nameField, nameFieldName, nullableField, nullableFieldName, precisionField, precisionFieldName, primaryField, primaryFieldName, readOnlyField, readOnlyFieldName, resultSet, scaleField, scaleFieldName, serverTypeField, serverTypeFieldName, shortDescriptionField, shortDescriptionFieldName, sizeField, sizeFieldName -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.adbs.metadata.MetadataFieldsFetcherFromQuery
close, createResultSet, destroyResultSet, dispose, getQuery, init, isResultSetCreated, setQueryMethods inherited from class com.adbs.metadata.MetadataFieldsFetcherFromResultSet
calcDefaultValue, calcFieldName, calcLongDescription, calcPrecision, calcScale, calcShortDescription, calcSize, canCalcDefaultValue, canCalcIsNullable, canCalcIsReadOnly, canCalcLongDescription, canCalcPrecision, canCalcPrimaryKey, canCalcScale, canCalcShortDescription, canCalcSize, canCalcTypeOnServer, getDefaultValueFieldName, getLongDescriptionFieldName, getNameFieldName, getNullableFieldName, getPrecisionFieldName, getPrimary, getPrimaryFieldName, getReadOnly, getReadOnlyFieldName, getResultSet, getScaleFieldName, getServerTypeFieldName, getShortDescriptionFieldName, getSizeFieldName, next, setDefaultValueFieldName, setLongDescriptionFieldName, setNameFieldName, setNullableFieldName, setPrecisionFieldName, setPrimaryFieldName, setReadOnlyFieldName, setResultSet, setScaleFieldName, setServerTypeFieldName, setShortDescriptionFieldName, setSizeFieldNameMethods inherited from class com.adbs.metadata.BaseMetadataFieldsFetcherVariants
calcIsNullable, calcIsPrimaryKey, calcIsReadOnly, getNonNullableValue, getNonPrimaryValue, getNonReadOnlyValue, getNullableValue, getPrimaryValue, getReadOnlyValue, setNonNullableValue, setNonPrimaryValue, setNonReadOnlyValue, setNullableValue, setPrimaryValue, setReadOnlyValueMethods inherited from class com.adbs.metadata.BaseMetadataFieldsFetcher
getSqlContext, getTrimSpaces, loadFields, setTrimSpaces, trimName
-
Constructor Details
-
MetadataFieldsFetcherFromQueryInformix
-
-
Method Details
-
getNullable
- Overrides:
getNullablein classMetadataFieldsFetcherFromResultSet
-
calcTypeOnServer
- Overrides:
calcTypeOnServerin classMetadataFieldsFetcherFromResultSet
-