Interface DrillPreparedStatement

All Superinterfaces:
AutoCloseable, PreparedStatement, Statement, Wrapper

public interface DrillPreparedStatement extends PreparedStatement
Drill-specific PreparedStatement.

Drill: Setting parameters is not supported; parameter-setting methods such as PreparedStatement.setString(int, String) throw SQLFeatureNotSupportedException.

See Also: