Package com.firebolt.jdbc.resultset
Class FireboltResultSetMetaData
java.lang.Object
com.firebolt.jdbc.resultset.FireboltResultSetMetaData
- All Implemented Interfaces:
- GenericWrapper,- ResultSetMetaData,- Wrapper
- 
Field SummaryFields inherited from interface java.sql.ResultSetMetaDatacolumnNoNulls, columnNullable, columnNullableUnknown
- 
Constructor SummaryConstructorsConstructorDescriptionFireboltResultSetMetaData(String dbName, String tableName, List<Column> columns) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetCatalogName(int column) getColumnClassName(int column) intintgetColumnDisplaySize(int column) getColumnLabel(int column) getColumnName(int column) intgetColumnType(int column) getColumnTypeName(int column) intgetPrecision(int column) intgetScale(int column) getSchemaName(int column) getTableName(int column) inthashCode()booleanisAutoIncrement(int column) booleanisCaseSensitive(int column) booleanisCurrency(int column) booleanisDefinitelyWritable(int column) intisNullable(int column) booleanisReadOnly(int column) booleanisSearchable(int column) booleanisSigned(int column) booleanisWritable(int column) toString()Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.firebolt.jdbc.GenericWrapperisWrapperFor, unwrap
- 
Constructor Details- 
FireboltResultSetMetaData
 
- 
- 
Method Details- 
getColumnCountpublic int getColumnCount()- Specified by:
- getColumnCountin interface- ResultSetMetaData
 
- 
isNullable- Specified by:
- isNullablein interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
isSigned- Specified by:
- isSignedin interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
getColumnLabel- Specified by:
- getColumnLabelin interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
getColumnName- Specified by:
- getColumnNamein interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
getPrecision- Specified by:
- getPrecisionin interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
getScale- Specified by:
- getScalein interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
getTableName- Specified by:
- getTableNamein interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
getCatalogName- Specified by:
- getCatalogNamein interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
getColumnType- Specified by:
- getColumnTypein interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
getColumnTypeName- Specified by:
- getColumnTypeNamein interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
getColumnClassName- Specified by:
- getColumnClassNamein interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
isCaseSensitive- Specified by:
- isCaseSensitivein interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
isAutoIncrement- Specified by:
- isAutoIncrementin interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
isSearchable- Specified by:
- isSearchablein interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
isCurrency- Specified by:
- isCurrencyin interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
getColumnDisplaySize- Specified by:
- getColumnDisplaySizein interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
getSchemaName- Specified by:
- getSchemaNamein interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
isReadOnly- Specified by:
- isReadOnlyin interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
isWritable- Specified by:
- isWritablein interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
isDefinitelyWritable- Specified by:
- isDefinitelyWritablein interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-