public interface QueryResultMetaData
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount()
Get column count.
|
String |
getColumnLabel(int columnIndex)
Get column label.
|
int |
getColumnLength(int columnIndex)
Get column length.
|
String |
getColumnName(int columnIndex)
Get column name.
|
int |
getColumnType(int columnIndex)
Get column type.
|
String |
getColumnTypeName(int columnIndex)
Get column type name.
|
int |
getDecimals(int columnIndex)
Get decimals.
|
String |
getTableName(int columnIndex)
Get table name.
|
boolean |
isAutoIncrement(int columnIndex)
Is auto increment.
|
boolean |
isNotNull(int columnIndex)
Is not null.
|
boolean |
isSigned(int columnIndex)
Is signed.
|
int getColumnCount()
throws SQLException
SQLException - SQL ExceptionString getTableName(int columnIndex) throws SQLException
columnIndex - column indexSQLException - SQL ExceptionString getColumnName(int columnIndex) throws SQLException
columnIndex - column indexSQLException - SQL ExceptionString getColumnLabel(int columnIndex) throws SQLException
columnIndex - column indexSQLException - SQL Exceptionint getColumnType(int columnIndex)
throws SQLException
columnIndex - column indexSQLException - SQL ExceptionString getColumnTypeName(int columnIndex) throws SQLException
columnIndex - column indexSQLException - SQL Exceptionint getColumnLength(int columnIndex)
throws SQLException
columnIndex - column indexSQLException - SQL Exceptionint getDecimals(int columnIndex)
throws SQLException
columnIndex - column indexSQLException - SQL Exceptionboolean isSigned(int columnIndex)
throws SQLException
columnIndex - column indexSQLException - SQL Exceptionboolean isNotNull(int columnIndex)
throws SQLException
columnIndex - column indexSQLException - SQL Exceptionboolean isAutoIncrement(int columnIndex)
throws SQLException
columnIndex - column indexSQLException - SQL ExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.