public interface CrawlInfo extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getCrawlTimestamp()
Gets the timestamp of when the database was crawled, in UTC to the second.
|
Instant |
getCrawlTimestampInstant()
Gets the timestamp of when the database was crawled.
|
ProductVersion |
getDatabaseVersion()
Gets the version of the RDBMS vendor and product.
|
ProductVersion |
getJdbcDriverVersion()
Gets the name and version of the JDBC driver.
|
ProductVersion |
getJvmVersion()
Get JVM system information.
|
ProductVersion |
getOperatingSystemVersion()
Get operating system information.
|
String |
getRunId()
Unique identifier for each SchemaCrawler run.
|
ProductVersion |
getSchemaCrawlerVersion()
Gets the SchemaCrawler version.
|
String getCrawlTimestamp()
Instant getCrawlTimestampInstant()
ProductVersion getDatabaseVersion()
ProductVersion getJdbcDriverVersion()
ProductVersion getJvmVersion()
ProductVersion getOperatingSystemVersion()
String getRunId()
ProductVersion getSchemaCrawlerVersion()
Copyright © 2000-2025 Sualeh Fatehi. All rights reserved.