java.lang.Object
org.jooq.tools.jdbc.MockResultSetMetaData
- All Implemented Interfaces:
- Serializable,- ResultSetMetaData,- Wrapper
A mock result set meta data object.
- Author:
- Lukas Eder
- See Also:
- 
Field SummaryFields inherited from interface java.sql.ResultSetMetaDatacolumnNoNulls, columnNullable, columnNullableUnknown
- 
Constructor SummaryConstructorsConstructorDescriptionCreate a new mock result set meta data object
- 
Method SummaryModifier and TypeMethodDescriptiongetCatalogName(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) booleanisAutoIncrement(int column) booleanisCaseSensitive(int column) booleanisCurrency(int column) booleanisDefinitelyWritable(int column) intisNullable(int column) booleanisReadOnly(int column) booleanisSearchable(int column) booleanisSigned(int column) booleanisWrapperFor(Class<?> iface) booleanisWritable(int column) <T> T
- 
Constructor Details- 
MockResultSetMetaDataCreate a new mock result set meta data object
 
- 
- 
Method Details- 
unwrap- Specified by:
- unwrapin interface- Wrapper
- Throws:
- SQLException
 
- 
isWrapperFor- Specified by:
- isWrapperForin interface- Wrapper
- Throws:
- SQLException
 
- 
getColumnCount- Specified by:
- getColumnCountin interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
isAutoIncrement- Specified by:
- isAutoIncrementin interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
isCaseSensitive- Specified by:
- isCaseSensitivein interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
isSearchable- Specified by:
- isSearchablein interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
isCurrency- Specified by:
- isCurrencyin interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
isNullable- Specified by:
- isNullablein interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
isSigned- Specified by:
- isSignedin interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
getColumnDisplaySize- Specified by:
- getColumnDisplaySizein interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
getColumnLabel- Specified by:
- getColumnLabelin interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
getColumnName- Specified by:
- getColumnNamein interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
getSchemaName- Specified by:
- getSchemaNamein 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
 
- 
isReadOnly- Specified by:
- isReadOnlyin interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
isWritable- Specified by:
- isWritablein interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
isDefinitelyWritable- Specified by:
- isDefinitelyWritablein interface- ResultSetMetaData
- Throws:
- SQLException
 
- 
getColumnClassName- Specified by:
- getColumnClassNamein interface- ResultSetMetaData
- Throws:
- SQLException
 
 
-