Package ch.so.agi.gretl.internal.ioxwkf
Record Class IoxWkfDatabaseEngine.GpkgImportRequest
java.lang.Object
java.lang.Record
ch.so.agi.gretl.internal.ioxwkf.IoxWkfDatabaseEngine.GpkgImportRequest
- Enclosing class:
- IoxWkfDatabaseEngine
-
Constructor Summary
ConstructorsConstructorDescriptionGpkgImportRequest(DatabaseSpec database, Path dataFile, String sourceTableName, String targetTableName, String schemaName, Integer batchSize, Integer fetchSize) Creates an instance of aGpkgImportRequestrecord 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 thesourceTableNamerecord component.Returns the value of thetargetTableNamerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
GpkgImportRequest
public GpkgImportRequest(DatabaseSpec database, Path dataFile, String sourceTableName, String targetTableName, String schemaName, Integer batchSize, Integer fetchSize) Creates an instance of aGpkgImportRequestrecord class.- Parameters:
database- the value for thedatabaserecord componentdataFile- the value for thedataFilerecord componentsourceTableName- the value for thesourceTableNamerecord componenttargetTableName- the value for thetargetTableNamerecord 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
-
sourceTableName
Returns the value of thesourceTableNamerecord component.- Returns:
- the value of the
sourceTableNamerecord component
-
targetTableName
Returns the value of thetargetTableNamerecord component.- Returns:
- the value of the
targetTableNamerecord 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
-