public interface

ValuePanelWrapper

vars.query.ui.db.preparedstatement.ValuePanelWrapper
Known Indirect Subclasses

Summary

Public Methods
abstract int bind(PreparedStatement statement, int idx)
abstract ValuePanel getValuePanel()
abstract boolean isConstrained()
abstract String toSQL()

Public Methods

public abstract int bind (PreparedStatement statement, int idx)

Throws
SQLException

public abstract ValuePanel getValuePanel ()

Returns
  • The underlying ValuePanel

public abstract boolean isConstrained ()

Returns
  • true if this shoudl be applied to the query

public abstract String toSQL ()