Uses of Class
liquibase.snapshot.CachedRow

Packages that use CachedRow
liquibase.snapshot   
liquibase.snapshot.jvm   
 

Uses of CachedRow in liquibase.snapshot
 

Methods in liquibase.snapshot that return types with arguments of type CachedRow
 List<CachedRow> JdbcDatabaseSnapshot.CachingDatabaseMetaData.getColumns(String catalogName, String schemaName, String tableName, String columnName)
          Return the columns for the given catalog, schema, table, and column.
 List<CachedRow> JdbcDatabaseSnapshot.CachingDatabaseMetaData.getForeignKeys(String catalogName, String schemaName, String tableName, String fkName)
           
 List<CachedRow> JdbcDatabaseSnapshot.CachingDatabaseMetaData.getIndexInfo(String catalogName, String schemaName, String tableName, String indexName)
           
 List<CachedRow> JdbcDatabaseSnapshot.CachingDatabaseMetaData.getPrimaryKeys(String catalogName, String schemaName, String table)
           
 List<CachedRow> JdbcDatabaseSnapshot.CachingDatabaseMetaData.getTables(String catalogName, String schemaName, String table)
           
 List<CachedRow> JdbcDatabaseSnapshot.CachingDatabaseMetaData.getUniqueConstraints(String catalogName, String schemaName, String tableName)
           
 List<CachedRow> JdbcDatabaseSnapshot.CachingDatabaseMetaData.getViews(String catalogName, String schemaName, String view)
           
 

Uses of CachedRow in liquibase.snapshot.jvm
 

Methods in liquibase.snapshot.jvm that return types with arguments of type CachedRow
protected  List<CachedRow> UniqueConstraintSnapshotGenerator.listConstraints(Table table, DatabaseSnapshot snapshot, Schema schema)
           
 

Methods in liquibase.snapshot.jvm with parameters of type CachedRow
protected  Column ColumnSnapshotGenerator.readColumn(CachedRow columnMetadataResultSet, Relation table, Database database)
           
protected  DataType ColumnSnapshotGenerator.readDataType(CachedRow columnMetadataResultSet, Column column, Database database)
           
protected  Object ColumnSnapshotGenerator.readDefaultValue(CachedRow columnMetadataResultSet, Column columnInfo, Database database)
           
protected  Object H2ColumnSnapshotGenerator.readDefaultValue(CachedRow columnMetadataResultSet, Column columnInfo, Database database)
           
protected  Table TableSnapshotGenerator.readTable(CachedRow tableMetadataResultSet, Database database)
           
 



Copyright © 2016 Liquibase.org. All rights reserved.