Interface RexSqlConvertletTable

All Known Implementing Classes:
RexSqlReflectiveConvertletTable, RexSqlStandardConvertletTable

public interface RexSqlConvertletTable
Collection of RexSqlConvertlets.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(RexCall call)
    Returns the convertlet applicable to a given expression.
  • Method Details