@Component public class RelationalTableRegistrationHelper extends Object
| Constructor and Description |
|---|
RelationalTableRegistrationHelper() |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaColumn> |
getSchemaColumns(ResultSet resultSet)
Method to convert the result set to a list of schema columns.
|
public List<SchemaColumn> getSchemaColumns(ResultSet resultSet) throws SQLException
resultSet - the result set to convert to a list of schema columns.SQLException - accessing the result set may result in an sql exception.Copyright © 2021. All rights reserved.