- get(String) - 类 中的方法cn.com.pism.frc.resourcescanner.LocationScannerCache
-
- get(ClassPathLocationScanner, URL) - 类 中的方法cn.com.pism.frc.resourcescanner.ResourceNameCache
-
- getAbsolutePath() - 类 中的方法cn.com.pism.frc.resourcescanner.ClassPathResource
-
- getAbsolutePath() - 接口 中的方法cn.com.pism.frc.resourcescanner.Resource
-
- getAbsolutePathOnDisk() - 类 中的方法cn.com.pism.frc.resourcescanner.ClassPathResource
-
- getAbsolutePathOnDisk() - 接口 中的方法cn.com.pism.frc.resourcescanner.Resource
-
- getBaselineDescription() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Retrieves the description to tag an existing schema with when executing baseline.
- getBaselineVersion() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Retrieves the version to tag an existing schema with when executing baseline.
- getCallbacks() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Gets the callbacks for lifecycle notifications.
- getChecksum() - 接口 中的方法cn.com.pism.frc.resourcescanner.JavaMigration
-
Computes the checksum of the migration.
- getChecksum() - 接口 中的方法cn.com.pism.frc.resourcescanner.ResolvedMigration
-
- getClasses() - 接口 中的方法cn.com.pism.frc.resourcescanner.ClassProvider
-
Retrieve all classes which implement the specified interface.
- getClasses() - 类 中的方法cn.com.pism.frc.resourcescanner.Scanner
-
Scans the classpath for concrete classes under the specified package implementing the specified interface.
- getClassLoader() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Retrieves the ClassLoader to use for loading migrations, resolvers, etc from the classpath.
- getConfiguration() - 接口 中的方法cn.com.pism.frc.resourcescanner.Context
-
- getConnection() - 接口 中的方法cn.com.pism.frc.resourcescanner.Context
-
- getConnectRetries() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
The maximum number of retries when attempting to connect to the database.
- getCreateSchemas() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Whether Flyway should attempt to create the schemas specified in the schemas property
- getDataSource() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Retrieves the dataSource to use to access the database.
- getDefaultSchema() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
The default schema managed by Flyway.
- getDescription() - 接口 中的方法cn.com.pism.frc.resourcescanner.JavaMigration
-
- getDescription() - 接口 中的方法cn.com.pism.frc.resourcescanner.ResolvedMigration
-
- getDescriptor() - 类 中的方法cn.com.pism.frc.resourcescanner.Location
-
- getDryRunOutput() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
The stream where to output the SQL statements of a migration dry run.
- getEncoding() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Retrieves the encoding of Sql migrations.
- getErrorCode() - 异常错误 中的方法cn.com.pism.frc.resourcescanner.exception.ScannerException
-
- getErrorOverrides() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Rules for the built-in error handler that let you override specific SQL states and errors codes in order to force
specific errors or warnings to be treated as debug messages, info messages, warnings or errors.
- getExecutor() - 接口 中的方法cn.com.pism.frc.resourcescanner.ResolvedMigration
-
- getFilename() - 类 中的方法cn.com.pism.frc.resourcescanner.ClassPathResource
-
- getFilename() - 接口 中的方法cn.com.pism.frc.resourcescanner.Resource
-
- getId() - 枚举 中的方法cn.com.pism.frc.resourcescanner.Event
-
- getInitSql() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
The SQL statements to run to initialize a new database connection immediately after opening it.
- getInstalledBy() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
The username that will be recorded in the schema history table as having applied the migration.
- getJavaMigrationClassProvider() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Retrieves the custom ClassProvider to be used to look up
JavaMigration classes.
- getJavaMigrations() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
The manually added Java-based migrations.
- getLicenseKey() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Your Flyway license key (FL01...).
- getLocationOnDisk(Class<?>) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.ClassUtils
-
Retrieves the physical location on disk of this class.
- getLocations() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Retrieves the locations to scan recursively for migrations.
- getMajor() - 类 中的方法cn.com.pism.frc.resourcescanner.MigrationVersion
-
- getMajorAsString() - 类 中的方法cn.com.pism.frc.resourcescanner.MigrationVersion
-
- getMinorAsString() - 类 中的方法cn.com.pism.frc.resourcescanner.MigrationVersion
-
- getPath() - 类 中的方法cn.com.pism.frc.resourcescanner.Location
-
- getPathRegex() - 类 中的方法cn.com.pism.frc.resourcescanner.Location
-
- getPathRelativeToThis(String) - 类 中的方法cn.com.pism.frc.resourcescanner.Location
-
Returns the path relative to this location.
- getPhysicalLocation() - 接口 中的方法cn.com.pism.frc.resourcescanner.ResolvedMigration
-
- getPlaceholderPrefix() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Retrieves the prefix of every placeholder.
- getPlaceholders() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Retrieves the map of <placeholder, replacementValue> to apply to sql migration scripts.
- getPlaceholderSuffix() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Retrieves the suffix of every placeholder.
- getPrefix() - 类 中的方法cn.com.pism.frc.resourcescanner.Location
-
- getRelativePath() - 类 中的方法cn.com.pism.frc.resourcescanner.ClassPathResource
-
- getRelativePath() - 接口 中的方法cn.com.pism.frc.resourcescanner.Resource
-
- getRepeatableSqlMigrationPrefix() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Retrieves the file name prefix for repeatable SQL migrations.
- getResolvers() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Retrieves the custom MigrationResolvers to be used in addition to the built-in ones for resolving Migrations to apply.
- getResource(String) - 接口 中的方法cn.com.pism.frc.resourcescanner.ResourceProvider
-
Retrieves the resource with this name.
- getResource(String) - 类 中的方法cn.com.pism.frc.resourcescanner.Scanner
-
- getResourceProvider() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Retrieves the custom ResourceProvider to be used to look up resources.
- getResources(String, String[]) - 接口 中的方法cn.com.pism.frc.resourcescanner.ResourceProvider
-
Retrieve all resources whose name begins with this prefix and ends with any of these suffixes.
- getResources(String, String...) - 类 中的方法cn.com.pism.frc.resourcescanner.Scanner
-
Returns all known resources starting with the specified prefix and ending with any of the specified suffixes.
- getRootCause(Throwable) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.ExceptionUtils
-
Returns the root cause of this throwable.
- getRootPath() - 类 中的方法cn.com.pism.frc.resourcescanner.Location
-
- getSchemas() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
The schemas managed by Flyway.
- getScript() - 接口 中的方法cn.com.pism.frc.resourcescanner.ResolvedMigration
-
- getSqlMigrationPrefix() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
The file name prefix for versioned SQL migrations.
- getSqlMigrationSeparator() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Retrieves the file name separator for sql migrations.
- getSqlMigrationSuffixes() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
The file name suffixes for SQL migrations.
- getStaticFieldValue(String, String, ClassLoader) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.ClassUtils
-
Gets the String value of a static field.
- getTable() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Retrieves the name of the schema history table that will be used by Flyway.
- getTablespace() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
The tablespace where to create the schema history table that will be used by Flyway.
- getTarget() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Gets the target version up to which Flyway should consider migrations.
- getThrowLocation(Throwable) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.ExceptionUtils
-
Retrives the exact location where this exception was thrown.
- getType() - 接口 中的方法cn.com.pism.frc.resourcescanner.ResolvedMigration
-
- getUndoSqlMigrationPrefix() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
The file name prefix for undo SQL migrations.
- getVersion() - 接口 中的方法cn.com.pism.frc.resourcescanner.JavaMigration
-
- getVersion() - 类 中的方法cn.com.pism.frc.resourcescanner.MigrationVersion
-
- getVersion() - 接口 中的方法cn.com.pism.frc.resourcescanner.ResolvedMigration
-
- instantiate(String, ClassLoader) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.ClassUtils
-
Creates a new instance of this class.
- instantiate(Class<T>) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.ClassUtils
-
Creates a new instance of this class.
- instantiateAll(String[], ClassLoader) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.ClassUtils
-
Instantiate all these classes.
- isAndroidAvailable() - 类 中的方法cn.com.pism.frc.resourcescanner.FeatureDetector
-
Checks if Android is available.
- isApacheCommonsLoggingAvailable() - 类 中的方法cn.com.pism.frc.resourcescanner.FeatureDetector
-
Checks whether Apache Commons Logging is available.
- isAtLeast(String) - 类 中的方法cn.com.pism.frc.resourcescanner.MigrationVersion
-
Convenience method for quickly checking whether this version is at least as new as this other version.
- isBaselineOnMigrate() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Whether to automatically call baseline when migrate is executed against a non-empty schema with no schema history table.
- isBatch() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Whether to batch SQL statements when executing them.
- isCharAnyOf(char, String) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
-
Checks whether this characters matches any of these characters.
- isClassPath() - 类 中的方法cn.com.pism.frc.resourcescanner.Location
-
Checks whether this denotes a location on the classpath.
- isCleanDisabled() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Whether to disable clean.
- isCleanOnValidationError() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Whether to automatically call clean or not when a validation error occurs.
- isFileSystem() - 类 中的方法cn.com.pism.frc.resourcescanner.Location
-
Checks whether this denotes a location on the filesystem.
- isGroup() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Whether to group all pending migrations together in the same transaction when applying them (only recommended for databases with support for DDL transactions).
- isIgnoreFutureMigrations() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Ignore future migrations when reading the schema history table.
- isIgnoreIgnoredMigrations() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Ignore ignored migrations when reading the schema history table.
- isIgnoreMissingMigrations() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Ignore missing migrations when reading the schema history table.
- isIgnorePendingMigrations() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Ignore pending migrations when reading the schema history table.
- isJBossVFSv2Available() - 类 中的方法cn.com.pism.frc.resourcescanner.FeatureDetector
-
Checks whether JBoss VFS v2 is available.
- isJBossVFSv3Available() - 类 中的方法cn.com.pism.frc.resourcescanner.FeatureDetector
-
Checks whether JBoss VFS is available.
- isMajorNewerThan(String) - 类 中的方法cn.com.pism.frc.resourcescanner.MigrationVersion
-
Convenience method for quickly checking whether this major version is newer than this other major version.
- isMixed() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Whether to allow mixing transactional and non-transactional statements within the same migration.
- isNewerThan(String) - 类 中的方法cn.com.pism.frc.resourcescanner.MigrationVersion
-
Convenience method for quickly checking whether this version is newer than this other version.
- isOracleSqlplus() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Whether to Flyway's support for Oracle SQL*Plus commands should be activated.
- isOracleSqlplusWarn() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Whether Flyway should issue a warning instead of an error whenever it encounters an Oracle SQL*Plus statement
it doesn't yet support.
- isOsgiFrameworkAvailable() - 类 中的方法cn.com.pism.frc.resourcescanner.FeatureDetector
-
Checks if OSGi framework is available.
- isOutOfOrder() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Allows migrations to be run "out of order".
- isParentOf(Location) - 类 中的方法cn.com.pism.frc.resourcescanner.Location
-
Checks whether this location is a parent of this other location.
- isPlaceholderReplacement() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Checks whether placeholders should be replaced.
- isPresent(String, ClassLoader) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.ClassUtils
-
Determine whether the
Class identified by the supplied name is present
and can be loaded.
- isSkipDefaultCallbacks() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Whether Flyway should skip the default callbacks.
- isSkipDefaultResolvers() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Whether Flyway should skip the default resolvers.
- isSlf4jAvailable() - 类 中的方法cn.com.pism.frc.resourcescanner.FeatureDetector
-
Checks whether Slf4j is available.
- isStream() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Whether to stream SQL migrations when executing them.
- isSynthetic() - 枚举 中的方法cn.com.pism.frc.resourcescanner.MigrationType
-
- isUndo() - 接口 中的方法cn.com.pism.frc.resourcescanner.JavaMigration
-
Whether this is an undo migration for a previously applied versioned migration.
- isUndo() - 枚举 中的方法cn.com.pism.frc.resourcescanner.MigrationType
-
- isValidateMigrationNaming() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Whether to validate migrations and callbacks whose scripts do not obey the correct naming convention.
- isValidateOnMigrate() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
-
Whether to automatically call validate or not when running migrate.
- toFilePath(URL) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.UrlUtils
-
Retrieves the file path of this URL, with any trailing slashes removed.
- tokenizeToStringArray(String, String) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
-
Splits this string into an array using these delimiters.
- tokenizeToStringCollection(String, String) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
-
Splits this string into a collection using these delimiters.
- tokenizeToStringCollection(String, char, char) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
-
Splits this string into a collection using this delimiter and this group delimiter.
- toMessage(SQLException) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.ExceptionUtils
-
Transforms the details of this SQLException into a nice readable message.
- toStandardJavaUrl(URL) - 类 中的方法cn.com.pism.frc.resourcescanner.DefaultUrlResolver
-
- toStandardJavaUrl(URL) - 接口 中的方法cn.com.pism.frc.resourcescanner.UrlResolver
-
Resolves this container-specific URL into standard Java URL.
- toString() - 枚举 中的方法cn.com.pism.frc.resourcescanner.Event
-
- toString() - 类 中的方法cn.com.pism.frc.resourcescanner.Location
-
- toString() - 类 中的方法cn.com.pism.frc.resourcescanner.MigrationVersion
-
- trimLeadingCharacter(String, char) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
-
Trim any leading occurrence of this character from the given String.
- trimLeadingWhitespace(String) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
-
Trim leading whitespace from the given String.
- trimLineBreak(String) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
-
Trim the trailing linebreak (if any) from this string.
- trimOrLeftPad(String, int, char) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
-
Trims or pads this string, so it has this exact length.
- trimOrPad(String, int) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
-
Trims or pads (with spaces) this string, so it has this exact length.
- trimOrPad(String, int, char) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
-
Trims or pads this string, so it has this exact length.
- trimTrailingWhitespace(String) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
-
Trim trailing whitespace from the given String.