public interface CrawlInfo extends Serializable
| Modifier and Type | Method and Description |
|---|---|
org.threeten.bp.LocalDateTime |
getCrawlTimestamp()
Gets the timestamp of when the database was crawled.
|
String |
getDatabaseInfo()
Gets the name of the RDBMS vendor and product.
|
String |
getJdbcDriverInfo()
Gets the name of the JDBC driver.
|
String |
getSchemaCrawlerInfo()
Gets the SchemaCrawler version.
|
String |
getTitle()
Gets the title.
|
org.threeten.bp.LocalDateTime getCrawlTimestamp()
String getDatabaseInfo()
String getJdbcDriverInfo()
String getSchemaCrawlerInfo()
String getTitle()
Copyright © 2000-2017 Sualeh Fatehi. All rights reserved.