- get(Object) - Method in class schemacrawler.schemacrawler.Config
-
- get() - Method in class schemacrawler.tools.databaseconnector.DatabaseConnectionSource
-
- get(String, String) - Method in class schemacrawler.utility.TypeMap
-
Gets the Java type mapping for a data type.
- get(Object) - Method in class schemacrawler.utility.TypeMap
-
- get() - Method in class sf.util.FileContents
-
- get() - Method in class sf.util.ObjectToStringFormat
-
- get() - Method in class sf.util.StringFormat
-
- getActionCondition() - Method in interface schemacrawler.schema.Trigger
-
Gets the WHEN clause of the trigger.
- getActionOrder() - Method in interface schemacrawler.schema.Trigger
-
Gets the action order.
- getActionOrientation() - Method in interface schemacrawler.schema.Trigger
-
Gets whether the trigger is a row trigger or a statement trigger.
- getActionStatement() - Method in interface schemacrawler.schema.Trigger
-
Gets the body of the trigger.
- getAdditionalConfiguration() - Method in interface schemacrawler.tools.catalogloader.CatalogLoader
-
- getAdditionalConfiguration() - Method in class schemacrawler.tools.catalogloader.SchemaCrawlerCatalogLoader
-
- getAdditionalConfiguration() - Method in class schemacrawler.tools.executable.BaseSchemaCrawlerCommand
-
- getAdditionalConfiguration() - Method in interface schemacrawler.tools.executable.SchemaCrawlerCommand
-
- getAllTableTypes() - Method in class schemacrawler.utility.TableTypes
-
- getAttribute(String) - Method in interface schemacrawler.schema.AttributedObject
-
Gets an attribute.
- getAttribute(String, T) - Method in interface schemacrawler.schema.AttributedObject
-
Gets an attribute.
- getAttribute(String) - Method in class schemacrawler.schema.SchemaReference
-
Gets an attribute.
- getAttribute(String, T) - Method in class schemacrawler.schema.SchemaReference
-
Gets an attribute.
- getAttribute(String) - Method in class schemacrawler.schemacrawler.BaseCatalogDecorator
-
Gets an attribute.
- getAttribute(String, T) - Method in class schemacrawler.schemacrawler.BaseCatalogDecorator
-
- getAttributes() - Method in interface schemacrawler.schema.AttributedObject
-
Gets all attributes.
- getAttributes() - Method in class schemacrawler.schema.SchemaReference
-
Gets all attributes.
- getAttributes() - Method in class schemacrawler.schemacrawler.BaseCatalogDecorator
-
- getBaseType() - Method in interface schemacrawler.schema.ColumnDataType
-
Gets the base type of the data type.
- getBooleanValue(String) - Method in class schemacrawler.schemacrawler.Config
-
Gets the value of a property as a boolean.
- getBooleanValue(String, boolean) - Method in class schemacrawler.schemacrawler.Config
-
- getCardinality() - Method in interface schemacrawler.schema.Index
-
Gets the cardinality.
- getCatalog() - Method in class schemacrawler.tools.executable.BaseSchemaCrawlerCommand
-
- getCatalog() - Method in interface schemacrawler.tools.executable.SchemaCrawlerCommand
-
- getCatalog() - Method in class schemacrawler.tools.executable.SchemaCrawlerExecutable
-
- getCatalog() - Method in class schemacrawler.tools.traversal.SchemaTraverser
-
- getCatalog(Connection, SchemaCrawlerOptions) - Static method in class schemacrawler.utility.SchemaCrawlerUtility
-
Crawls a database, and returns a catalog.
- getCatalogName() - Method in interface schemacrawler.schema.Schema
-
- getCatalogName() - Method in class schemacrawler.schema.SchemaReference
-
- getCheckOption() - Method in interface schemacrawler.schema.View
-
Type of WITH CHECK OPTION.
- getChildTableFilterDepth() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptions
-
- getChoices() - Method in interface schemacrawler.schema.JdbcDriverProperty
-
Gets the array of possible values if the value for the field
DriverPropertyInfo.value
may be selected from a
particular set of values.
- getClasspathResource() - Method in class schemacrawler.tools.iosource.ClasspathInputResource
-
- getColor(DatabaseObject) - Method in class schemacrawler.tools.text.utility.DatabaseObjectColorMap
-
- getColumnDataType() - Method in interface schemacrawler.schema.BaseColumn
-
Gets the column data type.
- getColumnDataTypes() - Method in interface schemacrawler.schema.Catalog
-
Gets the column data types
- getColumnDataTypes(Schema) - Method in interface schemacrawler.schema.Catalog
-
Gets the column data types defined in the schema, by name.
- getColumnDataTypes() - Method in class schemacrawler.schemacrawler.BaseCatalogDecorator
-
- getColumnDataTypes(Schema) - Method in class schemacrawler.schemacrawler.BaseCatalogDecorator
-
- getColumnInclusionRule() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptions
-
Gets the column inclusion rule.
- getColumnReferences() - Method in interface schemacrawler.schema.BaseForeignKey
-
Gets the list of column pairs.
- getColumnReferences() - Method in class schemacrawler.tools.analysis.associations.WeakAssociationForeignKey
-
- getColumns() - Method in interface schemacrawler.schema.Index
-
Gets the list of columns in ordinal order.
- getColumns() - Method in interface schemacrawler.schema.ResultsColumns
-
Gets the list of columns in ordinal order.
- getColumns() - Method in interface schemacrawler.schema.Table
-
Gets the list of columns in ordinal order.
- getColumns() - Method in interface schemacrawler.schema.TableConstraint
-
Gets the list of columns in ordinal order.
- getColumnsListAsString() - Method in interface schemacrawler.schema.ResultsColumns
-
Gets a comma-separated list of columns.
- getCommand() - Method in class schemacrawler.tools.executable.BaseSchemaCrawlerCommand
- getCommand() - Method in interface schemacrawler.tools.executable.SchemaCrawlerCommand
-
- getCommand() - Method in class sf.util.ProcessExecutor
-
- getCommandLineCommand() - Method in class schemacrawler.tools.executable.BaseCommandProvider
-
- getCommandLineCommand() - Method in interface schemacrawler.tools.executable.CommandProvider
-
- getCommandLineCommands() - Method in class schemacrawler.tools.executable.CommandRegistry
-
- getCommandRegistry() - Static method in class schemacrawler.tools.executable.CommandRegistry
-
- getConditionTiming() - Method in interface schemacrawler.schema.Trigger
-
Gets the condition timing.
- getConfig() - Method in class schemacrawler.tools.databaseconnector.DatabaseConnector
-
Gets the complete bundled database configuration set.
- getConnection() - Method in interface schemacrawler.tools.catalogloader.CatalogLoader
-
- getConnection() - Method in class schemacrawler.tools.catalogloader.SchemaCrawlerCatalogLoader
-
- getConnection() - Method in class schemacrawler.tools.executable.BaseSchemaCrawlerCommand
-
- getConnection() - Method in interface schemacrawler.tools.executable.SchemaCrawlerCommand
-
- getConnectionUrl() - Method in interface schemacrawler.schema.JdbcDriverInfo
-
Gets the database connection URL.
- getConnectionUrl() - Method in class schemacrawler.tools.databaseconnector.DatabaseConnectionSource
-
- getConstraintType() - Method in interface schemacrawler.schema.Constraint
-
Gets the table constraint type.
- getConstraintType() - Method in interface schemacrawler.schema.TableConstraint
-
Gets the table constraint type.
- getCounts() - Method in class schemacrawler.tools.analysis.counts.CatalogWithCounts
-
- getCrawlInfo() - Method in interface schemacrawler.schema.Catalog
-
- getCrawlInfo() - Method in class schemacrawler.schemacrawler.BaseCatalogDecorator
-
- getCrawlTimestamp() - Method in interface schemacrawler.schema.CrawlInfo
-
Gets the timestamp of when the database was crawled.
- getCreateParameters() - Method in interface schemacrawler.schema.ColumnDataType
-
Gets the parameters needed when using this data type.
- getDatabaseConnectorRegistry() - Static method in class schemacrawler.tools.databaseconnector.DatabaseConnectorRegistry
-
- getDatabaseInfo() - Method in interface schemacrawler.schema.Catalog
-
- getDatabaseInfo() - Method in interface schemacrawler.schema.CrawlInfo
-
Gets the name of the RDBMS vendor and product.
- getDatabaseInfo() - Method in class schemacrawler.schemacrawler.BaseCatalogDecorator
-
- getDatabaseObjectInfoRetrieval() - Method in enum schemacrawler.schemacrawler.SchemaInfoRetrieval
-
- getDatabaseServerType() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptions
-
- getDatabaseServerType() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- getDatabaseServerType() - Method in class schemacrawler.tools.databaseconnector.DatabaseConnector
-
- getDatabaseSpecificTypeName() - Method in interface schemacrawler.schema.ColumnDataType
-
Gets the database specific data type name.
- getDatabaseSystemIdentifier() - Method in class schemacrawler.schemacrawler.DatabaseServerType
-
- getDatabaseSystemIdentifier() - Method in interface schemacrawler.tools.catalogloader.CatalogLoader
-
- getDatabaseSystemIdentifier() - Method in class schemacrawler.tools.catalogloader.SchemaCrawlerCatalogLoader
-
- getDatabaseSystemName() - Method in class schemacrawler.schemacrawler.DatabaseServerType
-
- getDecimalDigits() - Method in interface schemacrawler.schema.BaseColumn
-
Get the number of fractional digits.
- getDefaultMappedClass() - Method in class schemacrawler.schema.JavaSqlType
-
- getDefaultValue() - Method in interface schemacrawler.schema.Column
-
Gets the default data value for the column.
- getDeferrability() - Method in interface schemacrawler.schema.ForeignKey
-
Gets the deferrability.
- getDefinition() - Method in interface schemacrawler.schema.DefinedObject
-
Gets the definition.
- getDeleteRule() - Method in interface schemacrawler.schema.ForeignKey
-
Gets the delete rule.
- getDescription() - Method in interface schemacrawler.schema.Property
-
Gets the description of the property.
- getDescription() - Method in class schemacrawler.tools.executable.CommandDescription
-
- getDescription() - Method in class schemacrawler.tools.iosource.ClasspathInputResource
-
- getDescription() - Method in interface schemacrawler.tools.iosource.InputResource
-
- getDescription() - Method in interface schemacrawler.tools.iosource.OutputResource
-
- getDescription() - Method in interface schemacrawler.tools.options.OutputFormat
-
- getDescription() - Method in class schemacrawler.tools.options.OutputFormatState
-
- getDescription() - Method in enum schemacrawler.tools.options.TextOutputFormat
-
- getDescription() - Method in enum schemacrawler.tools.text.operation.Operation
-
- getDescription() - Method in enum schemacrawler.tools.text.schema.SchemaTextDetailType
-
- getDisplaySize() - Method in interface schemacrawler.schema.ResultsColumn
-
Gets the normal maximum number of characters allowed as the width of the
designated column.
- getDoubleValue(String, double) - Method in class schemacrawler.schemacrawler.Config
-
Gets the value of a property as an double.
- getDriverClassName() - Method in interface schemacrawler.schema.JdbcDriverInfo
-
Gets the class name of the JDBC driver.
- getDriverProperties() - Method in interface schemacrawler.schema.JdbcDriverInfo
-
Gets all the JDBC driver properties, and their values.
- getEnumDataTypeHelper() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptions
-
- getEnumDataTypeHelper() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- getEnumDataTypeHelper() - Method in class schemacrawler.tools.databaseconnector.DatabaseConnector
-
- getEnumDataTypeInfo(Column, ColumnDataType, Connection) - Method in interface schemacrawler.plugin.EnumDataTypeHelper
-
- getEnumValue(String, E) - Method in class schemacrawler.schemacrawler.Config
-
Gets the value of a property as an enum.
- getEnumValues() - Method in class schemacrawler.plugin.EnumDataTypeInfo
-
- getEnumValues() - Method in interface schemacrawler.schema.ColumnDataType
-
Get list of enum values if the data type is enumerated.
- getEventManipulationType() - Method in interface schemacrawler.schema.Trigger
-
Gets the event manipulation type.
- getExclusionPattern() - Method in class schemacrawler.schemacrawler.ExcludeAll
-
- getExclusionPattern() - Method in interface schemacrawler.schemacrawler.InclusionRuleWithRegularExpression
-
Returns the regular expression for the exclusion rule.
- getExclusionPattern() - Method in class schemacrawler.schemacrawler.RegularExpressionExclusionRule
-
- getExclusionPattern() - Method in class schemacrawler.schemacrawler.RegularExpressionInclusionRule
-
- getExclusionPattern() - Method in class schemacrawler.schemacrawler.RegularExpressionRule
-
- getExclusionRule(String) - Method in class schemacrawler.schemacrawler.Config
-
Creates an exclusion rule, which includes everything, and then excludes a
pattern.
- getExitCode() - Method in class sf.util.ProcessExecutor
-
- getExportedForeignKeys() - Method in interface schemacrawler.schema.Table
-
Gets the list of exported foreign keys.
- getFileExtension(Path) - Static method in class sf.util.IOUtility
-
- getFileExtension(String) - Static method in class sf.util.IOUtility
-
- getForeignKeyColumn() - Method in class schemacrawler.crawl.BaseColumnReference
-
Gets the foreign key column.
- getForeignKeyColumn() - Method in interface schemacrawler.schema.ColumnReference
-
Gets the foreign key column.
- getForeignKeyRetrievalStrategy() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptions
-
- getForeignKeyRetrievalStrategy() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- getForeignKeys() - Method in interface schemacrawler.schema.Table
-
Gets the list of all foreign keys of the table, including imported and
exported foreign keys.
- getFormat() - Method in interface schemacrawler.tools.options.OutputFormat
-
- getFormat() - Method in class schemacrawler.tools.options.OutputFormatState
-
- getFormat() - Method in enum schemacrawler.tools.options.TextOutputFormat
-
- getFormats() - Method in interface schemacrawler.tools.options.OutputFormat
-
- getFormats() - Method in class schemacrawler.tools.options.OutputFormatState
-
- getFormats() - Method in enum schemacrawler.tools.options.TextOutputFormat
-
- getFrom() - Method in class sf.util.graph.DirectedEdge
-
- getFromJavaSqlTypeName(String) - Method in class schemacrawler.utility.JavaSqlTypes
-
Lookup java.sql.Types type, and return more detailed information, including
the mapped Java class.
- getFullName() - Method in interface schemacrawler.schema.NamedObject
-
Getter for fully qualified name of object.
- getFullName() - Method in class schemacrawler.schema.SchemaReference
-
- getFullName() - Method in class schemacrawler.schemacrawler.BaseCatalogDecorator
-
- getFullName() - Method in class schemacrawler.tools.analysis.associations.WeakAssociationForeignKey
-
- getFunctionColumnRetrievalStrategy() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptions
-
- getFunctionColumnRetrievalStrategy() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- getFunctionRetrievalStrategy() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptions
-
- getFunctionRetrievalStrategy() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- getGrantee() - Method in interface schemacrawler.schema.Grant
-
Gets the grantee.
- getGrantor() - Method in interface schemacrawler.schema.Grant
-
Gets the grantor.
- getGrants() - Method in interface schemacrawler.schema.Privilege
-
- getGrepColumnInclusionRule() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptions
-
Gets the column inclusion rule for grep.
- getGrepDefinitionInclusionRule() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptions
-
Gets the definitions inclusion rule for grep.
- getGrepRoutineParameterInclusionRule() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptions
-
Gets the routine column rule for grep.
- getHandler() - Method in class schemacrawler.tools.traversal.SchemaTraverser
-
- getHelpCommand() - Method in class schemacrawler.tools.databaseconnector.DatabaseConnector
-
- getHelpDescription() - Method in class schemacrawler.tools.executable.commandline.PluginCommand
-
- getHelpHeader() - Method in class schemacrawler.tools.executable.commandline.PluginCommand
-
- getHelpText() - Method in class schemacrawler.tools.executable.commandline.PluginCommandOption
-
- getHiddenColumns() - Method in interface schemacrawler.schema.Table
-
Gets hidden columns.
- getId() - Method in enum schemacrawler.schema.ForeignKeyDeferrability
-
Gets the id.
- getId() - Method in enum schemacrawler.schema.ForeignKeyUpdateRule
-
Gets the id.
- getId() - Method in enum schemacrawler.schema.FunctionReturnType
-
Gets the id.
- getId() - Method in enum schemacrawler.schema.IndexType
-
Gets the id.
- getId() - Method in enum schemacrawler.schema.ProcedureReturnType
-
Gets the id.
- getId() - Method in enum schemacrawler.schema.SearchableType
-
Gets the id.
- getId() - Method in interface sf.util.IdentifiedEnum
-
- getId() - Method in class sf.util.StopWatch
-
- getIdentifierQuoteString() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptions
-
- getIdentifierQuoteString() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- getIdentifierQuoteString() - Method in class schemacrawler.utility.Identifiers
-
Gets the string used to quote database object identifiers, as provided by
the database server, or as overridden by the caller.
- getIdentifierQuotingStrategy() - Method in class schemacrawler.tools.text.base.BaseTextOptions
-
- getIdentifierQuotingStrategy() - Method in class schemacrawler.utility.Identifiers
-
- getIdentifiers() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptions
-
- getIdentifiers() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- getIdentifiers() - Method in class schemacrawler.tools.executable.BaseSchemaCrawlerCommand
-
- getIdentifiers() - Method in interface schemacrawler.tools.executable.SchemaCrawlerCommand
-
- getImportedForeignKeys() - Method in interface schemacrawler.schema.Table
-
Gets the list of imported foreign keys.
- getInclusionPattern() - Method in class schemacrawler.schemacrawler.ExcludeAll
-
- getInclusionPattern() - Method in interface schemacrawler.schemacrawler.InclusionRuleWithRegularExpression
-
Returns the regular expression for the inclusion rule.
- getInclusionPattern() - Method in class schemacrawler.schemacrawler.RegularExpressionExclusionRule
-
- getInclusionPattern() - Method in class schemacrawler.schemacrawler.RegularExpressionInclusionRule
-
- getInclusionPattern() - Method in class schemacrawler.schemacrawler.RegularExpressionRule
-
- getInclusionRule(String) - Method in class schemacrawler.schemacrawler.Config
-
Creates an inclusion rule, which includes a pattern has no excludes.
- getInclusionRuleWithDefault(String, String, Supplier<InclusionRule>) - Method in class schemacrawler.schemacrawler.Config
-
- getIncrement() - Method in interface schemacrawler.schema.Sequence
-
Gets the increment of the sequence.
- getIndex() - Method in interface schemacrawler.schema.IndexColumn
-
Gets the index this column belongs to.
- getIndexes() - Method in interface schemacrawler.schema.Table
-
Gets the list of indexes.
- getIndexOrdinalPosition() - Method in interface schemacrawler.schema.IndexColumn
-
Ordinal position of the column, in the index.
- getIndexRetrievalStrategy() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptions
-
- getIndexRetrievalStrategy() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- getIndexType() - Method in interface schemacrawler.schema.Index
-
Gets the index type.
- getInfoLevel() - Method in enum schemacrawler.schemacrawler.SchemaInfoRetrieval
-
- getInformationSchemaViews() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptions
-
- getInformationSchemaViews() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- getInputCharset() - Method in class schemacrawler.tools.options.OutputOptions
-
Character encoding for input files, such as scripts and templates.
- getInputFile() - Method in class schemacrawler.tools.iosource.FileInputResource
-
- getIntegerValue(String, int) - Method in class schemacrawler.schemacrawler.Config
-
Gets the value of a property as an integer.
- getJavaSqlType() - Method in interface schemacrawler.schema.ColumnDataType
-
Gets the java.sql.Types type.
- getJavaSqlTypeGroup() - Method in class schemacrawler.schema.JavaSqlType
-
- getJdbcDriver() - Method in class schemacrawler.tools.databaseconnector.DatabaseConnectionSource
-
- getJdbcDriverInfo() - Method in interface schemacrawler.schema.Catalog
-
- getJdbcDriverInfo() - Method in interface schemacrawler.schema.CrawlInfo
-
Gets the name of the JDBC driver.
- getJdbcDriverInfo() - Method in class schemacrawler.schemacrawler.BaseCatalogDecorator
-
- getJvmSystemInfo() - Method in interface schemacrawler.schema.Catalog
-
- getJvmSystemInfo() - Method in interface schemacrawler.schema.CrawlInfo
-
Get JVM system information.
- getJvmSystemInfo() - Method in class schemacrawler.schemacrawler.BaseCatalogDecorator
-
- getKey() - Method in enum schemacrawler.schemacrawler.SchemaInfoRetrieval
-
- getKeySequence() - Method in interface schemacrawler.schema.ForeignKeyColumnReference
-
Gets the sequence in the foreign key.
- getLabel() - Method in interface schemacrawler.schema.ResultsColumn
-
Gets the column's suggested title for use in printouts and displays.
- getLiteralPrefix() - Method in interface schemacrawler.schema.ColumnDataType
-
Gets the literal prefix.
- getLiteralSuffix() - Method in interface schemacrawler.schema.ColumnDataType
-
Gets the literal suffix.
- getLocalTypeName() - Method in interface schemacrawler.schema.ColumnDataType
-
Gets the local data type name.
- getLogger(String) - Static method in class sf.util.SchemaCrawlerLogger
-
- getLongValue(String, long) - Method in class schemacrawler.schemacrawler.Config
-
Gets the value of a property as an long.
- getLookupKey() - Method in enum schemacrawler.schemacrawler.InformationSchemaKey
-
- getMaximumScale() - Method in interface schemacrawler.schema.ColumnDataType
-
Gets the maximum scale.
- getMaximumValue() - Method in interface schemacrawler.schema.Sequence
-
Gets the maximum value of the sequence.
- getMinimumScale() - Method in interface schemacrawler.schema.ColumnDataType
-
Gets the minimum scale.
- getMinimumValue() - Method in interface schemacrawler.schema.Sequence
-
Gets the minimum value of the sequence.
- getName() - Method in class schemacrawler.schema.JavaSqlType
-
- getName() - Method in interface schemacrawler.schema.NamedObject
-
Getter for name of object.
- getName() - Method in interface schemacrawler.schema.Property
-
Gets the name of the property.
- getName() - Method in class schemacrawler.schema.SchemaReference
-
- getName() - Method in class schemacrawler.schemacrawler.BaseCatalogDecorator
-
- getName() - Method in class schemacrawler.tools.analysis.associations.WeakAssociationForeignKey
-
- getName() - Method in class schemacrawler.tools.executable.CommandDescription
-
- getName() - Method in class schemacrawler.tools.executable.commandline.PluginCommand
-
- getName() - Method in class schemacrawler.tools.executable.commandline.PluginCommandOption
-
- getName() - Method in class schemacrawler.utility.Query
-
Gets the query name.
- getName() - Method in class sf.util.graph.DirectedGraph
-
- getNamedObjectSort(boolean) - Static method in enum schemacrawler.utility.NamedObjectSort
-
- getNumPrecisionRadix() - Method in interface schemacrawler.schema.ColumnDataType
-
Gets the precision of the radix.
- getOperatingSystemInfo() - Method in interface schemacrawler.schema.Catalog
-
- getOperatingSystemInfo() - Method in interface schemacrawler.schema.CrawlInfo
-
Get operating system information.
- getOperatingSystemInfo() - Method in class schemacrawler.schemacrawler.BaseCatalogDecorator
-
- getOperationOptions() - Method in class schemacrawler.tools.text.operation.OperationCommand
-
- getOptionalInclusionRule(String, String) - Method in class schemacrawler.schemacrawler.Config
-
- getOrdinalPosition() - Method in interface schemacrawler.schema.BaseColumn
-
Get the ordinal position of the column in the table, starting at 1.
- getOutgoingEdges(Vertex<T>) - Method in class sf.util.graph.DirectedGraph
-
- getOutputCharset() - Method in class schemacrawler.tools.options.OutputOptions
-
Character encoding for output files.
- getOutputFile() - Method in class schemacrawler.tools.iosource.FileOutputResource
-
- getOutputFile(String) - Method in class schemacrawler.tools.options.OutputOptions
-
- getOutputFormatValue() - Method in class schemacrawler.tools.options.OutputOptions
-
Gets the output format value.
- getOutputOptions() - Method in class schemacrawler.tools.executable.BaseSchemaCrawlerCommand
- getOutputOptions() - Method in interface schemacrawler.tools.executable.SchemaCrawlerCommand
-
- getOutputOptions() - Method in class schemacrawler.tools.executable.SchemaCrawlerExecutable
-
- getPages() - Method in interface schemacrawler.schema.Index
-
Gets the pages.
- getParameterMode() - Method in interface schemacrawler.schema.RoutineParameter
-
Gets the routine column type.
- getParameters() - Method in interface schemacrawler.schema.Function
-
Gets the list of columns in ordinal order.
- getParameters() - Method in interface schemacrawler.schema.Procedure
-
Gets the list of columns in ordinal order.
- getParameters() - Method in interface schemacrawler.schema.Routine
-
Gets the list of parameters in ordinal order.
- getParent() - Method in interface schemacrawler.schema.ContainedObject
-
Gets the parent.
- getParentTableFilterDepth() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptions
-
- getPassword() - Method in class schemacrawler.tools.databaseconnector.SingleUseUserCredentials
-
- getPassword() - Method in interface schemacrawler.tools.databaseconnector.UserCredentials
-
- getPrecision() - Method in interface schemacrawler.schema.ColumnDataType
-
Gets the precision.
- getPrecision() - Method in interface schemacrawler.schema.RoutineParameter
-
Gets the number of decimal digits precision for the column.
- getPrimaryKey() - Method in interface schemacrawler.schema.Table
-
Gets the primary key.
- getPrimaryKeyColumn() - Method in class schemacrawler.crawl.BaseColumnReference
-
Gets the primary key column.
- getPrimaryKeyColumn() - Method in interface schemacrawler.schema.ColumnReference
-
Gets the primary key column.
- getPrimaryKeyRetrievalStrategy() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptions
-
- getPrimaryKeyRetrievalStrategy() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- getPrivileges() - Method in interface schemacrawler.schema.Column
-
Gets the list of privileges for the table.
- getPrivileges() - Method in interface schemacrawler.schema.Table
-
Gets the list of privileges.
- getProcedureColumnRetrievalStrategy() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptions
-
- getProcedureColumnRetrievalStrategy() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- getProcedureRetrievalStrategy() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptions
-
- getProcedureRetrievalStrategy() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- getProcessError() - Method in class sf.util.ProcessExecutor
-
- getProcessOutput() - Method in class sf.util.ProcessExecutor
-
- getProductName() - Method in class schemacrawler.BaseProductVersion
-
- getProductName() - Method in interface schemacrawler.ProductVersion
-
Gets the name of the product.
- getProductName() - Static method in class schemacrawler.Version
-
Product name.
- getProductVersion() - Method in class schemacrawler.BaseProductVersion
-
- getProductVersion() - Method in interface schemacrawler.ProductVersion
-
Gets the version of the product.
- getProperties() - Method in interface schemacrawler.schema.DatabaseInfo
-
Gets all database properties.
- getQuery(InformationSchemaKey) - Method in class schemacrawler.schemacrawler.InformationSchemaViews
-
Gets the additional attributes SQL for columns, from the additional
configuration.
- getQuery() - Method in enum schemacrawler.tools.text.operation.Operation
-
Query.
- getQuery() - Method in class schemacrawler.utility.Query
-
Gets the query SQL.
- getReferencedColumn() - Method in interface schemacrawler.schema.Column
-
Referenced column if this column is part of a foreign key, null otherwise.
- getReferencedObject() - Method in interface schemacrawler.schema.Synonym
-
Gets the referenced object, which may or may not actually exist.
- getRelatedTables(TableRelationshipType) - Method in interface schemacrawler.schema.Table
-
Gets the tables related to this one, based on the specified relationship
type.
- getRemarks() - Method in interface schemacrawler.schema.DescribedObject
-
Getter for remarks.
- getRemarks() - Method in class schemacrawler.schema.SchemaReference
-
- getRemarks() - Method in class schemacrawler.schemacrawler.BaseCatalogDecorator
-
- getReservedWords() - Method in class schemacrawler.utility.Identifiers
-
Get a list of reserved words, normalized to uppercase.
- getResource() - Method in enum schemacrawler.schemacrawler.InformationSchemaKey
-
- getResultsColumns(ResultSet) - Static method in class schemacrawler.utility.SchemaCrawlerUtility
-
Obtains result-set metadata from a live result-set.
- getReturnType() - Method in interface schemacrawler.schema.Function
-
Gets the procedure type.
- getReturnType() - Method in interface schemacrawler.schema.Procedure
-
Gets the procedure type.
- getReturnType() - Method in interface schemacrawler.schema.Routine
-
Gets the routine type.
- getRoutineBodyType() - Method in interface schemacrawler.schema.Function
-
Gets the type of the routine body.
- getRoutineBodyType() - Method in interface schemacrawler.schema.Routine
-
Gets the type of the routine body.
- getRoutineInclusionRule() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptions
-
Gets the routine inclusion rule.
- getRoutineParameterInclusionRule() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptions
-
Gets the routine column rule.
- getRoutineReducer(SchemaCrawlerOptions) - Static method in class schemacrawler.filter.ReducerFactory
-
- getRoutines() - Method in interface schemacrawler.schema.Catalog
-
Gets the routine.
- getRoutines(Schema) - Method in interface schemacrawler.schema.Catalog
-
Gets the routine.
- getRoutines() - Method in class schemacrawler.schemacrawler.BaseCatalogDecorator
-
- getRoutines(Schema) - Method in class schemacrawler.schemacrawler.BaseCatalogDecorator
-
- getRoutinesComparator() - Method in class schemacrawler.tools.traversal.SchemaTraverser
-
- getRoutineType() - Method in interface schemacrawler.schema.Routine
-
Gets the routine type.
- getRoutineTypes() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptions
-
- getRowCount(Table) - Static method in class schemacrawler.tools.analysis.counts.CountsUtility
-
- getRowCountMessage(Table) - Static method in class schemacrawler.tools.analysis.counts.CountsUtility
-
- getRowCountMessage(Number) - Static method in class schemacrawler.tools.analysis.counts.CountsUtility
-
Message format for the counts.
- getRunId() - Method in interface schemacrawler.schema.CrawlInfo
-
Unique identifier for each SchemaCrawler run.
- getSchema() - Method in interface schemacrawler.schema.DatabaseObject
-
- getSchemaCrawlerAbout() - Method in class schemacrawler.SchemaCrawlerInfo
-
- getSchemaCrawlerInfo() - Method in interface schemacrawler.schema.Catalog
-
- getSchemaCrawlerInfo() - Method in interface schemacrawler.schema.CrawlInfo
-
Gets the SchemaCrawler version.
- getSchemaCrawlerInfo() - Method in class schemacrawler.schemacrawler.BaseCatalogDecorator
-
- getSchemaCrawlerOptions() - Method in interface schemacrawler.tools.catalogloader.CatalogLoader
-
- getSchemaCrawlerOptions() - Method in class schemacrawler.tools.catalogloader.SchemaCrawlerCatalogLoader
-
- getSchemaCrawlerOptions() - Method in class schemacrawler.tools.executable.BaseSchemaCrawlerCommand
- getSchemaCrawlerOptions() - Method in interface schemacrawler.tools.executable.SchemaCrawlerCommand
-
- getSchemaCrawlerOptions() - Method in class schemacrawler.tools.executable.SchemaCrawlerExecutable
-
- getSchemaInclusionRule() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptions
-
Gets the schema inclusion rule.
- getSchemaInfoLevel() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptions
-
Gets the schema information level, identifying to what level the schema
should be crawled.
- getSchemaReducer(SchemaCrawlerOptions) - Static method in class schemacrawler.filter.ReducerFactory
-
- getSchemaRetrievalOptions() - Method in interface schemacrawler.tools.catalogloader.CatalogLoader
-
- getSchemaRetrievalOptions() - Method in class schemacrawler.tools.catalogloader.SchemaCrawlerCatalogLoader
-
- getSchemaRetrievalOptionsBuilder(Connection) - Method in class schemacrawler.tools.databaseconnector.DatabaseConnector
-
Gets the complete bundled database specific configuration set, including
the SQL for information schema views.
- getSchemas() - Method in interface schemacrawler.schema.Catalog
-
Gets the schemas.
- getSchemas() - Method in class schemacrawler.schemacrawler.BaseCatalogDecorator
-
- getSchemaTextOptions() - Method in class schemacrawler.tools.text.schema.SchemaTextRenderer
-
- getSearchable() - Method in interface schemacrawler.schema.ColumnDataType
-
Gets the search method.
- getSequenceInclusionRule() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptions
-
Gets the sequence inclusion rule.
- getSequenceReducer(SchemaCrawlerOptions) - Static method in class schemacrawler.filter.ReducerFactory
-
- getSequences() - Method in interface schemacrawler.schema.Catalog
-
Gets the sequences.
- getSequences(Schema) - Method in interface schemacrawler.schema.Catalog
-
Gets the sequences.
- getSequences() - Method in class schemacrawler.schemacrawler.BaseCatalogDecorator
-
Gets the sequences.
- getSequences(Schema) - Method in class schemacrawler.schemacrawler.BaseCatalogDecorator
-
Gets the sequences.
- getServerInfo() - Method in interface schemacrawler.schema.DatabaseInfo
-
Gets the schema from the database connection.
- getShortName() - Method in interface schemacrawler.schema.DependantObject
-
Gets the name of the dependent object and the name of the parent.
- getSize() - Method in interface schemacrawler.schema.BaseColumn
-
Get the column size.
- getSortSequence() - Method in interface schemacrawler.schema.IndexColumn
-
Gets the sort sequence.
- getSpecificName() - Method in interface schemacrawler.schema.ForeignKey
-
Gets a generated specific name for databases that support non-unique
foreign key names.
- getSpecificName() - Method in interface schemacrawler.schema.Routine
-
The name which uniquely identifies this routine within its schema.
- getStringValue(String, String) - Method in class schemacrawler.schemacrawler.Config
-
Gets the value of a property as a string.
- getSupportedCommands() - Method in class schemacrawler.tools.executable.BaseCommandProvider
-
- getSupportedCommands() - Method in interface schemacrawler.tools.executable.CommandProvider
-
- getSupportedCommands() - Method in class schemacrawler.tools.executable.CommandRegistry
-
- getSynonymInclusionRule() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptions
-
Gets the synonym inclusion rule.
- getSynonymReducer(SchemaCrawlerOptions) - Static method in class schemacrawler.filter.ReducerFactory
-
- getSynonyms() - Method in interface schemacrawler.schema.Catalog
-
Gets the synonyms.
- getSynonyms(Schema) - Method in interface schemacrawler.schema.Catalog
-
Gets the synonyms.
- getSynonyms() - Method in class schemacrawler.schemacrawler.BaseCatalogDecorator
-
- getSynonyms(Schema) - Method in class schemacrawler.schemacrawler.BaseCatalogDecorator
-
- getSystemColumnDataTypes() - Method in interface schemacrawler.schema.Catalog
-
Gets the column data types defined by the RDBMS system.
- getSystemColumnDataTypes() - Method in class schemacrawler.schemacrawler.BaseCatalogDecorator
-
- getSystemConfigurationProperty(String, String) - Static method in class schemacrawler.schemacrawler.Config
-
- getTableColumnRetrievalStrategy() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptions
-
- getTableColumnRetrievalStrategy() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- getTableConstraint() - Method in interface schemacrawler.schema.TableConstraintColumn
-
Gets the table constraint this column belongs to.
- getTableConstraintOrdinalPosition() - Method in interface schemacrawler.schema.TableConstraintColumn
-
Ordinal position of the column, in the table constraint.
- getTableConstraints() - Method in interface schemacrawler.schema.Table
-
Gets the constraints for the table.
- getTableInclusionRule() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptions
-
Gets the table inclusion rule.
- getTableNamePattern() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptions
-
Gets the table name pattern.
- getTableReducer(Predicate<Table>) - Static method in class schemacrawler.filter.ReducerFactory
-
- getTableReducer(SchemaCrawlerOptions) - Static method in class schemacrawler.filter.ReducerFactory
-
- getTableRetrievalStrategy() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptions
-
- getTableRetrievalStrategy() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- getTables() - Method in interface schemacrawler.schema.Catalog
-
Gets the tables.
- getTables(Schema) - Method in interface schemacrawler.schema.Catalog
-
Gets the tables.
- getTables() - Method in class schemacrawler.schemacrawler.BaseCatalogDecorator
-
- getTables(Schema) - Method in class schemacrawler.schemacrawler.BaseCatalogDecorator
-
- getTablesComparator() - Method in class schemacrawler.tools.traversal.SchemaTraverser
-
- getTableType() - Method in interface schemacrawler.schema.Table
-
Gets the table type.
- getTableType() - Method in class schemacrawler.schema.TableType
-
The table type, with the case preserved.
- getTableTypes() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptions
-
Returns the table types requested for output.
- getTag() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- getTag() - Method in class schemacrawler.schemacrawler.SchemaInfoLevelBuilder
-
- getTitle() - Method in class schemacrawler.tools.options.OutputOptions
-
Title for the output.
- getTitle() - Method in enum schemacrawler.tools.text.operation.Operation
-
Operation title.
- getTo() - Method in class sf.util.graph.DirectedEdge
-
- getTriggers() - Method in interface schemacrawler.schema.Table
-
Gets the list of triggers.
- getType() - Method in interface schemacrawler.schema.TypedObject
-
Gets the type of the object.
- getType() - Method in enum schemacrawler.schemacrawler.InformationSchemaKey
-
- getTypeMap() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptions
-
- getTypeMap() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- getTypeMappedClass() - Method in interface schemacrawler.schema.ColumnDataType
-
Gets the Java class mapped to the type.
- getUpdateRule() - Method in interface schemacrawler.schema.ForeignKey
-
Gets the update rule.
- getUser() - Method in class schemacrawler.tools.databaseconnector.SingleUseUserCredentials
-
- getUser() - Method in interface schemacrawler.tools.databaseconnector.UserCredentials
-
- getUserCredentials() - Method in class schemacrawler.tools.databaseconnector.DatabaseConnectionSource
-
- getUserName() - Method in interface schemacrawler.schema.DatabaseInfo
-
Gets the user name as known to this database.
- getValue() - Method in enum schemacrawler.schema.ConditionTimingType
-
Gets the value.
- getValue() - Method in interface schemacrawler.schema.ConstraintType
-
- getValue() - Method in interface schemacrawler.schema.JdbcDriverProperty
-
Gets the the current value of the property, based on a combination of the
information supplied to the method
getPropertyInfo
, the Java environment, and the
driver-supplied default values.
- getValue() - Method in interface schemacrawler.schema.Property
-
Gets the value of the property.
- getValue() - Method in enum schemacrawler.schema.TableConstraintType
-
Gets the value.
- getValue() - Method in class schemacrawler.tools.executable.CommandDescription
-
- getValue() - Method in class sf.util.graph.Vertex
-
- getValueClass() - Method in class schemacrawler.tools.executable.commandline.PluginCommandOption
-
- getVendor() - Method in class schemacrawler.schema.JavaSqlType
-
- getVendorTypeNumber() - Method in class schemacrawler.schema.JavaSqlType
-
- getVersion() - Static method in class schemacrawler.Version
-
Product version number.
- getWeakAssociations() - Method in class schemacrawler.tools.analysis.associations.CatalogWithAssociations
-
- getWeakAssociations(Table) - Static method in class schemacrawler.tools.analysis.associations.WeakAssociationsUtility
-
- getWidth() - Method in interface schemacrawler.schema.BaseColumn
-
Gets the width of the column, if the column width is required.
- Grant<D extends DatabaseObject> - Interface in schemacrawler.schema
-
- GraphException - Exception in sf.util.graph
-
- GraphException(String) - Constructor for exception sf.util.graph.GraphException
-
- grepOnlyMatching(boolean) - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- IdentifiedEnum - Interface in sf.util
-
- IdentifierQuotingStrategy - Enum in schemacrawler.utility
-
- Identifiers - Class in schemacrawler.utility
-
Allows working with database object identifiers.
- identifiers() - Static method in class schemacrawler.utility.Identifiers
-
- Identifiers.Builder - Class in schemacrawler.utility
-
- IncludeAll - Class in schemacrawler.schemacrawler
-
Include all names, definitions, and other attributes of named objects.
- IncludeAll() - Constructor for class schemacrawler.schemacrawler.IncludeAll
-
- includeAllRoutines() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- includeAllSequences() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- includeAllSynonyms() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- includeColumns(InclusionRule) - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- includeGreppedColumns(InclusionRule) - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- includeGreppedColumns(Pattern) - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- includeGreppedDefinitions(InclusionRule) - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- includeGreppedDefinitions(Pattern) - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- includeGreppedRoutineParameters(InclusionRule) - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- includeGreppedRoutineParameters(Pattern) - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- includeRoutineParameters(InclusionRule) - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- includeRoutines(Pattern) - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- includeRoutines(InclusionRule) - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- includeSchemas(Pattern) - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- includeSchemas(InclusionRule) - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- includeSequences(Pattern) - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- includeSequences(InclusionRule) - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- includeSynonyms(Pattern) - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- includeSynonyms(InclusionRule) - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- includeTables(Pattern) - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- includeTables(InclusionRule) - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- InclusionRule - Interface in schemacrawler.schemacrawler
-
Specifies inclusion and exclusion patterns that can be applied to the names,
definitions, and other attributes of named objects.
- InclusionRuleFilter<N extends NamedObject> - Class in schemacrawler.filter
-
- InclusionRuleFilter(InclusionRule, boolean) - Constructor for class schemacrawler.filter.InclusionRuleFilter
-
- InclusionRuleWithRegularExpression - Interface in schemacrawler.schemacrawler
-
- Index - Interface in schemacrawler.schema
-
Represents an index on a database table.
- IndexColumn - Interface in schemacrawler.schema
-
- IndexColumnSortSequence - Enum in schemacrawler.schema
-
An enumeration wrapper around index sort sequences.
- IndexType - Enum in schemacrawler.schema
-
An enumeration wrapper around index types.
- Inflection - Class in schemacrawler.tools.analysis.associations
-
Implementation of Rails'
Inflections to handle singularization and pluralization of 'Rails
strings'.
- Inflection(String) - Constructor for class schemacrawler.tools.analysis.associations.Inflection
-
- Inflection(String, String) - Constructor for class schemacrawler.tools.analysis.associations.Inflection
-
- Inflection(String, String, boolean) - Constructor for class schemacrawler.tools.analysis.associations.Inflection
-
- InfoLevel - Enum in schemacrawler.schemacrawler
-
- InformationSchemaKey - Enum in schemacrawler.schemacrawler
-
- InformationSchemaKeyType - Enum in schemacrawler.schemacrawler
-
- InformationSchemaViews - Class in schemacrawler.schemacrawler
-
The database specific views to get additional database metadata in a standard
format.
- InformationSchemaViews() - Constructor for class schemacrawler.schemacrawler.InformationSchemaViews
-
Creates empty information schema views.
- InformationSchemaViewsBuilder - Class in schemacrawler.schemacrawler
-
The database specific views to get additional database metadata in a standard
format.
- initialize() - Method in class schemacrawler.tools.executable.BaseSchemaCrawlerCommand
-
- initialize() - Method in interface schemacrawler.tools.executable.SchemaCrawlerCommand
-
Initializes the command for execution.
- initialize() - Method in class schemacrawler.tools.text.operation.OperationCommand
-
- initialize() - Method in class schemacrawler.tools.text.schema.SchemaTextRenderer
-
- initialize(boolean) - Static method in class schemacrawler.tools.text.utility.DatabaseObjectColorMap
-
- InputReader - Class in schemacrawler.tools.iosource
-
- InputReader(String, Reader, boolean) - Constructor for class schemacrawler.tools.iosource.InputReader
-
- InputResource - Interface in schemacrawler.tools.iosource
-
- InputResourceUtility - Class in schemacrawler.tools.iosource
-
- invertGrepMatch(boolean) - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- IOUtility - Class in sf.util
-
Utility methods.
- is(SchemaInfoRetrieval) - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isAlphabeticalSortForForeignKeys() - Method in class schemacrawler.tools.text.schema.BaseSchemaTextOptions
-
- isAlphabeticalSortForIndexes() - Method in class schemacrawler.tools.text.schema.BaseSchemaTextOptions
-
- isAlphabeticalSortForRoutineParameters() - Method in class schemacrawler.tools.text.base.BaseTextOptions
-
- isAlphabeticalSortForRoutines() - Method in class schemacrawler.tools.text.base.BaseTextOptions
-
- isAlphabeticalSortForTableColumns() - Method in class schemacrawler.tools.text.base.BaseTextOptions
-
- isAlphabeticalSortForTables() - Method in class schemacrawler.tools.text.base.BaseTextOptions
-
- isAppendOutput() - Method in class schemacrawler.tools.text.base.BaseTextOptions
-
- isAutoIncrement() - Method in interface schemacrawler.schema.ResultsColumn
-
True if this column is auto-incremented.
- isAutoIncrementable() - Method in interface schemacrawler.schema.ColumnDataType
-
Whether the data type is auto-incrementable.
- isAutoIncremented() - Method in interface schemacrawler.schema.Column
-
True if this column is auto-incremented.
- isBlank(CharSequence) - Static method in class sf.util.Utility
-
Checks if the text is null or empty.
- isCaseSensitive() - Method in interface schemacrawler.schema.ColumnDataType
-
Whether the data type is case-sensitive.
- isCaseSensitive() - Method in interface schemacrawler.schema.ResultsColumn
-
True if this column is case-sensitive.
- isClassAvailable(String) - Static method in class sf.util.Utility
-
Checks if a class is available on the classpath.
- isColumnDataTypeEnumerated() - Method in class schemacrawler.plugin.EnumDataTypeInfo
-
- isColumnEnumerated() - Method in class schemacrawler.plugin.EnumDataTypeInfo
-
- isCurrency() - Method in interface schemacrawler.schema.ResultsColumn
-
True if this column is a cash value.
- isCycle() - Method in interface schemacrawler.schema.Sequence
-
Indicates whether or not the sequence can continue to generate values after
reaching its maximum or minimum value.
- isDeferrable() - Method in interface schemacrawler.schema.Constraint
-
Whether the constraint is deferrable.
- isDefinitelyWritable() - Method in interface schemacrawler.schema.ResultsColumn
-
Indicates whether a write on the designated column will definitely
succeed.
- isEmpty() - Method in class schemacrawler.schemacrawler.Config
-
- isEmpty() - Method in class schemacrawler.schemacrawler.InformationSchemaViews
-
- isEmpty() - Method in class schemacrawler.tools.executable.commandline.PluginCommand
-
- isEmpty() - Method in class schemacrawler.utility.TypeMap
-
- isEnumerated() - Method in interface schemacrawler.schema.ColumnDataType
-
Whether the data type is enumerated.
- isEqualTo(String) - Method in class schemacrawler.schema.TableType
-
Checks if a string is equal to this table type.
- isExcludeAll() - Method in class schemacrawler.filter.InclusionRuleFilter
-
- isFileReadable(Path) - Static method in class sf.util.IOUtility
-
Checks if an input file can be read.
- isFileWritable(Path) - Static method in class sf.util.IOUtility
-
Checks if an output file can be written.
- isFiltered(NamedObject) - Method in interface schemacrawler.schema.ReducibleCollection
-
- isFixedPrecisionScale() - Method in interface schemacrawler.schema.ColumnDataType
-
Whether the data type has a fixed precision scale.
- isForeignKeyUnique(BaseForeignKey<?>) - Static method in class schemacrawler.utility.MetaDataUtility
-
- isFrom(Vertex<T>) - Method in class sf.util.graph.DirectedEdge
-
- isGenerated() - Method in interface schemacrawler.schema.Column
-
True if this column is a generated column.
- isGrantable() - Method in interface schemacrawler.schema.Grant
-
If the privilege is grantable.
- isGrepColumns() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptions
-
- isGrepDefinitions() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptions
-
- isGrepInvertMatch() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptions
-
Whether to invert matches.
- isGrepOnlyMatching() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptions
-
Whether grep includes show foreign keys that reference other non-matching
tables.
- isGrepRoutineParameters() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptions
-
- isHidden() - Method in interface schemacrawler.schema.Column
-
True if this column is a hidden column.
- isHideForeignKeyNames() - Method in class schemacrawler.tools.text.schema.BaseSchemaTextOptions
-
- isHideIndexNames() - Method in class schemacrawler.tools.text.schema.BaseSchemaTextOptions
-
- isHidePrimaryKeyNames() - Method in class schemacrawler.tools.text.schema.BaseSchemaTextOptions
-
- isHideRemarks() - Method in class schemacrawler.tools.text.schema.BaseSchemaTextOptions
-
- isHideRoutineSpecificNames() - Method in class schemacrawler.tools.text.schema.BaseSchemaTextOptions
-
- isHideTableConstraintNames() - Method in class schemacrawler.tools.text.schema.BaseSchemaTextOptions
-
- isHideTriggerNames() - Method in class schemacrawler.tools.text.schema.BaseSchemaTextOptions
-
- isInitiallyDeferred() - Method in interface schemacrawler.schema.Constraint
-
Whether the constraint is initially deferred.
- isIntegral(CharSequence) - Static method in class sf.util.Utility
-
Checks if the text contains an integer only.
- isJdbcCompliant() - Method in interface schemacrawler.schema.JdbcDriverInfo
-
Reports whether this JDBC driver is a genuine JDBC Compliant
TM driver.
- isLoggable(Level) - Method in class sf.util.SchemaCrawlerLogger
-
- isLowerCase(String) - Static method in class sf.util.Utility
-
Checks if the text is all lowercase.
- isNoEmptyTables() - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptions
-
If infolevel=maximum, this option will remove empty tables (that is, tables
with no rows of data) from the catalog.
- isNoFooter() - Method in class schemacrawler.tools.text.base.BaseTextOptions
-
- isNoHeader() - Method in class schemacrawler.tools.text.base.BaseTextOptions
-
- isNoInfo() - Method in class schemacrawler.tools.text.base.BaseTextOptions
-
- isNoSchemaColors() - Method in class schemacrawler.tools.text.base.BaseTextOptions
-
- isNoSchemaCrawlerInfo() - Method in class schemacrawler.tools.text.base.BaseTextOptions
-
- isNullable() - Method in interface schemacrawler.schema.BaseColumn
-
Whether the column is nullable.
- isNullable() - Method in interface schemacrawler.schema.ColumnDataType
-
Whether the data type is nullable.
- isParentPartial() - Method in interface schemacrawler.schema.DependantObject
-
- isPartOfForeignKey() - Method in interface schemacrawler.schema.Column
-
True if this column is part of a foreign key.
- isPartOfIndex() - Method in interface schemacrawler.schema.Column
-
True if this column is part of an index.
- isPartOfPrimaryKey() - Method in interface schemacrawler.schema.Column
-
True if this column is a part of primary key.
- isPartOfUniqueIndex() - Method in interface schemacrawler.schema.Column
-
True if this column is part of an unique index.
- isQueryOver() - Method in class schemacrawler.utility.Query
-
Determines if this query has substitutable parameters, and whether it
should be run once for each table.
- isQuotedName(String) - Method in class schemacrawler.utility.Identifiers
-
Checks if an identifier name is quoted using the identifier quote
character.
- isReadOnly() - Method in interface schemacrawler.schema.ResultsColumn
-
Indicates whether the designated column is definitely not writable.
- isRequired() - Method in interface schemacrawler.schema.JdbcDriverProperty
-
The required
field is true
if a value must be
supplied for this property during
Driver.connect
and false
otherwise.
- isReservedWord(String) - Method in class schemacrawler.utility.Identifiers
-
Checks if a given word is a reserved word.
- isRetrieveAdditionalColumnAttributes() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveAdditionalColumnMetadata() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveAdditionalDatabaseInfo() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveAdditionalJdbcDriverInfo() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveAdditionalTableAttributes() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveColumnDataTypes() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveDatabaseInfo() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveForeignKeyDefinitions() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveForeignKeys() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveIndexColumnInformation() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveIndexes() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveIndexInformation() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrievePrimaryKeyDefinitions() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveRoutineInformation() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveRoutineParameters() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveRoutines() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveSequenceInformation() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveServerInfo() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveSynonymInformation() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveTableColumnPrivileges() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveTableColumns() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveTableConstraintDefinitions() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveTableConstraintInformation() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveTableDefinitionsInformation() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveTablePrivileges() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveTables() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveTriggerInformation() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveUserDefinedColumnDataTypes() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRetrieveViewInformation() - Method in class schemacrawler.schemacrawler.SchemaInfoLevel
-
- isRunning() - Method in class sf.util.StopWatch
-
Return whether the stop watch is currently running.
- isSearchable() - Method in interface schemacrawler.schema.ResultsColumn
-
Indicates whether the designated column can be used in a where clause.
- isShowDatabaseInfo() - Method in class schemacrawler.tools.text.base.BaseTextOptions
-
- isShowJdbcDriverInfo() - Method in class schemacrawler.tools.text.base.BaseTextOptions
-
- isShowLobs() - Method in class schemacrawler.tools.text.operation.OperationOptions
-
Whether to show LOBs.
- isShowOrdinalNumbers() - Method in class schemacrawler.tools.text.schema.BaseSchemaTextOptions
-
- isShowRowCounts() - Method in class schemacrawler.tools.text.schema.BaseSchemaTextOptions
-
- isShowStandardColumnTypeNames() - Method in class schemacrawler.tools.text.schema.BaseSchemaTextOptions
-
- isShowUnqualifiedNames() - Method in class schemacrawler.tools.text.base.BaseTextOptions
-
- isShowWeakAssociations() - Method in class schemacrawler.tools.text.schema.BaseSchemaTextOptions
-
- isSigned() - Method in interface schemacrawler.schema.ResultsColumn
-
Indicates whether values in the designated column are signed numbers.
- isSupportedFormat(String) - Method in class schemacrawler.tools.options.OutputFormatState
-
Checks if the provided format is supported.
- isSupportedFormat(String) - Static method in enum schemacrawler.tools.options.TextOutputFormat
-
Checks if the value of the format is supported.
- isSupportsCatalogs() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptions
-
- isSupportsCatalogs() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- isSupportsSchemas() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptions
-
- isSupportsSchemas() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- isTo(Vertex<T>) - Method in class sf.util.graph.DirectedEdge
-
- isToBeQuoted(String) - Method in class schemacrawler.utility.Identifiers
-
Checks if a given identifier name needs to be quoted.
- isUncountable(String) - Static method in class schemacrawler.tools.analysis.associations.Inflection
-
Return true if the word is uncountable.
- isUnique() - Method in interface schemacrawler.schema.Index
-
If the index is unique.
- isUnknownDatabaseSystem() - Method in class schemacrawler.schemacrawler.DatabaseServerType
-
- isUnsigned() - Method in interface schemacrawler.schema.ColumnDataType
-
Whether the data type is unsigned.
- isUpdatable() - Method in interface schemacrawler.schema.View
-
Specifies whether the view is updatable.
- isUserDefined() - Method in interface schemacrawler.schema.ColumnDataType
-
Whether the data type is user-defined.
- isValid() - Method in class schemacrawler.tools.analysis.associations.WeakAssociation
-
- isValid() - Method in class schemacrawler.tools.analysis.associations.WeakAssociationForeignKey
-
- isView() - Method in class schemacrawler.schema.TableType
-
Checks if the table type is a view of any kind.
- isWritable() - Method in interface schemacrawler.schema.ResultsColumn
-
Indicates whether it is possible for a write on the designated column to
succeed.
- iterator() - Method in class schemacrawler.tools.analysis.associations.WeakAssociationForeignKey
-
- iterator() - Method in class schemacrawler.tools.databaseconnector.DatabaseConnectorRegistry
-
- iterator() - Method in class schemacrawler.tools.executable.commandline.PluginCommand
-
- iterator() - Method in class schemacrawler.utility.JavaSqlTypes
-
- valueOf(String) - Static method in enum schemacrawler.crawl.MetadataRetrievalStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.schema.ActionOrientationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.schema.CheckOptionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.schema.ConditionTimingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.schema.EventManipulationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.schema.ForeignKeyDeferrability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.schema.ForeignKeyUpdateRule
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.schema.FunctionReturnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.schema.IndexColumnSortSequence
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.schema.IndexType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.schema.JavaSqlTypeGroup
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum schemacrawler.schema.JavaSqlTypeGroup
-
- valueOf(String) - Static method in enum schemacrawler.schema.ParameterModeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.schema.ProcedureReturnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.schema.RoutineBodyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.schema.RoutineType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.schema.SearchableType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.schema.TableConstraintType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.schema.TableRelationshipType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.schemacrawler.DatabaseObjectInfoRetrieval
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.schemacrawler.InfoLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.schemacrawler.InformationSchemaKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.schemacrawler.InformationSchemaKeyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.schemacrawler.SchemaInfoRetrieval
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.tools.options.TextOutputFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.tools.text.operation.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.tools.text.schema.SchemaTextDetailType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.tools.text.utility.html.Alignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.tools.text.utility.TextFormattingHelper.DocumentHeaderType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.utility.IdentifierQuotingStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Method in class schemacrawler.utility.JavaSqlTypes
-
- valueOf(String) - Static method in enum schemacrawler.utility.MetaDataUtility.ForeignKeyCardinality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum schemacrawler.utility.NamedObjectSort
-
Returns the enum constant of this type with the specified name.
- valueOfFromCode(String) - Static method in enum schemacrawler.schema.IndexColumnSortSequence
-
Find the enumeration value corresponding to the string.
- valueOfFromString(String) - Static method in enum schemacrawler.schemacrawler.InfoLevel
-
- valueOfFromValue(String) - Static method in enum schemacrawler.schema.ConditionTimingType
-
Find the enumeration value corresponding to the string.
- valueOfFromValue(String) - Static method in enum schemacrawler.schema.TableConstraintType
-
Find the enumeration value corresponding to the string.
- values() - Static method in enum schemacrawler.crawl.MetadataRetrievalStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.schema.ActionOrientationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.schema.CheckOptionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.schema.ConditionTimingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.schema.EventManipulationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.schema.ForeignKeyDeferrability
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.schema.ForeignKeyUpdateRule
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.schema.FunctionReturnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.schema.IndexColumnSortSequence
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.schema.IndexType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.schema.JavaSqlTypeGroup
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.schema.ParameterModeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.schema.ProcedureReturnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.schema.RoutineBodyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.schema.RoutineType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.schema.SearchableType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.schema.TableConstraintType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.schema.TableRelationshipType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class schemacrawler.schemacrawler.Config
-
- values() - Static method in enum schemacrawler.schemacrawler.DatabaseObjectInfoRetrieval
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.schemacrawler.InfoLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.schemacrawler.InformationSchemaKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.schemacrawler.InformationSchemaKeyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.schemacrawler.SchemaInfoRetrieval
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.tools.options.TextOutputFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.tools.text.operation.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.tools.text.schema.SchemaTextDetailType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.tools.text.utility.html.Alignment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.tools.text.utility.TextFormattingHelper.DocumentHeaderType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.utility.IdentifierQuotingStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.utility.MetaDataUtility.ForeignKeyCardinality
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum schemacrawler.utility.NamedObjectSort
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class schemacrawler.utility.TypeMap
-
- Version - Class in schemacrawler
-
Version information for this product.
- Vertex<T> - Class in sf.util.graph
-
Vertex in a graph.
- vertexSet() - Method in class sf.util.graph.DirectedGraph
-
- View - Interface in schemacrawler.schema
-
Represents a view in the database.
- WeakAssociation - Class in schemacrawler.tools.analysis.associations
-
Represents a single column mapping from a primary key column to a foreign key
column.
- WeakAssociationForeignKey - Class in schemacrawler.tools.analysis.associations
-
Represents a foreign-key mapping to a primary key in another table.
- WeakAssociationForeignKey(String) - Constructor for class schemacrawler.tools.analysis.associations.WeakAssociationForeignKey
-
- weakAssociations() - Method in class schemacrawler.tools.text.schema.BaseSchemaTextOptionsBuilder
-
Corresponds to the --weak-associations command-line argument.
- weakAssociations(boolean) - Method in class schemacrawler.tools.text.schema.BaseSchemaTextOptionsBuilder
-
Corresponds to the --weak-associations=<boolean> command-line
argument.
- WeakAssociationsUtility - Class in schemacrawler.tools.analysis.associations
-
- white - Static variable in class sf.util.Color
-
- withConnection(Connection) - Method in class schemacrawler.utility.Identifiers.Builder
-
Constructs a list of database object identifiers from SQL 2003 keywords,
and from the database server.
- withConnectionIfPossible(Connection) - Method in class schemacrawler.utility.Identifiers.Builder
-
Tries to use the connection, but does not throw any exceptions.
- withConsoleOutput() - Method in class schemacrawler.tools.options.OutputOptionsBuilder
-
- withDatabaseServerType(DatabaseServerType) - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- withDoesNotSupportCatalogs() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
Overrides the JDBC driver provided information about whether the database
supports catalogs.
- withDoesNotSupportSchemas() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
Overrides the JDBC driver provided information about whether the database
supports schema.
- withEnumDataTypeHelper(EnumDataTypeHelper) - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- withForeignKeyRetrievalStrategy(MetadataRetrievalStrategy) - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- withFunctionColumnRetrievalStrategy(MetadataRetrievalStrategy) - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- withFunctionRetrievalStrategy(MetadataRetrievalStrategy) - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- withIdentifierQuoteString(String) - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
Overrides the JDBC driver provided information about the identifier quote
string.
- withIdentifierQuoteString(String) - Method in class schemacrawler.utility.Identifiers.Builder
-
Uses the string used to quote database object identifiers as provided.
- withIdentifierQuotingStrategy(IdentifierQuotingStrategy) - Method in class schemacrawler.tools.text.base.BaseTextOptionsBuilder
-
- withIdentifierQuotingStrategy(IdentifierQuotingStrategy) - Method in class schemacrawler.utility.Identifiers.Builder
-
Specifies how to quote database object identifiers.
- withIndexRetrievalStrategy(MetadataRetrievalStrategy) - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- withInfoLevel(InfoLevel) - Method in class schemacrawler.schemacrawler.SchemaInfoLevelBuilder
-
Updates SchemaInfoLevel builder with settings for a given info level.
- withInformationSchemaViews(Map<String, String>) - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- withInformationSchemaViewsBuilder() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- withInformationSchemaViewsForConnection(BiConsumer<InformationSchemaViewsBuilder, Connection>, Connection) - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- withInputEncoding(Charset) - Method in class schemacrawler.tools.options.OutputOptionsBuilder
-
- withInputEncoding(String) - Method in class schemacrawler.tools.options.OutputOptionsBuilder
-
Set character encoding for input files, such as scripts and templates.
- withoutIdentifierQuoteString() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- withOutputEncoding(Charset) - Method in class schemacrawler.tools.options.OutputOptionsBuilder
-
- withOutputEncoding(String) - Method in class schemacrawler.tools.options.OutputOptionsBuilder
-
Set character encoding for output files.
- withOutputFile(Path) - Method in class schemacrawler.tools.options.OutputOptionsBuilder
-
Sets the name of the output file.
- withOutputFormat(OutputFormat) - Method in class schemacrawler.tools.options.OutputOptionsBuilder
-
Sets output format.
- withOutputFormatValue(String) - Method in class schemacrawler.tools.options.OutputOptionsBuilder
-
Sets output format value.
- withOutputResource(OutputResource) - Method in class schemacrawler.tools.options.OutputOptionsBuilder
-
- withOutputWriter(Writer) - Method in class schemacrawler.tools.options.OutputOptionsBuilder
-
- withoutRoutines() - Method in class schemacrawler.schemacrawler.SchemaInfoLevelBuilder
-
Updates SchemaInfoLevel builder by removing settings to retrieve routines.
- withoutSupportsCatalogs() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- withoutSupportsSchemas() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- withoutTables() - Method in class schemacrawler.schemacrawler.SchemaInfoLevelBuilder
-
Updates SchemaInfoLevel builder by removing settings to retrieve tables.
- withPrimaryKeyRetrievalStrategy(MetadataRetrievalStrategy) - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- withProcedureColumnRetrievalStrategy(MetadataRetrievalStrategy) - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- withProcedureRetrievalStrategy(MetadataRetrievalStrategy) - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- withSchemaInfoLevel(SchemaInfoLevel) - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- withSchemaInfoLevel(SchemaInfoLevelBuilder) - Method in class schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder
-
- withSql(InformationSchemaKey, String) - Method in class schemacrawler.schemacrawler.InformationSchemaViewsBuilder
-
Sets definitions SQL.
- withSupportsCatalogs() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
Overrides the JDBC driver provided information about whether the database
supports catalogs.
- withSupportsSchemas() - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
Overrides the JDBC driver provided information about whether the database
supports schema.
- withTableColumnRetrievalStrategy(MetadataRetrievalStrategy) - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- withTableRetrievalStrategy(MetadataRetrievalStrategy) - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- withTag(String) - Method in class schemacrawler.schemacrawler.SchemaInfoLevelBuilder
-
- withTypeMap(Map<String, Class<?>>) - Method in class schemacrawler.schemacrawler.SchemaRetrievalOptionsBuilder
-
- write(char[]) - Method in class schemacrawler.tools.iosource.OutputWriter
-
- write(char[], int, int) - Method in class schemacrawler.tools.iosource.OutputWriter
-
- write(int) - Method in class schemacrawler.tools.iosource.OutputWriter
-
- write(String) - Method in class schemacrawler.tools.iosource.OutputWriter
-
- write(String, int, int) - Method in class schemacrawler.tools.iosource.OutputWriter
-
- writeDescriptionRow(String) - Method in interface schemacrawler.tools.text.utility.TextFormattingHelper
-
Creates a description row with a blank spacer cells.
- writeDetailRow(String, String, String) - Method in interface schemacrawler.tools.text.utility.TextFormattingHelper
-
Creates a detail row, with four fields.
- writeDetailRow(String, String, String, boolean, boolean, String) - Method in interface schemacrawler.tools.text.utility.TextFormattingHelper
-
Creates a detail row, with four fields.
- writeDocumentEnd() - Method in class schemacrawler.tools.text.utility.HtmlFormattingHelper
-
Document end.
- writeDocumentEnd() - Method in class schemacrawler.tools.text.utility.PlainTextFormattingHelper
-
Document end.
- writeDocumentEnd() - Method in interface schemacrawler.tools.text.utility.TextFormattingHelper
-
Document end.
- writeDocumentStart() - Method in class schemacrawler.tools.text.utility.HtmlFormattingHelper
-
Document start.
- writeDocumentStart() - Method in class schemacrawler.tools.text.utility.PlainTextFormattingHelper
-
Document start.
- writeDocumentStart() - Method in interface schemacrawler.tools.text.utility.TextFormattingHelper
-
Document start.
- writeEmptyRow() - Method in interface schemacrawler.tools.text.utility.TextFormattingHelper
-
Create an empty row.
- writeHeader(TextFormattingHelper.DocumentHeaderType, String) - Method in class schemacrawler.tools.text.utility.HtmlFormattingHelper
-
- writeHeader(TextFormattingHelper.DocumentHeaderType, String) - Method in class schemacrawler.tools.text.utility.PlainTextFormattingHelper
-
- writeHeader(TextFormattingHelper.DocumentHeaderType, String) - Method in interface schemacrawler.tools.text.utility.TextFormattingHelper
-
Creates a section header.
- writeNameRow(String, String) - Method in interface schemacrawler.tools.text.utility.TextFormattingHelper
-
Create a name and description row.
- writeNameValueRow(String, String, Alignment) - Method in interface schemacrawler.tools.text.utility.TextFormattingHelper
-
Create a name and value row.
- writeObjectEnd() - Method in class schemacrawler.tools.text.utility.HtmlFormattingHelper
-
Database object end.
- writeObjectEnd() - Method in class schemacrawler.tools.text.utility.PlainTextFormattingHelper
-
Database object end.
- writeObjectEnd() - Method in interface schemacrawler.tools.text.utility.TextFormattingHelper
-
Database object end.
- writeObjectNameRow(String, String, String, Color) - Method in class schemacrawler.tools.text.utility.HtmlFormattingHelper
-
Create a name and description row.
- writeObjectNameRow(String, String, String, Color) - Method in class schemacrawler.tools.text.utility.PlainTextFormattingHelper
-
Create a name and description row.
- writeObjectNameRow(String, String, String, Color) - Method in interface schemacrawler.tools.text.utility.TextFormattingHelper
-
Create a name and description row.
- writeObjectStart() - Method in class schemacrawler.tools.text.utility.HtmlFormattingHelper
-
Database object start.
- writeObjectStart() - Method in class schemacrawler.tools.text.utility.PlainTextFormattingHelper
-
Database object start.
- writeObjectStart() - Method in interface schemacrawler.tools.text.utility.TextFormattingHelper
-
Database object start.
- WriterOutputResource - Class in schemacrawler.tools.iosource
-
- WriterOutputResource(Writer) - Constructor for class schemacrawler.tools.iosource.WriterOutputResource
-
- writeRow(Object...) - Method in interface schemacrawler.tools.text.utility.TextFormattingHelper
-
Creates a row of data.
- writeRowHeader(String...) - Method in interface schemacrawler.tools.text.utility.TextFormattingHelper
-
Creates a header row for data.
- writeWideRow(String, String) - Method in interface schemacrawler.tools.text.utility.TextFormattingHelper
-
Creates a definition row.