Package io.trino.plugin.jdbc
Class JdbcExpression
- java.lang.Object
-
- io.trino.plugin.jdbc.JdbcExpression
-
public final class JdbcExpression extends Object
-
-
Constructor Summary
Constructors Constructor Description JdbcExpression(String expression, JdbcTypeHandle jdbcTypeHandle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExpression()JdbcTypeHandlegetJdbcTypeHandle()StringtoString()
-
-
-
Constructor Detail
-
JdbcExpression
public JdbcExpression(String expression, JdbcTypeHandle jdbcTypeHandle)
-
-
Method Detail
-
getExpression
public String getExpression()
-
getJdbcTypeHandle
public JdbcTypeHandle getJdbcTypeHandle()
-
-