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
 
 public class MetadataFieldsFetcherFromQueryInformix extends MetadataFieldsFetcherFromQuery 
- 
- 
Field Summary- 
Fields inherited from class com.adbs.metadata.MetadataFieldsFetcherFromResultSetdefaultValueField, defaultValueFieldName, longDescriptionField, longDescriptionFieldName, nameField, nameFieldName, nullableField, nullableFieldName, precisionField, precisionFieldName, primaryField, primaryFieldName, readOnlyField, readOnlyFieldName, resultSet, scaleField, scaleFieldName, serverTypeField, serverTypeFieldName, shortDescriptionField, shortDescriptionFieldName, sizeField, sizeFieldName
 
- 
 - 
Constructor SummaryConstructors Constructor Description MetadataFieldsFetcherFromQueryInformix(BaseSQLContext sqlContext)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringcalcTypeOnServer()protected java.lang.ObjectgetNullable()- 
Methods inherited from class com.adbs.metadata.MetadataFieldsFetcherFromQueryclose, createResultSet, destroyResultSet, dispose, getQuery, init, isResultSetCreated, setQuery
 - 
Methods inherited from class com.adbs.metadata.MetadataFieldsFetcherFromResultSetcalcDefaultValue, 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, setSizeFieldName
 - 
Methods inherited from class com.adbs.metadata.BaseMetadataFieldsFetcherVariantscalcIsNullable, calcIsPrimaryKey, calcIsReadOnly, getNonNullableValue, getNonPrimaryValue, getNonReadOnlyValue, getNullableValue, getPrimaryValue, getReadOnlyValue, setNonNullableValue, setNonPrimaryValue, setNonReadOnlyValue, setNullableValue, setPrimaryValue, setReadOnlyValue
 - 
Methods inherited from class com.adbs.metadata.BaseMetadataFieldsFetchergetSqlContext, getTrimSpaces, loadFields, setTrimSpaces, trimName
 
- 
 
- 
- 
- 
Constructor Detail- 
MetadataFieldsFetcherFromQueryInformixpublic MetadataFieldsFetcherFromQueryInformix(BaseSQLContext sqlContext) 
 
- 
 - 
Method Detail- 
getNullableprotected java.lang.Object getNullable() - Overrides:
- getNullablein class- MetadataFieldsFetcherFromResultSet
 
 - 
calcTypeOnServerprotected java.lang.String calcTypeOnServer() - Overrides:
- calcTypeOnServerin class- MetadataFieldsFetcherFromResultSet
 
 
- 
 
-