Package ch.so.agi.gretl.internal.ioxwkf
Record Class IoxWkfDatabaseEngine.GpkgExportRequest
java.lang.Object
java.lang.Record
ch.so.agi.gretl.internal.ioxwkf.IoxWkfDatabaseEngine.GpkgExportRequest
- Enclosing class:
- IoxWkfDatabaseEngine
-
Constructor Summary
ConstructorsConstructorDescriptionGpkgExportRequest(DatabaseSpec database, Path dataFile, List<String> sourceTableNames, List<String> targetTableNames, String schemaName, Integer batchSize, Integer fetchSize) Creates an instance of aGpkgExportRequestrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebatchSizerecord component.database()Returns the value of thedatabaserecord component.dataFile()Returns the value of thedataFilerecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of thefetchSizerecord component.final inthashCode()Returns a hash code value for this object.Returns the value of theschemaNamerecord component.Returns the value of thesourceTableNamesrecord component.Returns the value of thetargetTableNamesrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
GpkgExportRequest
public GpkgExportRequest(DatabaseSpec database, Path dataFile, List<String> sourceTableNames, List<String> targetTableNames, String schemaName, Integer batchSize, Integer fetchSize) Creates an instance of aGpkgExportRequestrecord class.- Parameters:
database- the value for thedatabaserecord componentdataFile- the value for thedataFilerecord componentsourceTableNames- the value for thesourceTableNamesrecord componenttargetTableNames- the value for thetargetTableNamesrecord componentschemaName- the value for theschemaNamerecord componentbatchSize- the value for thebatchSizerecord componentfetchSize- the value for thefetchSizerecord 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
-
sourceTableNames
Returns the value of thesourceTableNamesrecord component.- Returns:
- the value of the
sourceTableNamesrecord component
-
targetTableNames
Returns the value of thetargetTableNamesrecord component.- Returns:
- the value of the
targetTableNamesrecord component
-
schemaName
Returns the value of theschemaNamerecord component.- Returns:
- the value of the
schemaNamerecord component
-
batchSize
Returns the value of thebatchSizerecord component.- Returns:
- the value of the
batchSizerecord component
-
fetchSize
Returns the value of thefetchSizerecord component.- Returns:
- the value of the
fetchSizerecord component
-