Package ch.so.agi.gretl.internal.duckdb
Record Class GpkgLayerSpec
java.lang.Object
java.lang.Record
ch.so.agi.gretl.internal.duckdb.GpkgLayerSpec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalias()Returns the value of thealiasrecord component.columns()Returns the value of thecolumnsrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.layer()Returns the value of thelayerrecord component.mode()Returns the value of themoderecord component.srs()Returns the value of thesrsrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
GpkgLayerSpec
Creates an instance of aGpkgLayerSpecrecord class.- Parameters:
layer- the value for thelayerrecord componentalias- the value for thealiasrecord componentmode- the value for themoderecord componentcolumns- the value for thecolumnsrecord componentsrs- the value for thesrsrecord component
-
-
Method Details
-
inputSignature
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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. All components in this record class are compared withObjects::equals(Object,Object). -
layer
Returns the value of thelayerrecord component.- Returns:
- the value of the
layerrecord component
-
alias
Returns the value of thealiasrecord component.- Returns:
- the value of the
aliasrecord component
-
mode
Returns the value of themoderecord component.- Returns:
- the value of the
moderecord component
-
columns
Returns the value of thecolumnsrecord component.- Returns:
- the value of the
columnsrecord component
-
srs
Returns the value of thesrsrecord component.- Returns:
- the value of the
srsrecord component
-