public static class ResultSetCache.RowData extends Object
Modifier | Constructor and Description |
---|---|
protected |
RowData(String catalog,
String schema,
Database database,
String... parameters) |
Modifier and Type | Method and Description |
---|---|
String |
createKey(Database database,
String... params) |
String |
createParamsKey(Database database) |
String |
createSchemaKey(Database database) |
String[] |
getKeyPermutations() |
protected String[] |
permutations(String[] params) |
public String[] getKeyPermutations()
Copyright © 2023 Liquibase.org. All rights reserved.