Uses of Class
liquibase.snapshot.CachedRow
Packages that use CachedRow
-
Uses of CachedRow in liquibase.snapshot
Methods in liquibase.snapshot that return types with arguments of type CachedRowModifier and TypeMethodDescriptionResultSetCache.ResultSetExtractor.bulkFetch()
ResultSetCache.SingleResultSetExtractor.bulkFetch()
ResultSetCache.SingleResultSetExtractor.bulkFetchQuery()
ResultSetCache.ResultSetExtractor.executeAndExtract
(String sql, Database database) ResultSetCache.ResultSetExtractor.executeAndExtract
(Database database, boolean informixTrimHint, String sql, Object... parameters) ResultSetCache.ResultSetExtractor.executeAndExtract
(Database database, String sql, Object... parameters) ResultSetCache.ResultSetExtractor.fastFetch()
ResultSetCache.SingleResultSetExtractor.fastFetch()
ResultSetCache.SingleResultSetExtractor.fastFetchQuery()
ResultSetCache.get
(ResultSetCache.ResultSetExtractor resultSetExtractor) JdbcDatabaseSnapshot.CachingDatabaseMetaData.getColumns
(String catalogName, String schemaName, String tableName, String columnName) Return the columns for the given catalog, schema, table, and column.JdbcDatabaseSnapshot.CachingDatabaseMetaData.getForeignKeys
(String catalogName, String schemaName, String tableName, String fkName) JdbcDatabaseSnapshot.CachingDatabaseMetaData.getIndexInfo
(String catalogName, String schemaName, String tableName, String indexName) JdbcDatabaseSnapshot.CachingDatabaseMetaData.getNotNullConst
(String catalogName, String schemaName, String tableName) Return the NotNullConstraints for the given catalog, schema, table, and column.JdbcDatabaseSnapshot.CachingDatabaseMetaData.getPrimaryKeys
(String catalogName, String schemaName, String table) JdbcDatabaseSnapshot.CachingDatabaseMetaData.getTables
(String catalogName, String schemaName, String table) JdbcDatabaseSnapshot.CachingDatabaseMetaData.getUniqueConstraints
(String catalogName, String schemaName, String tableName) JdbcDatabaseSnapshot.CachingDatabaseMetaData.getViews
(String catalogName, String schemaName, String viewName) Methods in liquibase.snapshot with parameters of type CachedRowModifier and TypeMethodDescriptionResultSetCache.ResultSetExtractor.getSchemaKey
(CachedRow row) abstract ResultSetCache.RowData
ResultSetCache.ResultSetExtractor.rowKeyParameters
(CachedRow row) -
Uses of CachedRow in liquibase.snapshot.jvm
Methods in liquibase.snapshot.jvm that return types with arguments of type CachedRowModifier and TypeMethodDescriptionSnowflakeResultSetConstraintsExtractor.bulkFetchQuery()
SnowflakeResultSetConstraintsExtractor.fastFetchQuery()
UniqueConstraintSnapshotGenerator.listConstraints
(Table table, DatabaseSnapshot snapshot, Schema schema) UniqueConstraintSnapshotGeneratorSnowflake.listConstraints
(Table table, DatabaseSnapshot snapshot, Schema schema) Methods in liquibase.snapshot.jvm with parameters of type CachedRowModifier and TypeMethodDescriptionColumnAutoIncrementService.enableColumnAutoIncrementIfAvailable
(Column column, Database database, CachedRow columnMetadataResultSet, String rawCatalogName, String rawSchemaName, String rawTableName, String rawColumnName) Verify if a column has auto increment capabilities and set the autoIncrement field with a placeholder object (starts with 1, increment 1)protected Column
ColumnSnapshotGenerator.readColumn
(CachedRow columnMetadataResultSet, Relation table, Database database) protected DataType
ColumnSnapshotGenerator.readDataType
(CachedRow columnMetadataResultSet, Column column, Database database) Processes metadata of a column, e.g. name, type and default value.protected DataType
ColumnSnapshotGeneratorInformix.readDataType
(CachedRow columnMetadataResultSet, Column column, Database database) protected DataType
ColumnSnapshotGeneratorOracle.readDataType
(CachedRow columnMetadataResultSet, Column column, Database database) protected Object
ColumnSnapshotGenerator.readDefaultValue
(CachedRow columnMetadataResultSet, Column columnInfo, Database database) protected Object
ColumnSnapshotGeneratorH2.readDefaultValue
(CachedRow columnMetadataResultSet, Column columnInfo, Database database) protected Table
SnowflakeResultSetConstraintsExtractor.rowKeyParameters
(CachedRow row)