Package ch.so.agi.gretl.internal.ioxwkf
Record Class IoxWkfDatabaseEngine.ShpExportRequest
java.lang.Object
java.lang.Record
ch.so.agi.gretl.internal.ioxwkf.IoxWkfDatabaseEngine.ShpExportRequest
- Enclosing class:
- IoxWkfDatabaseEngine
-
Constructor Summary
ConstructorsConstructorDescriptionShpExportRequest(DatabaseSpec database, Path dataFile, String tableName, String schemaName, String encoding) Creates an instance of aShpExportRequestrecord class. -
Method Summary
Modifier and TypeMethodDescriptiondatabase()Returns the value of thedatabaserecord component.dataFile()Returns the value of thedataFilerecord component.encoding()Returns the value of theencodingrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of theschemaNamerecord component.Returns the value of thetableNamerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ShpExportRequest
public ShpExportRequest(DatabaseSpec database, Path dataFile, String tableName, String schemaName, String encoding) Creates an instance of aShpExportRequestrecord class.- Parameters:
database- the value for thedatabaserecord componentdataFile- the value for thedataFilerecord componenttableName- the value for thetableNamerecord componentschemaName- the value for theschemaNamerecord componentencoding- the value for theencodingrecord component
-
-
Method Details
-
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). -
database
Returns the value of thedatabaserecord component.- Returns:
- the value of the
databaserecord component
-
dataFile
Returns the value of thedataFilerecord component.- Returns:
- the value of the
dataFilerecord component
-
tableName
Returns the value of thetableNamerecord component.- Returns:
- the value of the
tableNamerecord component
-
schemaName
Returns the value of theschemaNamerecord component.- Returns:
- the value of the
schemaNamerecord component
-
encoding
Returns the value of theencodingrecord component.- Returns:
- the value of the
encodingrecord component
-