Record Class DataSourceService.QueryColumn
java.lang.Object
java.lang.Record
io.micronaut.controlpanel.panels.datasource.DataSourceService.QueryColumn
- Record Components:
label- Result-set column labeltypeName- JDBC type namejdbcType- JDBC type code fromTypesclassName- Java class name reported by the driver
- Enclosing class:
DataSourceService
-
Constructor Summary
ConstructorsConstructorDescriptionQueryColumn(String label, String typeName, int jdbcType, String className) Creates an instance of aQueryColumnrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theclassNamerecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intjdbcType()Returns the value of thejdbcTyperecord component.label()Returns the value of thelabelrecord component.final StringtoString()Returns a string representation of this record class.typeName()Returns the value of thetypeNamerecord component.
-
Constructor Details
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
label
-
typeName
-
jdbcType
-
className
-