public final class SchemaRetrievalOptionsBuilder extends Object implements OptionsBuilder<SchemaRetrievalOptionsBuilder,SchemaRetrievalOptions>
public static SchemaRetrievalOptionsBuilder builder()
public static SchemaRetrievalOptionsBuilder builder(SchemaRetrievalOptions options)
public static SchemaRetrievalOptions newSchemaRetrievalOptions()
public SchemaRetrievalOptionsBuilder fromConnnection(Connection connection)
public SchemaRetrievalOptionsBuilder fromOptions(SchemaRetrievalOptions options)
fromOptions in interface OptionsBuilder<SchemaRetrievalOptionsBuilder,SchemaRetrievalOptions>public MetadataRetrievalStrategy get(SchemaInfoMetadataRetrievalStrategy schemaInfoMetadataRetrievalStrategy)
public InformationSchemaViews getInformationSchemaViews()
public SchemaRetrievalOptions toOptions()
toOptions in interface OptionsBuilder<SchemaRetrievalOptionsBuilder,SchemaRetrievalOptions>public SchemaRetrievalOptionsBuilder with(SchemaInfoMetadataRetrievalStrategy schemaInfoMetadataRetrievalStrategy, MetadataRetrievalStrategy metadataRetrievalStrategy)
public SchemaRetrievalOptionsBuilder withConnectionInitializer(Consumer<Connection> connectionInitializer)
public SchemaRetrievalOptionsBuilder withDatabaseServerType(DatabaseServerType dbServerType)
public SchemaRetrievalOptionsBuilder withDoesNotSupportCatalogs()
public SchemaRetrievalOptionsBuilder withDoesNotSupportSchemas()
public SchemaRetrievalOptionsBuilder withEnumDataTypeHelper(EnumDataTypeHelper enumDataTypeHelper)
public SchemaRetrievalOptionsBuilder withIdentifierQuoteString(String identifierQuoteString)
identifierQuoteString - Value for the overridepublic SchemaRetrievalOptionsBuilder withInformationSchemaViews(InformationSchemaViews informationSchemaViews)
public SchemaRetrievalOptionsBuilder withoutIdentifierQuoteString()
public SchemaRetrievalOptionsBuilder withoutSupportsCatalogs()
public SchemaRetrievalOptionsBuilder withoutSupportsSchemas()
public SchemaRetrievalOptionsBuilder withSupportsCatalogs()
public SchemaRetrievalOptionsBuilder withSupportsSchemas()
public SchemaRetrievalOptionsBuilder withTypeMap(Map<String,Class<?>> typeMap)
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.