Database |
ObjectFactory.createDatabase()
|
Database |
Generator.getDatabase()
Configuration of the database meta data source.
|
Database |
Database.withCatalogs(Catalog... values) |
Database |
Database.withCatalogs(Collection<Catalog> values) |
Database |
Database.withCatalogs(List<Catalog> catalogs) |
Database |
Database.withCatalogVersionProvider(String value) |
Database |
Database.withCustomTypes(Collection<CustomType> values) |
Database |
Database.withCustomTypes(CustomType... values) |
Database |
Database.withCustomTypes(List<CustomType> customTypes) |
Database |
Database.withDateAsTimestamp(Boolean value) |
Database |
Database.withEnumTypes(Collection<EnumType> values) |
Database |
Database.withEnumTypes(EnumType... values) |
Database |
Database.withEnumTypes(List<EnumType> enumTypes) |
Database |
Database.withExcludes(String value) |
Database |
Database.withForcedTypes(Collection<ForcedType> values) |
Database |
Database.withForcedTypes(ForcedType... values) |
Database |
Database.withForcedTypes(List<ForcedType> forcedTypes) |
Database |
Database.withForceIntegerTypesOnZeroScaleDecimals(Boolean value) |
Database |
Database.withIgnoreProcedureReturnValues(Boolean value) |
Database |
Database.withIncludeExcludeColumns(Boolean value) |
Database |
Database.withIncludeForeignKeys(Boolean value) |
Database |
Database.withIncludeIndexes(Boolean value) |
Database |
Database.withIncludePackageConstants(Boolean value) |
Database |
Database.withIncludePackageRoutines(Boolean value) |
Database |
Database.withIncludePackages(Boolean value) |
Database |
Database.withIncludePackageUDTs(Boolean value) |
Database |
Database.withIncludePrimaryKeys(Boolean value) |
Database |
Database.withIncludeRoutines(Boolean value) |
Database |
Database.withIncludes(String value) |
Database |
Database.withIncludeSequences(Boolean value) |
Database |
Database.withIncludeTables(Boolean value) |
Database |
Database.withIncludeTriggerRoutines(Boolean value) |
Database |
Database.withIncludeUDTs(Boolean value) |
Database |
Database.withIncludeUniqueKeys(Boolean value) |
Database |
Database.withInputCatalog(String value) |
Database |
Database.withInputSchema(String value) |
Database |
Database.withLogSlowQueriesAfterSeconds(Integer value) |
Database |
Database.withName(String value) |
Database |
Database.withOrderProvider(String value) |
Database |
Database.withOutputCatalog(String value) |
Database |
Database.withOutputCatalogToDefault(Boolean value) |
Database |
Database.withOutputSchema(String value) |
Database |
Database.withOutputSchemaToDefault(Boolean value) |
Database |
Database.withOverridePrimaryKeys(String value) |
Database |
Database.withProperties(Collection<Property> values) |
Database |
Database.withProperties(List<Property> properties) |
Database |
Database.withProperties(Property... values) |
Database |
Database.withRecordTimestampFields(String value) |
Database |
Database.withRecordVersionFields(String value) |
Database |
Database.withRegexFlags(Collection<RegexFlag> values) |
Database |
Database.withRegexFlags(RegexFlag... values) |
Database |
Database.withSchemata(Collection<Schema> values) |
Database |
Database.withSchemata(List<Schema> schemata) |
Database |
Database.withSchemata(Schema... values) |
Database |
Database.withSchemaVersionProvider(String value) |
Database |
Database.withSyntheticIdentities(String value) |
Database |
Database.withSyntheticPrimaryKeys(String value) |
Database |
Database.withTableValuedFunctions(Boolean value) |
Database |
Database.withUnsignedTypes(Boolean value) |