Package com.adbs.metadata
Class MetadataFieldsFetcherFromQuery
java.lang.Object
com.adbs.metadata.BaseMetadataFieldsFetcher
com.adbs.metadata.BaseMetadataFieldsFetcherVariants
com.adbs.metadata.MetadataFieldsFetcherFromResultSet
com.adbs.metadata.MetadataFieldsFetcherFromQuery
- All Implemented Interfaces:
- Disposable
- Direct Known Subclasses:
- MetadataFieldsFetcherFromQueryInformix
- 
Field SummaryFields 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
- 
Method SummaryMethods inherited from class com.adbs.metadata.MetadataFieldsFetcherFromResultSetcalcDefaultValue, calcFieldName, calcLongDescription, calcPrecision, calcScale, calcShortDescription, calcSize, calcTypeOnServer, canCalcDefaultValue, canCalcIsNullable, canCalcIsReadOnly, canCalcLongDescription, canCalcPrecision, canCalcPrimaryKey, canCalcScale, canCalcShortDescription, canCalcSize, canCalcTypeOnServer, getDefaultValueFieldName, getLongDescriptionFieldName, getNameFieldName, getNullable, 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.BaseMetadataFieldsFetcherVariantscalcIsNullable, calcIsPrimaryKey, calcIsReadOnly, getNonNullableValue, getNonPrimaryValue, getNonReadOnlyValue, getNullableValue, getPrimaryValue, getReadOnlyValue, setNonNullableValue, setNonPrimaryValue, setNonReadOnlyValue, setNullableValue, setPrimaryValue, setReadOnlyValueMethods inherited from class com.adbs.metadata.BaseMetadataFieldsFetchergetSqlContext, getTrimSpaces, loadFields, setTrimSpaces, trimName
- 
Constructor Details- 
MetadataFieldsFetcherFromQuery
 
- 
- 
Method Details- 
getQuery
- 
setQuery
- 
disposepublic void dispose()- Specified by:
- disposein interface- Disposable
- Overrides:
- disposein class- BaseMetadataFieldsFetcher
 
- 
init- Overrides:
- initin class- MetadataFieldsFetcherFromResultSet
- Throws:
- QueryBuilderException
 
- 
closeprotected void close()- Overrides:
- closein class- MetadataFieldsFetcherFromResultSet
 
- 
createResultSet- Throws:
- QueryBuilderException
 
- 
destroyResultSetpublic void destroyResultSet()
- 
isResultSetCreatedpublic boolean isResultSetCreated()
 
-