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 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.MetadataFieldsFetcherFromResultSet
calcDefaultValue, 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, setSizeFieldName
Methods inherited from class com.adbs.metadata.BaseMetadataFieldsFetcherVariants
calcIsNullable, calcIsPrimaryKey, calcIsReadOnly, getNonNullableValue, getNonPrimaryValue, getNonReadOnlyValue, getNullableValue, getPrimaryValue, getReadOnlyValue, setNonNullableValue, setNonPrimaryValue, setNonReadOnlyValue, setNullableValue, setPrimaryValue, setReadOnlyValue
Methods inherited from class com.adbs.metadata.BaseMetadataFieldsFetcher
getSqlContext, getTrimSpaces, loadFields, setTrimSpaces, trimName
-
Constructor Details
-
MetadataFieldsFetcherFromQuery
-
-
Method Details
-
getQuery
-
setQuery
-
dispose
public void dispose()- Specified by:
dispose
in interfaceDisposable
- Overrides:
dispose
in classBaseMetadataFieldsFetcher
-
init
- Overrides:
init
in classMetadataFieldsFetcherFromResultSet
- Throws:
QueryBuilderException
-
close
protected void close()- Overrides:
close
in classMetadataFieldsFetcherFromResultSet
-
createResultSet
- Throws:
QueryBuilderException
-
destroyResultSet
public void destroyResultSet() -
isResultSetCreated
public boolean isResultSetCreated()
-