|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lens.client.jdbc.LensJdbcResultSetMetadata
public class LensJdbcResultSetMetadata
The Class LensJdbcResultSetMetadata.
| Field Summary |
|---|
| Fields inherited from interface java.sql.ResultSetMetaData |
|---|
columnNoNulls, columnNullable, columnNullableUnknown |
| Constructor Summary | |
|---|---|
LensJdbcResultSetMetadata(QueryResultSetMetadata metadata)
Instantiates a new lens jdbc result set metadata. |
|
| Method Summary | ||
|---|---|---|
String |
getCatalogName(int i)
|
|
String |
getColumnClassName(int i)
|
|
int |
getColumnCount()
|
|
int |
getColumnDisplaySize(int i)
|
|
String |
getColumnLabel(int i)
|
|
String |
getColumnName(int i)
|
|
int |
getColumnType(int index)
|
|
String |
getColumnTypeName(int index)
|
|
int |
getPrecision(int i)
|
|
int |
getScale(int i)
|
|
String |
getSchemaName(int i)
|
|
String |
getTableName(int i)
|
|
boolean |
isAutoIncrement(int index)
|
|
boolean |
isCaseSensitive(int index)
|
|
boolean |
isCurrency(int i)
|
|
boolean |
isDefinitelyWritable(int i)
|
|
int |
isNullable(int i)
|
|
boolean |
isReadOnly(int i)
|
|
boolean |
isSearchable(int i)
|
|
boolean |
isSigned(int i)
|
|
boolean |
isWrapperFor(Class<?> aClass)
|
|
boolean |
isWritable(int i)
|
|
|
unwrap(Class<T> tClass)
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LensJdbcResultSetMetadata(QueryResultSetMetadata metadata)
metadata - the metadata| Method Detail |
|---|
public int getColumnCount()
throws SQLException
getColumnCount in interface ResultSetMetaDataSQLException
public boolean isAutoIncrement(int index)
throws SQLException
isAutoIncrement in interface ResultSetMetaDataSQLException
public boolean isCaseSensitive(int index)
throws SQLException
isCaseSensitive in interface ResultSetMetaDataSQLException
public boolean isSearchable(int i)
throws SQLException
isSearchable in interface ResultSetMetaDataSQLException
public boolean isCurrency(int i)
throws SQLException
isCurrency in interface ResultSetMetaDataSQLException
public int isNullable(int i)
throws SQLException
isNullable in interface ResultSetMetaDataSQLException
public boolean isSigned(int i)
throws SQLException
isSigned in interface ResultSetMetaDataSQLException
public int getColumnDisplaySize(int i)
throws SQLException
getColumnDisplaySize in interface ResultSetMetaDataSQLException
public String getColumnLabel(int i)
throws SQLException
getColumnLabel in interface ResultSetMetaDataSQLException
public String getColumnName(int i)
throws SQLException
getColumnName in interface ResultSetMetaDataSQLException
public String getSchemaName(int i)
throws SQLException
getSchemaName in interface ResultSetMetaDataSQLException
public int getPrecision(int i)
throws SQLException
getPrecision in interface ResultSetMetaDataSQLException
public int getScale(int i)
throws SQLException
getScale in interface ResultSetMetaDataSQLException
public String getTableName(int i)
throws SQLException
getTableName in interface ResultSetMetaDataSQLException
public String getCatalogName(int i)
throws SQLException
getCatalogName in interface ResultSetMetaDataSQLException
public int getColumnType(int index)
throws SQLException
getColumnType in interface ResultSetMetaDataSQLException
public String getColumnTypeName(int index)
throws SQLException
getColumnTypeName in interface ResultSetMetaDataSQLException
public boolean isReadOnly(int i)
throws SQLException
isReadOnly in interface ResultSetMetaDataSQLException
public boolean isWritable(int i)
throws SQLException
isWritable in interface ResultSetMetaDataSQLException
public boolean isDefinitelyWritable(int i)
throws SQLException
isDefinitelyWritable in interface ResultSetMetaDataSQLException
public String getColumnClassName(int i)
throws SQLException
getColumnClassName in interface ResultSetMetaDataSQLException
public <T> T unwrap(Class<T> tClass)
throws SQLException
unwrap in interface WrapperSQLException
public boolean isWrapperFor(Class<?> aClass)
throws SQLException
isWrapperFor in interface WrapperSQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||