All Implemented Interfaces:
com.fishlib.base.Function.Unary<Long,Table>, RemoteQuery<Long>, Serializable

public class SeekRow extends ContextAwareRemoteQuery<Long> implements com.fishlib.base.Function.Unary<Long,Table>
See Also:
  • Constructor Details

    • SeekRow

      public SeekRow(long startingRow, String columnName, Object seekValue, boolean insensitive, boolean contains, boolean isBackward)
  • Method Details

    • execute

      public Long execute(Database database)
      Description copied from interface: RemoteQuery
      Execute a query on a remote host.
      Specified by:
      execute in interface RemoteQuery<Long>
      Parameters:
      database - database to use for execution.
      Returns:
      result of the query.
    • call

      public Long call(Table table)
      Specified by:
      call in interface com.fishlib.base.Function.Unary<Long,Table>