Interface SqlRexConvertletTable

All Known Implementing Classes:
ReflectiveConvertletTable, StandardConvertletTable

public interface SqlRexConvertletTable
Collection of SqlRexConvertlets.
  • Method Summary

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