public class MetadataProvider extends Object
| Constructor and Description |
|---|
MetadataProvider(Map[] metadata) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBooleanValue(int columnIndex,
Integer metadataPropertyKey) |
int |
getColumnCount() |
int |
getIntValue(int columnIndex,
Integer metadataPropertyKey) |
int |
getIntValue(int columnIndex,
Integer metadataPropertyKey,
int defaultValue) |
String |
getStringValue(int columnIndex,
Integer metadataPropertyKey) |
Object |
getValue(int columnIndex,
Integer metadataPropertyKey) |
protected Map[] metadata
public MetadataProvider(Map[] metadata)
public Object getValue(int columnIndex, Integer metadataPropertyKey) throws SQLException
SQLExceptionpublic int getColumnCount()
public String getStringValue(int columnIndex, Integer metadataPropertyKey) throws SQLException
SQLExceptionpublic int getIntValue(int columnIndex,
Integer metadataPropertyKey)
throws SQLException
SQLExceptionpublic int getIntValue(int columnIndex,
Integer metadataPropertyKey,
int defaultValue)
throws SQLException
SQLExceptionpublic boolean getBooleanValue(int columnIndex,
Integer metadataPropertyKey)
throws SQLException
SQLExceptionCopyright © 2019. All rights reserved.